Eugene

Results 4 comments of Eugene

Thanks Alex! It might be worth taking a look at how JSON Schema is supported in VSCode. JSON Schema unfortunately has no mapping from JSON file back to the underlying...

Sorry, I should have been clearer. I mentioned set_call_limit since depth control was discussed in the original issue that motivated its introduction, but was not addressed specifically. When experimenting with...

Sure - * set_depth_limit. When "parse" is called, a depth variable is initialized to the value set by set_depth_limit. Each pest-internal helper function that can be invoked through "parse" takes...

Absolutely on the trampolining. What you suggest on counter is quite interesting. Fundamentally you want to guard against two dimensions of complexity - length, and depth. In a sense they...