salt icon indicating copy to clipboard operation
salt copied to clipboard

State And Logic Traversal, for today's infinite-application

Results 4 salt issues
Sort by recently updated
recently updated
newest added

Since the introduction of "destination flags" in queries, I've been pondering a change with how authors navigate programs. Instead of relying on a _method_ to clear waypoints and create a...

Methods
API
Strategery
Figuring Out

The problem with importing states is their tags. While some tags should override each other (like `_perms`), others could be successfully merged (like `_data`). In these cases, the tag needs...

Tags
Enhancement

The "rjs" package would implement convenience tags and methods, for loading AMD modules with [require.js](http://requirejs.org). This issue list possible use-cases and implementations, of the RJS package. _The package may exist...

Packages
backlog

[coveralls.io](http://coveralls.io) offers some nifty badges that report on the coverage of your test cases. The work to enable test coverage will take time, plus their service integration promotes Grunt, which...

Testing
Figuring Out