Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Undefined isn't implied by empty() call so this is a behavioral
change, too.
|
|
|
|
Previous commits are A-OK for making html.isBlank() work properly
with [html.onlyIfSiblings] tags - and consequently, parent tags
with [html.onlyIfContent] - but if the parent *doesn't* have this
attribute, it needs to take responsibility in its own toString /
function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This logic doesn't appear to be necessary to avoid overriding
compositional-infrastructure errors (or nested errors) when
reporting, really.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes a test failure introduced in cebd7f4a, and more generally,
crashes to do with flags: {update: true} but no update: {...}
configuration.
|
|
See issue #323.
|
|
See issue #484. Also see #code-quarantine:
https://discord.com/channels/749042497610842152/854020929113423924/1246242946525691956
|
|
See issue #469.
|
|
See issue #478.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|