Jonathan Immanuel Brachthäuser
Jonathan Immanuel Brachthäuser
The tests are failing since a check file is missing. You just need to create a file with the same name that ends with `.check` and contains the expected outputs....
The expected output might be a bit difficult to state since it could rely on `random`. Is it possible to use a different (deterministic) source of randomness for the tests?...
Working on the PR I understand @phischu's sentiment to keep the stdlib and prelude small. Almost every test will load the stdlib which is not the point of the test....
This is finally ready for review. It would be great if someone could help me make this work on the website again since the paths changed from ``` immutable/list ```...
I'm gonna click merge; please don't build the website with this, yet, until @dvdvgt finished fixing things up.
Implemented by @dvdvgt
We could simply deprecate list literals, that would avoid the problem altogether.
@marzipankaiser can we close this issue or is there something left?
I just want to mention that one intermediate step might be to implement block parameters on interfaces and objects (but not handlers, yet). This would make it much easier to...
Related to #252; conceptually `try { ... }` installs a delimiter and I would prefer having a mechanism to bring `handler` implicitly into scope (like given instances in Scala). Discussion...