Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. Last week:
  2. - Finished Ford-Pinto vane interface (%trim, %vega, etc.)
  3. - Wrote mark builds with +grad delegation
  4. - Wrote cast builds with +grab/+jump delegation and cycle-checking
  5. - Met with Joe to spec how to scry the stdlib out of Arvo
  6. - Implemented stdlib scry in Ford with righteous pass-through
  7. - Tests pass for file, mark, and cast builds
  8.  
  9. Latest code:
  10. - [pinto](https://github.com/urbit/urbit/blob/c068e61c780ab7abbb72f4f3bf843345a994dfdf/pkg/arvo/sys/vane/pinto.hoon)
  11. - [tests](https://github.com/urbit/urbit/blob/c068e61c780ab7abbb72f4f3bf843345a994dfdf/pkg/arvo/tests/sys/vane/pinto.hoon)
  12.  
  13. This week:
  14. - Clay integration
  15. - Kiln integration (or whatever Philip has built to replace Kiln)
  16. - Gall integration
  17. - Eyre integration
  18. - Dojo: run code internally instead of sending to Ford
  19. - Spider integration
  20. - Boot
  21.  
  22. If boot bail:meme's or boot times are just too damn high, I'll pause the integration work to add a per-file build cache.
  23.  
  24. Overall, Ford Pinto seems to be coming along fine. It's about 850 lines right now. I expect I'll need to rearchitect the monad a bit when we add the per-file build cache, but we'll see how far we get with just the dumb compiler cache for now.
  25.  
  26. Clay and Gall integration will likely involve some coordination with Philip.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement