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

Fix clash between table and alias syntax #608

Merged
merged 1 commit into from
Jan 4, 2024
Merged

Conversation

ZedThree
Copy link
Member

@ZedThree ZedThree commented Jan 3, 2024

Fixes #604

Turns out this was a bit more complicated than expected as tables are "block processors" and I had implemented aliases as "inline processors", which always run after block processors. So this required rewriting the processor as a "preprocessor" which always run before block processors.

@ZedThree ZedThree merged commit 90a393a into master Jan 4, 2024
10 checks passed
@ZedThree ZedThree deleted the aliases-in-tables branch January 4, 2024 10:21
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.

Aliases in tables
1 participant