Johannes Müller
Johannes Müller
https://jinja.palletsprojects.com/en/3.0.x/templates/#block-assignments
It would be nice if you could run code with the nightly build of the Crystal compiler. With the new CI setup there are nightly builds of Crystal master available....
What's missing for the interpreter: * [x] #11159 * [x] Type promotion for variadic arguments (#11795) * [x] `Crystal::Loader` integration (#11579) * [ ] Syscalls * [x] Pending lib bindings...
We're currently using the `macos-10.5` image in GHA which is deprecated and expected to be removed by end of August (https://github.com/actions/virtual-environments/issues/5583). I have started the infrastructure update at https://github.com/crystal-lang/crystal/compare/master...straight-shoota:crystal:feature/ci-upgrade-macos?expand=1 Besides...
The compiler command `crystal spec` inspects its arguments and forwards all arguments it does not understand to the spec executable which can then interpret them as runtime arguments. A problem...
The interpreter currently doesn't build on arm. Codegen fails with the error message `LLVM ERROR: Cannot generate unaligned atomic store`. Extracted from #12298
This discussion came up in https://github.com/crystal-lang/crystal/issues/5430#issuecomment-1179500955 `IO.pipe` is currently implemented based on file descriptors, which has a couple downsides: * It requires to be backed by a system implementation *...
*UPDATE 2023-04-24:* *All the main platform features for Windows are finished! 🚀* *There are still some smaller stories pending. Project board: https://github.com/orgs/crystal-lang/projects/11/views/5* *You can support the ongoing development financially: [Windows...