From c0fe0f89692ae0d4f6e52b0259f3b99c88e21b2f Mon Sep 17 00:00:00 2001 From: hellerve Date: Mon, 16 Dec 2019 12:07:39 +0100 Subject: [PATCH] devlog: done with 2019-12-16 --- devlog/2019-12-16.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/devlog/2019-12-16.md b/devlog/2019-12-16.md index e5967c2..94e24a9 100644 --- a/devlog/2019-12-16.md +++ b/devlog/2019-12-16.md @@ -15,4 +15,18 @@ hard. ## Review -Time worked: +Time worked: 1h30m + +Well, this was another frustrating day with Pharo. Apparently, the +OS process abstraction I’m using has a bug on my OS X where it never +terminates the process. Once again, [I’ve opened an issue](https://github.com/pharo-contributions/OSSubprocess/issues/52). +The issue description is shorter than I’d usually like, but I don’t +quite know what’s going on, so I’ll just leave it at that. + +Despite this frustration I was able to make it work by adding a tiny +manual delay—yuck—and then just checking the output of the command. +It’s parsing the response into a data structure that I’ll be able to +use in the IDE environment. + +My head starts to hurt a little bit so I decided to leave it at that +for today.