-
Notifications
You must be signed in to change notification settings - Fork 21
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
fix: Remove upper-bound version constraint from SCI #171
fix: Remove upper-bound version constraint from SCI #171
Conversation
9d63398
to
3d45bff
Compare
3d45bff
to
66fe4b8
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #171 +/- ##
=======================================
Coverage 94.73% 94.73%
=======================================
Files 23 23
Lines 931 931
Branches 93 93
=======================================
Hits 882 882
Misses 29 29
Partials 20 20 ☔ View full report in Codecov by Sentry. |
No idea why the code coverage report is failing... At any rate, I'll add the people from the referenced thread. |
@kinyoklion Has you opinion on this changed at all since #170 ? |
Bumping because this is unfortunately causing an increasing amount of developer friction inside my org. Including this package breaks our in-house source generators when invoked by IDE-triggered design-time builds in such a way that my normally strong msbuild-foo has thus far been unable to combat. I would like to get some movement on this today, otherwise I'm looking at needing to publish a forked package to appease a growing horde of angered devs. (This is, of course, a me problem, so I don't mention it to force a decision one way or the other, just to say that it would be nice to hear from folks on whether this is a quick action or something I need to self-serve for the foreseeable future.) |
Fixes: open-feature#170 See: open-feature#136, open-feature#137, open-feature#170 Signed-off-by: Austin Drenski <[email protected]>
66fe4b8
to
545cd11
Compare
Note: just saw #166 (f5fc1dd) land, and pretty sure the upper-bound constraint on Can someone catch me up on why we're going out of our way to set upper-bound constraints in the first place? Originally, I assumed it was something specific about |
I think it was just out of fear of breaking changes in further releases of these dependencies, but I think I'm on board with just removing the upper bounds. |
Signed-off-by: Todd Baert <[email protected]>
@austindrenski I've removed the upper bound on |
Signed-off-by: Austin Drenski <[email protected]> Signed-off-by: Todd Baert <[email protected]> Co-authored-by: Todd Baert <[email protected]> Signed-off-by: Artyom Tonoyan <[email protected]>
Fixes: #170
See: #136, #137, #170
Anticipate similar arguments/discussion as in #137, but opening as a companion to #170 because this is causing me real-world grief today 🙃