https://pantsbuild.org/ logo
a

average-vr-56795

12/26/2018, 11:52 PM
@witty-crayon-22786 I put together an implementation of starlark parsing in pants for funsies. Doing so naively (i.e. just parsing into placeholders for python objects, and then eagerly hydrating into actual python objects identically to our existing parsing). It was remarkably simple to do...
Will clean it up a little and send it out for looking at for interest (not looking to merge) tomorrow-ish :)
w

witty-crayon-22786

12/26/2018, 11:53 PM
Nice!
Still in jury duty
a

average-vr-56795

12/26/2018, 11:54 PM
:(
https://github.com/pantsbuild/pants/pull/6998 << Only the top commit is relevant, and the description has a decent commentary
@witty-crayon-22786 ^^