Russell Allen

Results 8 issues of Russell Allen

By default FreeBSD builds fail, complaining about `error: unable to find or provide libc for target 'x86_64-freebsd.12.2...12.2-musl'` FreeBSD builds should link to the FreeBSD libc, as that is the system...

This is more a placeholder, but it would be really interesting if this could be made to work. Anyway: ``` $ zig build -Dtarget='wasm64-freestanding' /snap/zig/5245/lib/std/os.zig:148:24: error: container 'system' has no...

bug

This happens on Linux: ``` [Wed Apr 06 01:51:26 2022] info -- Scheduler started (according to snapshotAction schedulerInitial) owner@russell/terminalMorph 1> memory testHeapExpansion Self VM warning: some memory reserved by the...

We should incrementally build snapshots and VMs based on HEAD.

One change that post-Self morphic (Squeak/Pharo/Cuis) has from the original is that morphs have a 'properties' slot which is a dictionary for holding information about the morph. I am wary...

RFD

Self maintains a `vector` of size 256 called `fileTable`. This is initialised to contain waiting semaphores in `scheduler start`. Incoming signals are mapped to this vector to handle file io....

Bug

Two part issue: 1. Docs show console prompt as `Self 0 ` but standard prompt should be something like `[email protected] 0> ` 2. Prompt fails to get hostname, so actual...

Bug