flix / flix

The Flix Programming Language
https://flix.dev/
Other
2.08k stars 150 forks source link

Make Editor and Other commands align in files considered #6406

Open JonathanStarup opened 10 months ago

JonathanStarup commented 10 months ago

For both issues, it means that the editor might show no errors but will not run when pressing run

magnus-madsen commented 10 months ago

This issue is really about the VSCode extension, but maybe @sockmaster27 can have a look.

sockmaster27 commented 7 months ago

What's the reasoning for not just including all *.flix files in the project across everything?

magnus-madsen commented 7 months ago

What's the reasoning for not just including all *.flix files in the project across everything?

Performance.

Hence, its only src, test and the root folder.

magnus-madsen commented 4 months ago

@sockmaster27 @JonathanStarup

I think this is almost solved now with the exception that the REPL/SHELL does not discover when new files are created.