Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comptime fixes #1204

Merged
merged 3 commits into from
May 2, 2024
Merged

Comptime fixes #1204

merged 3 commits into from
May 2, 2024

Conversation

edemaine
Copy link
Collaborator

@edemaine edemaine commented May 1, 2024

  • Fix comptime as an object key. (This is currently preventing Civet from being compiled using the latest Civet.)
  • Fix comptime in a binary expression: 1 + comptime ... was treating comptime as a function call
  • A bunch of code cleanup/Civetification (which is how this PR got started)

@edemaine edemaine merged commit 160ef0b into main May 2, 2024
3 checks passed
@edemaine edemaine deleted the comptime-fixes branch May 2, 2024 02:17
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