~sircmpwn

Amsterdam

https://drewdevault.com

I write code.

~sircmpwn/hare-dev

Last active an hour ago

~sircmpwn/email-test-drive

Last active 2 hours ago

~sircmpwn/hare-rfc

Last active 19 hours ago

~sircmpwn/hare-users

Last active a day ago

~sircmpwn/sr.ht-discuss

Last active a day ago

~sircmpwn/sr.ht-dev

Last active a day ago

~sircmpwn/rc-devel

Last active 2 days ago

~sircmpwn/helios-devel

Last active 2 days ago

~sircmpwn/sr.ht-ops

Last active 3 days ago

~sircmpwn/alpine-devel

Last active 3 days ago
View more

Recent activity

Re: Type assertion failure in time::date::new a day ago

From Drew DeVault to ~sircmpwn/hare-users

Fine with me

Re: [PATCH] interp: expand tilde 2 days ago

From Drew DeVault to ~sircmpwn/rc-devel

FWIW this omits the ~username form (which expands to /home/username, or
whatever via /etc/passwd maybe?), but I'm cool with this as-is. Thanks!

To git@git.sr.ht:~sircmpwn/rc
   b01c720..95387be  master -> master

Re: [PATCH hare] os+freebsd: Do not invert CLOEXEC/CTTY twice 2 days ago

From Drew DeVault to ~sircmpwn/hare-dev

Thanks!

To git@git.sr.ht:~sircmpwn/hare
   4e3586a1..cb2477b0  master -> master

Type assertion failure in time::date::new 2 days ago

From Drew DeVault to ~sircmpwn/hare-users

use time::chrono;
use time::date;

export fn main() void = {
	date::new(chrono::UTC, void, 2023, 9, 7)!;
};

// Abort: time/date/date.ha:156:36: type assertion failed
// Aborted

Not reproducible if 0 is used instead of void.

Re: [PATCH helios] init: Write registers in arch_init instead of map_tables 2 days ago

From Drew DeVault to ~sircmpwn/helios-devel

Thanks!

To git@git.sr.ht:~sircmpwn/helios
   3587de8..eecd12d  master -> master

With your changes this boots and gets into the test suite, but there is
a fault here:

task::pagefault................. Warning: faulting task 0xffff000040452000 has no fault handler
Page fault @ address 7fff7ffeff70 from ip 80c824; 10010010000000000000000001000111
ESR: 92000047	FAR: 7fff7ffeff70	SPSR: 20000000	TPIDR: 4000000000f0
pc: 80c824	sp: 7fff7fff0030
x0: 82f9a8	x1: 21	x2: 2b	x3: 0
x4: 318	x5: 8	x6: 0	x7: 8

Re: [PATCH core.sr.ht] Reduce unified login cookie size 2 days ago

From Drew DeVault to ~sircmpwn/sr.ht-dev

Thanks!

To git@git.sr.ht:~sircmpwn/core.sr.ht
   5e33dbc..9d194be  master -> master

Re: [PATCH hare-wayland] Implement WAYLAND_DEBUG env variable debugging 2 days ago

From Drew DeVault to ~sircmpwn/hare-dev

Thanks!

To git@git.sr.ht:~sircmpwn/hare-wayland
   8458a27..765958c  master -> master

Re: [PATCH hare-png] Update per stdlib changes 2 days ago

From Drew DeVault to ~sircmpwn/hare-dev

Thanks!

To git@git.sr.ht:~sircmpwn/hare-png
   33b285c..9deb848  master -> master

Re: [PATCH hare-qoi] Update per stdlib changes 2 days ago

From Drew DeVault to ~sircmpwn/hare-dev

Thanks!

To git@git.sr.ht:~sircmpwn/hare-qoi
   2d0ff4a..5c6111e  master -> master

Re: [PATCH hare-xml] Update per stdlib changes 2 days ago

From Drew DeVault to ~sircmpwn/hare-dev

Thanks!

To git@git.sr.ht:~sircmpwn/hare-xml
   17ae6b3..6b90e48  master -> master