Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #4592 Previously, we trimmed list separators, presumably under the assumption that `#Layout` deletes all whitespace and the user may end up including redundant whitespace. This is hacky and a faulty assumption given that we allow custom `#Layout`. For now, we just remove the `trim()` call. This shouldn't cause issues downstream - I've manually checked that all `List{...}` and `NeList{...}` declarations in the EVM, C, and WASM semantics are already correct. If anything was missed, it's an easy fix. A proper solution is described in #4595 Co-authored-by: rv-jenkins <[email protected]>
- Loading branch information