Skip to content

re-add missing logic to stringify Enums as Ints#84

Merged
nolanderc merged 1 commit intonolanderc:mainfrom
Jan200101:PR/re-stringify
Oct 22, 2025
Merged

re-add missing logic to stringify Enums as Ints#84
nolanderc merged 1 commit intonolanderc:mainfrom
Jan200101:PR/re-stringify

Conversation

@Jan200101
Copy link
Contributor

this was removed during the usingnamespace (#82) removal but Zig's built-in enum stringification turns it into an object instead of just its value. Many LSP Clients are liberal enough to accept this but the test suite but the test suite did not.

@Jan200101 Jan200101 mentioned this pull request Oct 17, 2025
this was removed during the usingnamespace removal but Zig's built-in
enum stringification turns it into an object instead of just its value.
Many LSP Clients are liberal enough to accept this but the test suite
but the test suite did not.
@nolanderc
Copy link
Owner

Awesome! Probably fixes #86 as well!

@nolanderc nolanderc merged commit d595fb1 into nolanderc:main Oct 22, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants