-
-
Notifications
You must be signed in to change notification settings - Fork 698
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
chai-subset is unmaitained #1616
Comments
Sure. Happy to add it to the org. |
it may also be worth just building this functionality into chai itself, as some variant of much of the logic in chai-subset exists in chai already, just not for this particular usage (e.g. recursively checking equality of nested types) maybe this could just be achieved by some modifier of just a thought |
I am happy to do that, but we should only do that after transferring or at least discussing with the owners/maintainers. |
Hey guys, I'm the main contributor to the chai-subset while I was working in Debitoor. I couldn't convince them to transfer ownership. I think it should be fine to add it into core functionality of chai of fork the repo and support the fork. The question is what is preferrable for the chaijs org? |
I think it would be great to clarify our intent to debitoor before moving forward. There's a strong chance if we fork the library into this org, or otherwise integrate changes into core, then the debitoor library will be rendered obsolete. I don't want that to come as a surprise to them. So I think a good next step is perhaps contacting them again, if you don't mind? In terms of next steps beyond that, I think we can look at what it'll take to integrate directly into core (PRs welcome 😉) but also I think having a fork (or ideally the source repo) under the chaijs org for archival purposes would be a good step also. |
Thanks for the convo and for letting us know! Both here and in debitoor/chai-subset#84 :). 👋 Adrián from SumUp (formerly Debitoor) here. While Feel free to fork and integrate the codebase into chaijs :) For the ownership transfer I'd have to look into the process to transfer it (might take longer). With the matter of the original repo going obsolete - maybe we could add a notice to the readme and mark it as deprecated? (given that the last commit is from 2017, 7 years ago) |
Cool, I'll prepare a PR to chai in the nearest future. I believe that chai-subset is a good fit for core functionality of chai. |
I hope you don't mind that I hacked on this quickly while waiting at a airport. I tried to make sure that the history was preserved in doing this. |
Hi
As in debitoor/chai-subset#84 , chai-subset is unmaitained. The biggest contributor no longer has owner rights, but proposed to fork and maintain it. Is chaijs interest in owning the fork?
The text was updated successfully, but these errors were encountered: