~sircmpwn

The Netherlands

https://drewdevault.com

I write code.

Trackers

~sircmpwn/hare-ext2

Last active a day ago

~sircmpwn/hare

Last active 25 days ago

~sircmpwn/himitsu

Last active 25 days ago

~sircmpwn/git.sr.ht

Last active a month ago

~sircmpwn/meta.sr.ht

Last active a month ago

~sircmpwn/test

Last active 2 months ago

~sircmpwn/go-bare

Last active 4 months ago

~sircmpwn/hg.sr.ht

Last active 4 months ago

~sircmpwn/builds.sr.ht

Last active 5 months ago

~sircmpwn/betamine

Last active 5 months ago
View more

#3 Indexed directories a day ago

Ticket created by ~sircmpwn on ~sircmpwn/hare-ext2

#2 Extended attributes a day ago

Ticket created by ~sircmpwn on ~sircmpwn/hare-ext2

#1 Implement telldir/seekdir 2 days ago

Ticket created by ~sircmpwn on ~sircmpwn/hare-ext2

I guess.

#207 lowercase first name search from:name yields no results 25 days ago

Comment by ~sircmpwn on ~sircmpwn/lists.sr.ht

Simon Martin referenced this ticket in commit da0d7ca.

REPORTED RESOLVED FIXED

#382 git clone/push not working a month ago

Comment 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 INVALID

#965 'as' and 'is' via pointers to tagged union a month ago

Comment by ~sircmpwn on ~sircmpwn/hare

Whoops, my bad.

#965 'as' and 'is' via pointers to tagged union a month ago

Ticket created by ~sircmpwn on ~sircmpwn/hare

e.g.

let x: (int | void) = 1234;
let y = &x as *int;

#381 Pin repos you don't own to your profile a month ago

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 INVALID

#964 Describe object lifetimes in the specification a month ago

spec added by ~sircmpwn on ~sircmpwn/hare

#964 Describe object lifetimes in the specification a month ago

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.