Files
pond/devlog/2019-12-18.md
2019-12-18 22:36:55 +01:00

25 lines
705 B
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-18
Timebox: 1 hour
## Goals
Today I want to create a text editor view that can send the current file to a
Carp checker and get the results back; maybe even highlight the errors already,
if I can figure out how to.
## Potential Roadblocks
Im still pretty sick and a little disoriented, and I probably shouldnt work
at all, but I really want to.
## Review
Time worked: 1:00
I was able to make it kinda sorta work. I can open an unhighlighted Carp
editor, play around in it, and try to check the results using a button that
spits out the error in a new inspector for me. This isnt quite what I
envisioned, but all the pieces are there. I just need to connect the dots
somehow now.