ForNeVeR / ForNeVeR/haskeletor
Fix module identifier lookup behavior for library files
Open
help wanted
refactoring
- Dominant language
- Scala
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
## Problem
FileModuleIdentifiers uses a fallback for
noImplicitPrelude in non-source files that is marked as potentially causing unexpected behavior in library files.
## Why it matters
Incorrect identifier lookup can degrade reference resolution quality and editor correctness for library code.
## Affected code locations
- https://github.com/ForNeVeR/haskeletor/blob/d71af7e001f34c8115596d70af0994889b80017d/src/main/scala/me/fornever/haskeletor/external/component/FileModuleIdentifiers.scala#L87
Contributor guide
Assessment
This issue has not been assessed yet.