Christoffer Lerno

Results 109 issues of Christoffer Lerno

There are vector and matrix function in the standard library, but they need to be audited so that they are (a) efficient and (b) above all - correct! - [...

Help Wanted!
Good first issue!
Stdlib

The continuous integration is a bit low on testing command line commands. There are tests for compile and build but there is nothing really principled. It would be useful to...

Good first issue!

Currently there is some special handling to be able to do things like ```c (&foo[x]).a = 123; ``` The reason for this is that the compiler doesn't model lvalues in...

Missing Feature

Possible syntax ```c module std::foo; // Creates a sub module std::foo::bar in which hello() is placed. fn void bar::hello() { ... } ```

Enhancement Request
Discussion needed

We want to support the slicing of arrays, slices and bytes at compile time. The suggestion is that first we allow compile time slices to implicitly convert to arrays. This...

Missing Feature
Implemented Needs Verification

I'm collecting small pieces of things needed for 1.0 that aren't really ready to go into issues yet into this single issue. - [ ] Full BSD-family support in the...

Missing Feature

Currently the check is only against optionals directly declared. It should also look at calls and check their `@return!`

Enhancement Request
Semantic Analysis

CI is currently breaking, investigate why.

In this case: ```c macro void seed_entropy(random) { random.set_seed(&&entropy()); } ``` Trying to find the definition of `set_seed` (or usages thereof) should show all the methods `set_seed` since in this...

- [ ] Curses - [ ] DBM - [ ] FTP client - [ ] FTP server - [ ] SMTP client - [ ] HTTP server - [x]...