Confirmed users
176
edits
No edit summary |
|||
| Line 32: | Line 32: | ||
* Smarter JS library recognition. Use common internal patterns instead of just file names. | * Smarter JS library recognition. Use common internal patterns instead of just file names. | ||
* '''[http://tn123.ath.cx/pollution/ Nils' validator]''', written in Python. We should definitely coordinate with him and see how we can integrate his ideas. | * '''[http://tn123.ath.cx/pollution/ Nils' validator]''', written in Python. We should definitely coordinate with him and see how we can integrate his ideas. | ||
'''Ian suggests:''' | |||
* It seems like Redis is going to come into the mix in Zamboni, and there's already Cucumber, so one of those would be appropriate for the queuing. | |||
* Presumably in stand-along mode everything is just done immediately, no queuing (i.e., the queuing is really a separate system). | |||
* Jetpack has a bunch of Python tools for building stuff, I don't know if they have validation too. | |||
* I would flag everything and only filter in the UI. | |||
** As a result, it might be good to use some structured output from the validate script (also maybe more easily extendable by unit tests?). Maybe just use the XUnit output format. | |||