Eugen Wissner belka
belka commented on issue belka/elna#99 2025-04-20 11:22:53 +02:00
Provide builtin assert
  • The beginning of visit(boot::procedure_call *call) handles an assert call. Extract this logic into a separate private function.
  • assert() with a non-constant is ignored. Abort the…
belka pushed to cpp at belka/elna 2025-04-20 11:21:19 +02:00
88f6022dcd Replace unreachable() with assert(false)
belka pushed to assembly at belka/elna 2025-04-19 23:24:05 +02:00
148da8ed91 Initial commit
belka pushed to master at belka/kazbek 2025-04-19 14:49:04 +02:00
20f3d98d63 Move katja into a separate repository
belka created branch master in OSS/katja 2025-04-19 14:48:13 +02:00
belka pushed to master at OSS/katja 2025-04-19 14:48:13 +02:00
d10c5c980c Initial commit
belka created branch assembly in belka/elna 2025-04-18 09:27:12 +02:00
belka pushed to assembly at belka/elna 2025-04-18 09:27:12 +02:00
b10c5dc5af Initial commit
belka pushed to cpp at belka/elna 2025-04-18 08:52:24 +02:00
c99237fd9c Move source reading into a function
belka pushed to master at belka/dotfiles 2025-04-17 10:30:52 +02:00
03aca09b82 Disable checks for assembly
belka opened issue belka/elna#99 2025-04-15 07:34:23 +02:00
Provide builtin assert
belka pushed to cpp at belka/elna 2025-04-14 23:13:49 +02:00
1cd44508c3 Support while … else
belka closed issue belka/elna#97 2025-04-13 18:41:08 +02:00
while else
belka pushed to cpp at belka/elna 2025-04-13 18:41:01 +02:00
25bb24c694 Support while … else
belka pushed to master at belka/kazbek 2025-04-13 12:11:20 +02:00
0e6de99821 tea-cleaner: Make no login period configurable
belka transferred repository idayeager43115/katja to OSS/katja 2025-04-13 11:31:14 +02:00
belka renamed repository from 4841234 to OSS/katja 2025-04-13 11:30:54 +02:00
belka opened issue belka/elna#98 2025-04-13 09:14:55 +02:00
Static variable initialization
belka opened issue belka/elna#97 2025-04-12 17:48:28 +02:00
while else
belka closed issue belka/elna#91 2025-04-12 12:06:13 +02:00
Allow breaking out of loops