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

feat!: $* macro as it is not needed anymore #436

Merged
merged 3 commits into from
Mar 17, 2024
Merged

Conversation

SuperFola
Copy link
Member

Description

Removed macro $* used to expand another macro inside the AST, which was a temporary work around for a bug in the parser, that didn't handle macros inside functions argument blocks.

Checklist

  • I have read the Contributor guide
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation if needed
  • I have added tests that prove my fix/feature is working
  • New and existing tests pass locally with my changes

@SuperFola SuperFola force-pushed the remove-macro-blocks branch 2 times, most recently from e909bb5 to 6aae41d Compare March 17, 2024 16:18
@SuperFola SuperFola force-pushed the remove-macro-blocks branch from 6aae41d to 2d88098 Compare March 17, 2024 16:26
@SuperFola SuperFola merged commit 061c2f3 into dev Mar 17, 2024
15 checks passed
@SuperFola SuperFola deleted the remove-macro-blocks branch March 17, 2024 16:33
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.

1 participant