~tomterl

Germany

https://fosstodon.org/@tomterl

Keyoxide: Tomterl

Website: https://www.tomsdiner.org

IRC channel for the projects here on sr.ht: #tomterl

~tomterl/public-inbox

Last active 2 months ago

~tomterl/tomtel

Last active 1 year, 11 months ago
View more

Recent activity

[PATCH thp] Update for hare ~master 5 months ago

From Tom Regner to ~tomterl/public-inbox

Thanks a lot, for both patches :)

Re: [PATCH thp] Restore stdlib functions strings::pad* 9 months ago

From Tom Regner to ~tomterl/public-inbox

Thanks!

I opted to replace the padend calls with the means of the fmt module.
It runs fine, as far as I can tell.

The tests do not work here ATM (0/0 tests run) - something to do with the module handling changes I guess; will have to figure out where to put them :)

Re: Using constant in switch-expr failes assertion 1 year, 11 days ago

From Tom Regner to ~sircmpwn/hare-users

“Sebastian” <sebastian@sebsite.pw> writes:

> Thanks for reporting this! I just sent a patchset which should fix this:
> <https://lists.sr.ht/~sircmpwn/hare-dev/patches/44524>

That was fast :-)
can confirm that my code compiles and runs again.

Thanks!

Using constant in switch-expr failes assertion 1 year, 13 days ago

From Tom Regner to ~sircmpwn/hare-users

Hi,

this code does not compile, use of `CONST` in the switch gives

harec: src/check.c:2889: casecmp: Assertion `a->result->storage == b->result->storage’ failed.


```
use os;

type error = !int;

def CONST: error = 1;

Re: [PATCH thp] Build thp with Hare dev+804e55f7 1 year, 23 days ago

From Tom Regner to ~tomterl/public-inbox

Thanks!

Re: [PATCH thp] Build thp with Hare dev+9fec2b33 1 year, 1 month ago

From Tom Regner to ~tomterl/public-inbox

Thanks!

Re: [PATCH thp] New module: +sun.ha 1 year, 3 months ago

From Tom Regner to ~tomterl/public-inbox

Thanks a lot!

Re: [PATCH thp] Build thp using recent Hare May/2023 1 year, 3 months ago

From Tom Regner to ~tomterl/public-inbox

Thanks a lot!

Re: [PATCH thp] +moon: build using recent Hare 1 year, 4 months ago

From Tom Regner to ~tomterl/public-inbox

Thanks!