Alain Emilia Anna Zscheile fogti · she/her
  • Joined on 2022-08-01
fogti created branch main in fogti/byr 2022-10-15 11:48:57 +00:00
fogti pushed to main at fogti/byr 2022-10-15 11:48:57 +00:00
bec8f6cfc2 initial commit
fogti created repository fogti/byr 2022-10-15 08:31:48 +00:00
fogti pushed to main at fogti/fogtix 2022-09-30 10:35:24 +00:00
e101c9fd9f GENERAL BREAK: get rid of signed pointers
fogti pushed to main at fogti/fogtix 2022-09-28 13:44:09 +00:00
18a7c524e6 fix(_): fix misc stuff
fogti pushed to main at fogti/fogtix 2022-09-28 13:28:48 +00:00
5f77e04826 feat(bytecode): add signed remainder operation
fogti pushed to main at fogti/fogtix 2022-09-28 13:07:06 +00:00
14c7cbb08b feat(bytecode): add bitshift operation
fogti pushed to main at fogti/fogtix 2022-09-28 12:23:31 +00:00
3cccbc31b8 API BREAK: make the VM u128-based (as only datatype)
fogti pushed to main at fogti/fogtix 2022-09-28 01:29:13 +00:00
920983d003 fix(vm): remote calls might resume where left off, without additional label...
fogti pushed to main at fogti/fogtix 2022-09-28 01:19:25 +00:00
9c770e4015 feat(vm): make VM no-std usable
fogti pushed to main at fogti/fogtix 2022-09-28 01:03:58 +00:00
d193a66f04 refactor(vm): make run non-async, return Error::RemoteCall when remote-calls are invoked
fogti pushed to main at fogti/fogtix 2022-09-28 00:08:07 +00:00
b67f42b773 feat(vm): basic comparison operators
fogti pushed to main at fogti/fogtix 2022-09-27 23:51:36 +00:00
7602e9f7b9 feat: more and better math operators
fogti pushed to main at fogti/fogtix 2022-09-27 23:48:51 +00:00
b3535d60b4 feat: more and better math operators
fogti commented on issue exozyme/exozyme#181 2022-09-27 20:23:07 +00:00
Idea: Make Woodpecker CI pipelines run as the user that triggered it instead of the woodpecker-agent user

Could we put the woodpecker CI agent into a separate mount namespace, and present it with a limited view of users $HOME's, so that it can access their binaries (e.g. Nix stuff or so), but configs…

fogti pushed to main at fogti/fogtix 2022-09-27 16:22:03 +00:00
cdebdd2ce9 fix(vm): proper error reporting (for library usage)
fogti pushed to main at fogti/fogtix 2022-09-27 15:41:47 +00:00
6c75da9cd2 feat(vm/Origin): make call method async
fogti pushed to main at fogti/fogtix 2022-09-27 15:28:38 +00:00
9c0ad2fa15 feat(vm): reset origin id before calling <origin,ptr,atom>
fogti pushed to main at fogti/fogtix 2022-09-27 15:17:31 +00:00
7580ba28bb fix(bc/pointer): cancel upper two bytes of payload bc they're node-specific