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 printing of GAP code containing nested logical operators to correctly use parentheses (try e.g. Print(x -> (x = x) = true);) #4451

Merged
merged 1 commit into from May 1, 2021

Conversation

ChrisJefferson
Copy link
Contributor

Fixes #4449

src/exprs.c Outdated Show resolved Hide resolved
src/exprs.c Outdated Show resolved Hide resolved
@ChrisJefferson
Copy link
Contributor Author

Thanks, changes made

@fingolfin fingolfin merged commit 59fedaa into gap-system:master May 1, 2021
@fingolfin fingolfin added kind: bug Issues describing general bugs, and PRs fixing them topic: kernel labels Feb 25, 2022
@ChrisJefferson ChrisJefferson deleted the fix-logical-print branch April 1, 2022 08:17
@fingolfin fingolfin changed the title Fix printing of nested logical operators Fix printing of GAP code containing nested logical operators to correctly use parentheses (try e.g. Print(x -> (x = x) = true);) Aug 17, 2022
@fingolfin fingolfin added the release notes: use title For PRs: the title of this PR is suitable for direct use in the release notes label Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Issues describing general bugs, and PRs fixing them release notes: use title For PRs: the title of this PR is suitable for direct use in the release notes topic: kernel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Printing a function with nested equalities yields unparsable code
2 participants