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

persistent-2.10 support #122

Merged
merged 9 commits into from
Apr 23, 2019
Merged

persistent-2.10 support #122

merged 9 commits into from
Apr 23, 2019

Conversation

parsonsmatt
Copy link
Collaborator

Unfortunately a breaking change due to reexport of PersistentImport. That should probably be different.

@parsonsmatt
Copy link
Collaborator Author

So, we can make this not a breaking change by CPPing in the export depending on the persistent version.

#if !MIN_VERSION_persistent(2,10,0)
type Connection = SqlBackend
{-# DEPRECATED Connection "stawp it" #-}
#endif

Basically, redefining the type synonyms that were deleted and giving new deprecation warnings.

I don't like this idea, fwiw.

@parsonsmatt
Copy link
Collaborator Author

@bitemyapp Want to release this now, or would you like to collect some more stuff for the breaking change release?

@parsonsmatt
Copy link
Collaborator Author

this gonna be part of 3.0

@parsonsmatt parsonsmatt merged commit 7b7717b into master Apr 23, 2019
@parsonsmatt parsonsmatt deleted the matt/persistent-2.10-support branch September 24, 2020 16:08
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.

1 participant