Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-31 | Add builtins.appendContext. | Shea Levy | 1 | -2/+4 | |
A partner of builtins.getContext, useful for the same reasons. | |||||
2019-01-14 | Add builtins.getContext. | Shea Levy | 1 | -0/+22 | |
This can be very helpful when debugging, as well as enabling complex black magic like surgically removing a single dependency from a string's context. |