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

Add Typeable constraint to IsAcidic #168

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add Typeable constraint to IsAcidic #168

wants to merge 2 commits into from

Conversation

ddssff
Copy link
Collaborator

@ddssff ddssff commented Mar 1, 2024

...so the error message generated by closeCore can include the type of the AcidState.

closeCore can include the type of the AcidState.
@ddssff
Copy link
Collaborator Author

ddssff commented Mar 1, 2024

Daunting CI failure with ghc-7.10 - let me know if it is worth fixing.

@stepcut
Copy link
Member

stepcut commented Mar 1, 2024

The error is not daunting at all! Just remove TypeApplications and change Proxy @st to Proxy :: Proxy st.

@ddssff
Copy link
Collaborator Author

ddssff commented Mar 1, 2024

I guess I was thinking of the other PR, apparently 7.10 didn't have HasCallStack.

Copy link
Collaborator

@andreasabel andreasabel left a comment

Choose a reason for hiding this comment

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

I don't have any knowledge on this code base, I have done just janitor work to upgrade it to new GHCs. So I cannot judge here.

Just from a PVP perspective, this API change would require a major version bump, to 0.17.

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.

None yet

3 participants