Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-05 | Update copyright year | Boris Kolpackov | 2 | -2/+2 | |
2016-12-16 | Convert tests/ to subproject, initial work on cross-testing support | Boris Kolpackov | 1 | -1/+1 | |
2016-12-01 | Organize tests/, factor common testscript fragments | Boris Kolpackov | 3 | -15/+2 | |
2016-12-01 | Allow implicit (lexical) typed-to-typed conversion | Boris Kolpackov | 1 | -6/+3 | |
2016-11-25 | Implement literal here-document support | Boris Kolpackov | 1 | -8/+8 | |
2016-11-23 | Implement value type propagation on expansion | Boris Kolpackov | 3 | -0/+71 | |
Currently, we only propagate types of sole, unquoted expansions (variable, function call, or eval context), similar to NULL. To untypify the value, simply quote it. |