Avatar for the z-galaxy user
z-galaxy
zlink
BlogDocsChangelog

Performance History

Latest Results

šŸ› core: Allow trailing comments after fields and parameters The parser rejected inputs where a comment appeared after a field's or parameter's type but before the comma or closing paren, e.g.: method M ( x: bool # ) -> () failed with `Unexpected remaining input` because `whitespace_only` was used after parsing the field's type, leaving the `#` to be matched against the `,`/`)` literals. Use `ws` (which also consumes comments) in the trailing position for parameters, custom-type fields/variants, and inline struct fields and enum variants. Comments here are discarded — the next field's preceding comment is collected by `parse_preceding_comments` from a position after any comma. The inline struct parser is also reworked to a manual loop matching the surrounding code, since `separated` cannot mix `ws` (trailing) with `whitespace_only` (between comma and the next field's preceding comments) cleanly. Fixes #256.
zeenix:claude/fix-zlink-issues-W5kZA
1 hour ago

Latest Branches

CodSpeed Performance Gauge
+2%
šŸ› core: Fix three IDL parser issues#258
3 hours ago
f025c6a
zeenix:claude/fix-zlink-issues-W5kZA
CodSpeed Performance Gauge
+2%
šŸ› fix missing comma in enum with comments#257
15 days ago
1e18eab
bachorp:enumcomma
CodSpeed Performance Gauge
0%
23 days ago
b404b42
RaitoBezarius:suppgps-fix
Ā© 2026 CodSpeed Technology
Home Terms Privacy Docs