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

icecave/parity dependency concern #570

Closed
wimleers opened this issue Mar 6, 2019 · 6 comments
Closed

icecave/parity dependency concern #570

wimleers opened this issue Mar 6, 2019 · 6 comments

Comments

@wimleers
Copy link

wimleers commented Mar 6, 2019

In the master branch, #518 added a dependency on icecave/parity. That in turn has a dependency on icecave/repr. Per icecave/parity#15 (comment), Drupal core maintainers do not want to add icecave/* dependencies to Drupal core.

(The 5.2.x releases don't contain the icecave/* dependencies, but if Drupal needs to update to a release based that contains #518, it'd become a problem at that point.)

Would you be willing to use an alternative approach that does not depend on that library?

P.S.: this is related to #569, and thanks for your prompt response there!

@shmax
Copy link
Collaborator

shmax commented Mar 7, 2019

@wimleers

Just so I understand, which part of his response was it that raised red flags? He said that most of his packages don't see active development, but he also seems open to fixes, so before I go off and find a replacement it might save me some time if I know exactly what it is I should be looking for...

@shmax
Copy link
Collaborator

shmax commented Mar 7, 2019

To put it another way, if you're concerned about maintenance on icecave/parity, wouldn't it make more sense to look for a replacement if/when it actually becomes an issue?

@xjm
Copy link

xjm commented Mar 7, 2019

Thanks @shmax for the prompt response!

For us it is about predictability, future compatibility, and risk mitigation. Let's say the next major version of json-schema is released, and then six months later Icecave EOLs their package as they've indicated is going to happen at some point. Then the choices are:

  • Proceeding with an unsupported package that won't receive security coverage.
  • Forking the package.
  • A BC break.
  • A new major version with whatever replacement.

All of the above are variously disruptive or risky for a package with a need for scheduled releases and LTS support (like ours).

@erayd
Copy link
Contributor

erayd commented Mar 7, 2019

@xjm That makes sense. Noting the way we use parity, the dependency could likely be removed.

@shmax
Copy link
Collaborator

shmax commented Mar 8, 2019

Well, sure, we could probably factor it out or replace it, but if I spent all my time trying to second guess which projects are going to EOL in six months and preemptively replacing them I wouldn't get much done (this project isn't exactly a hotbed of activity, either). We use this package at one place in the code, and it hasn't been an issue since I put it in. So barring some unforeseen future complication, if they EOL it won't make any difference to us. And if there is some complication, then we can fix it then. We have 56 open issues now--many of which document real bugs--so it seems a little bizarre to me to focus on this as some kind of blocker. Hell, we could just revert the commit and go back to having 57 open issues instead of 56. Would that improve the situation? shrug

@DannyvdSluijs
Copy link
Collaborator

@wimleers in an attempt to cleanup this repo we are trying to filter the issues and see which ones might be closed. Is it safe to assume this is an issue which time has caught up on? The icecave/parity [link] repo seems to be inactive but the code is there and over time it even has grown to a version 3 whereas this repo still is set on version 1. I see your concerns and I think they are valid up to a point, but functionally there is currently no impact on the library.
So my remaining question is can this issue be closed? Feel free to close it yourself with some comments if helpful.

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

No branches or pull requests

5 participants