-
Notifications
You must be signed in to change notification settings - Fork 527
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
new option to control interproject references version constraint #3473
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! I commented on some spelling mistakes. Please correct them.
Thank you for review :) |
@lexarchik Thank you. I read a second pass and have made some more comments. The new docs will shine ;-) |
@agross thanks) |
it doesn't build locally for me. |
@forki fixed. |
…sion constraints
@forki Have you reviewed this PR? Are there any problems with it? |
thanks for this! |
@lexarchik @forki this is a breaking change. If you were using interproject-references you are now forced to include the new option. |
why is it breaking change? default value for this option is "min" |
I had the option, without anything after (which was ok for a version or 2) |
its strange. interproject-references is completly new option. it was added in this pr. |
I got an error saying it expected a parameter after interproject-references |
Whereas, I have another option after it...maybe it's just the way the options are parsed... |
can you make a little repro solution that work with older paket version and fail with newer? |
Sure, here is the args I pass, copied from my Fake script. I updated the command to add 'min' and remove the pin-project-references and it started working again. |
and with what version of paket did this work without "min"? |
Hmmm...maybe it didn't... |
#2520
New cli parameter and templatefile option
interproject-references
.Possible values are
min
,fix
,keep-major
,keep-minor
,keep-patch
.This makes
--pin-project-references
obsolete.