You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Lexer: disambiguate `'['` as char literal vs promoted list by lookahead
for closing quote (fixes Text.Pandoc.Writers.Roff)
- Loader: add CPP preprocessing for imported modules (was only done in
driver, causing parse failures when loading CPP-using modules as deps)
- Loader: treat parser diagnostics as non-fatal — only fail if module
couldn't be parsed at all, matching driver behavior
- Lowering: fix where-clause scoping for multi-equation functions nested
in where clauses — per-clause where bindings were silently ignored
(fixes Text.Pandoc.Chunks from cascading lowering failure)
- AST: add TupleSections to Extension enum; classify ~30 common GHC
extensions as accepted in status() to suppress unknown warnings
- Driver: add TypeErrorWithInfo error variant so type-check failures
register exports and don't cascade to downstream modules
- Stubs: add missing exports for Skylighting (sName, sShortname,
parseTheme), Text.Collate.Lang (record fields), Data.Yaml
(decodeAllEither'), Data.Aeson.TH (camelTo2)
- Type checker: polymorphic Semigroup/Monoid, expanded builtin stubs,
cross-module type alias propagation
0 commit comments