Jakob Schneider
Jakob Schneider
Ah I think I know why this is a parser error. It crashes / throws `ICE` when writing a select rule with `Parser is stuck`... EDIT: Ok that's not it....
I have manually tried messing up the select-rule in vscode with this version and was unable to do that with ``` def main(): Unit \ IO = select { case...
I think Resolver might need to handle this or at least we have to check somewhere that this is a call to `Channel.recv`
Ok I think this requires at bit more investigation... I will come back to this
I think this also calls for the discussion in https://github.com/flix/flix/issues/9499
> I think to a first approximation that is OK. But env is not just properties, it could also be e.g. number of CPUs etc. (which is not an environmental...
Should we do another review of this and see if we can merge it?
> Maybe its impractical, but it feels like these annotations should have "doc comments" on them We could map each function to an object with the shape `{ "effects": effect-str,...
- [x] Refactor the compiler to use `#` instead of `.` for `RecordSelect` - The key change needs to happen in `Parser2.scala` near line 1298. - In addition lines 840-845...
What do you mean by `Ensure VSCode formatting looks OK`?