Bas Zalmstra
Bas Zalmstra
This is a feature request to enable external user management. We do almost everything through a private gitlab server. We would love to host a private cargo registry with alexandrie...
Modifies the code to work with `cargo release`.
Use [`cargo nextest`](https://nexte.st/) in CI
Adds support for arrays. Missing feature: - [ ] Hotreloading of arrays and types in arrays: https://github.com/baszalmstra/mun/pull/20 - [x] Using arrays from the runtime - [ ] Documentation in the...
This is a tracking issue regarding the implementation of [dynamically sized arrays](https://docs.mun-lang.org/rfcs/0001-dynamically-sized-arrays.html). This reflects the work that is required for an initial release of Mun with array support (`arrays v0.1`)....
If a mun function cannot be found when trying to execute some Mun code via the runtime, include suggestions of correct function names.
The `MarkSweep` struct implements `GcRuntime` to facilitate garbage collection for Mun. Currently, the implementation is quite inefficient. One of the things that could be improved is to implement a [slab...
The compiler driver is responsible for compiling Mun code not for logging information to the user. The Compiler and CompilerDaemon are. We need to add a way to communicate to...
Currently, all released binaries are unsigned. We should modify the CI so that it also signs the binaries.