Will Bond

Results 395 comments of Will Bond

I am not tracking all of the details of this issue, but I saw I was mentioned. ---- One of the biggest difference between 3143 and 3160 is that we...

I should note that the sanity limit of 25,000 (realized) contexts in a single syntax has been around for a long time. Due to the new `embed` syntax, many syntaxes...

Perhaps you've written a syntax with 25,000 contexts?

The unreachable context warnings were fixed in build 3154. It happens when you push into an anonymous context combined with a `with_prototype` since the `with_prototype` creates a new copy of...

> Also, the time I tested, the sublime's installation was clean, no overrides, but it only happens in build > 3143 A lot of the default syntaxes have had changes...

Every syntax is 100% standalone. It will reference the definition from another syntax, but at run time all of the contexts are compiled into the current syntax. This is for...

Currently there is no API or functionality to count the number of contexts in a syntax

Just a note that we are currently standardizing on `meta.function-call variable.function` across different languages in the default packages. So far we've done significant work on the following syntaxes: - PHP...

This module is causing crashes with GTK3. Any chance you can make a big notice on the readme to not use this with builds > 3176?