[TIMOB-13269] CodeProcessor: Unknowns short-circuit some expressions that shouldn't be short-circuited
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-03-29T02:12:42.000+0000 |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | Release 3.1.0, 2013 Sprint 07 JS, 2013 Sprint 07 |
| Components | Code Processor |
| Labels | n/a |
| Reporter | Bryan Hughes |
| Assignee | Praveen Innamuri |
| Created | 2013-03-29T01:28:36.000+0000 |
| Updated | 2017-03-09T00:26:26.000+0000 |
Description
Unknown values short circuit expressions (for speed reasons), but that can cause some code to not be evaluated.
Closing ticket as fixed.