-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update VSCode plugin #1895
Update VSCode plugin #1895
Conversation
@byorgey I changed the VSCode swarm syntax parts that I knew were outdated ( I will try to find out what is causing this problem and add more tests, so that this syntax does not rot again. Also the JSON format without comments is annoying, I will have to setup YAML → JSON conversion. 😄 |
When running on macOS, the integration tests open too many file handles, even when you do not need to run any swarm file tests. ```sh > cabal run -O0 swarm-integration -- -p editors swarm-integration: data/scenarios/Challenges/_bucket-brigade/hauler.sw: openFile: resource exhausted (Too many open files) ``` The solution is to get the file paths only and safely open them as needed. Surprisingly, this even makes the integration test code simpler. * discovered while fixing failing tests in #1895
* fix an LSP exception on top level comment Found while testing #1895.
definition
rule to make it simpler and work with multiline types#types
group with added support forrec
patterns
and unorderedrepository
of named subgroupstydef
#1887