citron icon indicating copy to clipboard operation
citron copied to clipboard

General purpose programming language (mainly for unix-like systems)

Results 8 citron issues
Sort by recently updated
recently updated
newest added

A struct such as `d{scsi}` is unpacked as `[d, sc, si]` but packed as `[d, sc]` or `[d, si]` related ttest: tests/test0302.ctr

hastest

filtering only on a single message might not be enough needs: - decent syntax - decently fast impl for specific csp initial syntax ideas: - `?` - needs a bit...

``` var cont is Nil. call/cc[{:cc cont is cc. Pen writeln: 123. }]. cont[]. ``` segfault. + going back up the stack...somehow

‹ › strings after expressions throw a parse error related tests: test0298

bug
hastest

+ `fmemopen` [fix ddaf43f] + lambdaf warnings + `fork`/`join`

Nullary errors are not caught, but delegated through and promoted to exceptions tests: test0107, test0112, test0113

wontfix
hastest

closures are broken for our use in libffi

inject.c:179 distinguish unions and structs + can leave sequential layout as-is, but modify padinfo with same offsets + Somehow make that copyable into a new struct object (`CTypes_struct::'copy'`)

bug