Blake O'Hare

Results 47 issues of Blake O'Hare

Split the LOCAL op into LOCAL and LOCAL_SAFE LOCAL_SAFE will be used if you can tell, with static analysis, that a local is already set in the current scope. LOCAL_SAFE...

feature request

This can be used in debug build targets so that the stack traces show in the command line instead of requiring the output console in Visual Studio to see the...

feature request
High Priority

Automatic in Python based platforms, but not for other languages.

library

This will allow me to get rid of silly runtime functions like $$lib_foo_isJavascript() and convert them to compile time, which will get rid of a lot of no-op stub code.

feature request
High Priority

The first syntax error **per file** should be shown. Other compilation errors, particularly name resolution stuff, should not stop compilation entirely.

feature request

There are 5 types of files that can appear in the source directory - Source file (.cry) - Known media file (image or sound) - Text resource (default if it...

feature request

This is sort of important since pretty much every desktop-faring programming language has this and so even though there aren't perfect equivalents in mobile or JS, it's still sort of...

feature request
High Priority

Since graphical context is often tied to the window, ensure that the window instance is created before a font is loaded in the Graphics2DText library. Currently this is causing Times-New-Roman-ification...

bug
library

Be sure the following situation is tested thoroughly, particularly on texture-based GL platforms, where the image resources are basically the original-scale composite assets plus some rectangleF's describing the cumulative transformations:...

feature request

There's still a problem with the postFinallyBehavior being a scalar. Should be a stack instead. Exhibit A: ``` for (item : list) { try { break; } finally { for...

bug
High Priority