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

Accept trailing comma in array #1097

Merged
merged 1 commit into from
Sep 28, 2024
Merged

Accept trailing comma in array #1097

merged 1 commit into from
Sep 28, 2024

Conversation

aquarhead
Copy link
Contributor

Fix #1086

@aquarhead
Copy link
Contributor Author

aquarhead commented Sep 27, 2024

Just FYI you can allow other jobs in a matrix to run to complete instead of cancel when one of them fails https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast (it defaults to true)

I don't think the failure is related to my change?

@djc
Copy link
Owner

djc commented Sep 27, 2024

That's right, the failure is unrelated. If you're able to add a separate commit that changes the matrix to allowing it to complete, that would be great!

Copy link
Owner

@djc djc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

askama_parser/src/expr.rs Outdated Show resolved Hide resolved
@djc
Copy link
Owner

djc commented Sep 27, 2024

Test failure addressed in #1098.

@djc djc merged commit aa28384 into djc:main Sep 28, 2024
17 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.

Allow Trailing Commas in Arrays Inside Template Expressions
2 participants