Skip to content

Vendor ListT, removed in transformers-0.6 (Fix #1010) #1027

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

Merged
merged 2 commits into from
Mar 13, 2022
Merged

Conversation

andreasabel
Copy link
Member

ListT is removed in a utility module that is used in package search. The functions in the utility module implement some heuristics to extract words from package identifiers. The module is undocumented.
It does not seem worthwhile at this point to reverse engineer this module and try to implement it w/o ListT.
Rather, I embed the ListT monad transformer code here so we do not depend on getting it from transformers (where it has disappeared from).
This also silences the deprecation warnings.

Closes #1010. Likely squash before merge.

@andreasabel andreasabel merged commit 3438b1f into master Mar 13, 2022
@andreasabel andreasabel deleted the vendor-ListT branch March 13, 2022 19:40
@andreasabel andreasabel self-assigned this Mar 13, 2022
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.

Replace ListT
1 participant