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

Remove the option to opt out of the attribute whitelist #3499

Merged
merged 7 commits into from
Jul 11, 2023

Conversation

Scott-Guest
Copy link
Contributor

@Scott-Guest Scott-Guest commented Jul 7, 2023

Closes #2625

This PR removes the option --no-pedantic-attributes to opt-out of the attribute whitelist. All attributes now must be known built-ins, and user-defined attributes can only be provided via group(_).

To make this change, I also had to

  • Stabilize the error messages in CheckAtt.java by sorting the attributes
  • Update toString in a few places missed by Emit user-defined groups as group(_) #3441 so that files output with -E actually pass the whitelist

@Scott-Guest Scott-Guest self-assigned this Jul 7, 2023
@Scott-Guest Scott-Guest requested review from radumereuta and dwightguth and removed request for radumereuta July 11, 2023 04:48
@Scott-Guest Scott-Guest marked this pull request as ready for review July 11, 2023 04:48
@rv-jenkins rv-jenkins merged commit 842aeac into develop Jul 11, 2023
@rv-jenkins rv-jenkins deleted the always-pedantic-attributes branch July 11, 2023 19:22
@Scott-Guest Scott-Guest mentioned this pull request Jul 19, 2023
8 tasks
Baltoli pushed a commit that referenced this pull request Nov 1, 2023
…3154)

* haskell-backend/src/main/native/haskell-backend: 2b96e26eb - Add `injective` to prelude constructors (#3494)

* Sync flake inputs to submodules

* haskell-backend/src/main/native/haskell-backend: 4e61206c5 - [#3462] Keep original names in SMT transcript (#3498)

* Sync flake inputs to submodules

* haskell-backend/src/main/native/haskell-backend: 42cd7c42f - Fix check-implication output 3 (#3497)

* Sync flake inputs to submodules

* haskell-backend/src/main/native/haskell-backend: 477c5d132 - Update kore design documentation (#3499)

* Sync flake inputs to submodules

---------

Co-authored-by: rv-jenkins <devops@runtimeverification.com>
@Baltoli Baltoli mentioned this pull request Dec 12, 2023
@Scott-Guest Scott-Guest mentioned this pull request Feb 22, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants