The Netherlands
I write code.
Comment by ~sircmpwn on ~sircmpwn/lists.sr.ht
Simon Martin referenced this ticket in commit da0d7ca.
REPORTED
RESOLVED FIXEDComment by ~sircmpwn on ~sircmpwn/git.sr.ht
Please do not open tickets without first discussing the matter on the mailing lists or IRC, please. We do not do troubleshooting/user support here -- consult the sidebar of the bug tracker.
REPORTED
RESOLVED INVALIDComment by ~sircmpwn on ~sircmpwn/hare
Whoops, my bad.
Ticket created by ~sircmpwn on ~sircmpwn/hare
e.g.
let x: (int | void) = 1234; let y = &x as *int;
Comment by ~sircmpwn on ~sircmpwn/git.sr.ht
Please consult the sidebar -- do not file tickets here without discussing the matter on the mailing lists first.
REPORTED
RESOLVED INVALIDspec added by ~sircmpwn on ~sircmpwn/hare
Ticket created by ~sircmpwn on ~sircmpwn/hare
For example, define that locals don't exist after a function returns, and specify that references to them become invalid at this point, interactions with alloc, insert, append, delete, free, etc, how the lifetimes of globals and static locals differ, etc.