IRC channel logs

2025-01-20.log

back to list of logs

<oriansj>only one thing you missed stikonas: maybe_bootstrap_error for the features cc_* doesn't support (the enum)
<stikonas>oh, yeah...
<oriansj>rkeene: plus crypto attracts a *TON* of crazy people.
<stikonas>oh, but that's again in this cc_types.h file
<stikonas>not in cc_core.c file
<stikonas>so probably again need to play the same extern game...
<oriansj>hmmm
<oriansj>well we could just move that function into M2-Planet/cc_globals.c
<oriansj>which is the first C file loaded; add it to cc_globals.h as an extern (which cc_* doesn't look at)
<oriansj>then we can use maybe_bootstrap_error in all the other files to cover all C features that cc_* doesn't support without any future issues
<aggi>some older version of util-linux is back on board that matches tinycc/linux24/musl if need be, got back blkid and sfdisk for scripting install scripts
<stikonas>ok, M2-Planet change to add maybe_bootstrap_error pushed now
<stikonas>stage0-posix is working too, but I'll first have to write changelog there
<oriansj>good plan
<oriansj>thank you stikonas
<stikonas>well, thanks to all who contributed new features...
<stikonas>I mostly just tested them
<stikonas>(with a few fixes)
<rkeene>Thank you !
<stikonas>ok, pushed stage0-posix changes
<homo>good news, microhs is lowering language requirements just to be bootstrappable with hugs https://github.com/augustss/MicroHs/commit/2f9eab4db4e811e4c75ea370a64914abc94abf9c https://github.com/augustss/MicroHs/commit/56be300c293304b37cb18db499d825621be9ec4d
<homo>the rest of my patches are coming soon, there are only 2 things I am unable to fix, but Lennart will attempt to fix - crash caused by src/MicroHs/StateIO.hs and solving GHC.Types(Any) puzzle to make ghc/primTable.hs compatible with hugs
<homo>the last thing on todo list is that someone has to add pattern guards support to hugs, as that language requirement is not going away from microhs
<ZhouBaiden798365>Hey guys... Joe Biden here. I've decided to step down from the White House to focus on other projects. Billionaires are a threat to democracy, so check out https://BidenCash.st to put them in the bullseye. Keep an eye on the CNN inauguration for a promo code!
<GB717623>Hey guys... Joe Biden here. I've decided to step down from the White House to focus on other projects. Billionaires are a threat to democracy, so check out https://BidenCash.st to put them in the bullseye. Keep an eye on the CNN inauguration for a promo code!
<oriansj>homo: thank you for your continued work on the haskell bootstrap problem.
<lrvick>Anyone remember why python is in live-bootstap?
<lrvick>seems a lot of compile time is spent on it. Is it actually required to get gcc13 somehow?