Tensegritics / Tensegritics/ClojureDart
Compiler cannot recover namespaces that are not found
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 1.6k
- Forks
- 119
- PR merge metrics
- No merged PRs in 30d
Description
Repro:
on a valid ns, change the namespace name like so:
file: src/my/code.cljd (this does not change)
(ns my.code) -> (ns my.ns2)
then you get a compilation error which is normal but the compiler can't recover from it when you change back to the right ns name
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with the namespace change in src/my/code.cljd, first changing my.code to my.ns2 and then restoring it. Trace the compiler's handling of the missing namespace and verify that restoring the valid name allows compilation to recover without restarting or other manual intervention.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100