new option to control interproject references version constraint - #3473
Conversation
agross
left a comment
There was a problem hiding this comment.
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-referencesobsolete.