[TIMOB-15031] Code Processor: Implement support for cloning values and contexts
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-09-06T23:49:05.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | 2013 Sprint 18, 2013 Sprint 18 Tooling, Release 3.2.0 |
| Components | Code Processor |
| Labels | n/a |
| Reporter | Bryan Hughes |
| Assignee | Praveen Innamuri |
| Created | 2013-09-03T16:57:27.000+0000 |
| Updated | 2017-03-09T19:09:45.000+0000 |
Description
In order to support analyzing skipped contexts, we need the ability to clone values (including objects) an contexts.
Runtime needs to be broken apart to break a cyclical dependency that would be introduced otherwise.
PR: https://github.com/appcelerator/titanium-code-processor/pull/242
To test: make sure mocha is installed (sudo npm install -g mocha) and the run "mocha" from the root director of the code processor.
Merged PR.
Closing ticket as fixed.