2026/04/19
Jump to navigation
Jump to search
|
Sunday, April 19, 2026 (#109)
|
|
References |
transcribed retroactively from a Signal chat
- 11:01 Finally got the local schema-listing working again (message-parsing fixed, command-line-builder fixed), but still broken over ssh2 -- I *think* I was expecting that, but I don't remember why...
- Something to do with Streams, I think.
- <checks notes>
- quite possibly related to EoS-detection...
- 13:32 It seems to be important to pause execution in order to get any results back. 1/10 second was sufficient; 1/1000 second was not. I wonder if there's some "do background stuff" function I should be calling...
- 14:52 Copilot 'splained it to me: there's a streams-function which basically turns the thread over to the I/O subsystem for a bit so it can process stuff.
- 14:53 Now I just need to get exports working again, and I'll be back to the *original* rockface of "get imports working".
- 17:03 ...and now I'm getting partial dumps from ssh2, which is something that has never been a problem before even though I was concerned about it, aggggghh.
- 17:12 Solved, maybe? Suddenly feof() is working properly -- or I'm only using it in the contexts where it does work, or something...
- 17:14 (Warning messages once again not displaying, but I'm just not gonna wade into that deathtrap again just now. It's *probably* a simple fix, but lemme get imports working, dagnabbit. ....unless there's a mysterious hangup and I need to know what the error was, I guess. 🙃)
- 22:01 Memory-leak seems to be gone. Seems like a good omen...