Skip to content

Arbitrary patterns, type propagation, Markdown backend, size control

Compare
Choose a tag to compare
@lukstafi lukstafi released this 03 Feb 18:42
· 202 commits to main since this release

Patterns will now be logged without the need for alias patterns. In addition to let-bound patterns, now log match and function patterns, but only in %track_ debug scopes. We propagate type information top-down, so you don't need to repeat the types or write them in inconvenient places. We merge type information coming from multiple sources discarding type variables. PrintBox Markdown backend is now available, and backends are now fully configurable. There are now more tools to control size of log files: prune_upto, truncate_children, split_files_after.