Russell Allen
Russell Allen
All FreeBSD installations will have a system libc. It’s part of the OS. My understanding is that the FreeBSD kernel ABI is changeable but the libc interface is guaranteed to...
Ah Ok - I understand you now. I’ll wait to see what Discord says 😄
Works for me on Linux (I get a static binary). On FreeBSD it still fails witht: ``` [root@syd ~/zigself]# zig build error: libc not available error: run 'zig libc -h'...
I'm in the middle of a pre Christmas work rush and can't really think this through just now but let's talk about it in the new year :)
Hi rockwalrus, This is very cool! As an initial thought, I'm a little wary of having LGPL code in the Self tree. At the moment everything here is under the...
Displaying unicode is very complicated :( The open source world seems to be relying mostly on the Harfbuzz/Pango which aren't simple (!) and which would need quite a bit of...
`"Self 5" 'ç' printLine ç '\xc3\xa7'` printing to console works too. To do this right shouldn't we transition to a utf8 string type - detach `traits string` from `traits byteVector`...
This is nice! Are you still using the original bitmap X font system or the (less ancient) xft?
Hi, can you let me know what your steps were to get to the error?
I'm having trouble recreating - it seems like something went wrong in the build and your lists don't have all the proper slots but it's a bit hard to determine....