Skip to content

Commit

Permalink
Add one more todo entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Jan 18, 2025
1 parent a46ea99 commit 190227f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ At the moment the goal is to move modules parsing from the the project to the wo
A curve ball is that editors can open files from outside of the workspace and the module id should probably be an absolute path.

At the moment the module creates id from the string when parsing. It is better to move it outiside.

- [ ] Move module parsing & error reporting from the project to workspace crate so that parsed modules can be shared between projects (e.g. as external modules), one can open orphan modules or modules ouside the workspace.

Projects should be responsible for building and linking modules.

0 comments on commit 190227f

Please sign in to comment.