Files
pond/devlog/2019-12-16.md
2019-12-16 12:07:39 +01:00

33 lines
1.0 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 2019-12-16
Timebox: 3 Hours
## Goals
I want to be able to check Carp source by writing a file to the
file system, checking it, and parsing the results into a good
data structure. Copied from yesterday.
## Potential Roadblocks
Im still feeling a little sick and concentrating could be a little
hard.
## Review
Time worked: 1h30m
Well, this was another frustrating day with Pharo. Apparently, the
OS process abstraction Im using has a bug on my OS X where it never
terminates the process. Once again, [Ive opened an issue](https://github.com/pharo-contributions/OSSubprocess/issues/52).
The issue description is shorter than Id usually like, but I dont
quite know whats going on, so Ill 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.
Its parsing the response into a data structure that Ill 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.