Brian Hicks
Brian Hicks
The project is https://github.com/rtfeldman/rbt. I'm building `roc` and putting in the root, then invoking it like `./roc run examples/hello/rbt.roc`
That seems reasonable! However, are we gonna require people to copy a `lib` directory around wherever `roc` also is? Why isn't the compiler just a standalone binary?
I looked at doing this today and it ended up being to big for the time I have. For a future person: - this needs Nri.Outline and Nri.Outline.Keyed - those...
oh! Sorry, I searched around but didn't find that one. Regardless, that's the complete list of themes with this problem at the current release.
What if… - red: topic branch commits, not pushed - yellow: topic branch commits, pushed - green: base branch commits That'd be helpful when working with a stack of PRs...
@ayazhafiz I feel like you might know right away what this could be—does it seem familiar?
further messing around: - if you simplify to `job : Input -> Job`, you'll still get the stack overflow - if you simplify to `job : Job -> Job`, you...
I'll give it a shot. I'm guessing [/docs/ec2setup.txt](https://github.com/petewarden/dstk/blob/master/docs/ec2setup.txt) would be the best place to start?
@fancyremarker no, I fell off this particular issue because of work. @petewarden would the ec2setup notes still be the best place, do you think?
@roc-lang/rbt-reviewers I'm requesting review of this since it seems like a configuration failure in CI. The tests all work locally, and the lints all pass in CI. 👍