You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Development on Rhino has all but stopped, however the closure-compiler, whose AST engine was originally based on Rhino, is still going strong. Converting from one to the other should be fairly straight-forward, and allow this project to support more JavaScript language features.
Create CC version of StatementBuilder and test (Done)
Create CC version of BranchStatementBuilder and test (Done)
Create InstrumenterCCTest and re-write any implementation required to get all tests working (Done)
Create InstrumentCCAndHighlightRegressionTest. Re-organize to make tests independent of the Rhino ones. (Done)
Create BranchInstrumentorCCTest and get working (Done)
Create BranchInstrumentorCCIntegrationTest and get working. Replace Rhino runtime evaluation with Nashorn (Done)
Get all acceptance tests (i.e. HTML Unit) working (Done)
Update documentation (Done)
Add detailed release note or wiki page on what has changed
Create 2.0 release swapping from Rhino to Closure Compiler
Optional - Look at replacing Mozilla JSON parsing with something else - Gson
Any potential contributor's, let me know what can work on in the immediate future, and I'll create a new issue for that. Rather than replying here, please use https://gitter.im/JSCover/closure-compiler-conversion
The text was updated successfully, but these errors were encountered:
Development on Rhino has all but stopped, however the closure-compiler, whose AST engine was originally based on Rhino, is still going strong. Converting from one to the other should be fairly straight-forward, and allow this project to support more JavaScript language features.
Work has already begun in the
closure-compiler
branch. The approach so far has been to take the most isolated classes, and write a second set of implementations and tests (e.g. see StatementBuilder and StatementBuilderCC, and StatementBuilderTest StatementBuilderCCTest.Order of work will be like:
Any potential contributor's, let me know what can work on in the immediate future, and I'll create a new issue for that. Rather than replying here, please use https://gitter.im/JSCover/closure-compiler-conversion
The text was updated successfully, but these errors were encountered: