Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Change the way we check the required version of the dependency#428

Merged
tmatsuo merged 1 commit intomasterfrom
bandaid-for-wildcard-dep
Mar 28, 2018
Merged

Change the way we check the required version of the dependency#428
tmatsuo merged 1 commit intomasterfrom
bandaid-for-wildcard-dep

Conversation

@tmatsuo
Copy link
Contributor

@tmatsuo tmatsuo commented Mar 27, 2018

There are still some cases for false negative where the direct
constrant is ok and other indirect dependency has a problem.

Although the issue is not completely fixed, this logic change allows
more legitimate cases which has been failing with the previous code.

It will alleviate #426

There are still some cases for false negative where the direct
constrant is ok and other indirect dependency has a problem.

Although the issue is not completely fixed, this logic change allows
more legitimate cases which has been failing with the previous code.

It will alleviate #426
@tmatsuo tmatsuo requested a review from chingor13 March 27, 2018 22:00
@tmatsuo
Copy link
Contributor Author

tmatsuo commented Mar 27, 2018

For a long time fix, the best way is to invoke composer install first, then look at the composer.lock file to know the exact version the app is using. This will need non-trivial changes to the builder pipeline. It might make sense to put this band-aid on while we're working on the long-term fix. WDYT?

Copy link
Member

@chingor13 chingor13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, we can do the better solution later

@tmatsuo tmatsuo merged commit a5a4dd5 into master Mar 28, 2018
@chingor13 chingor13 deleted the bandaid-for-wildcard-dep branch April 17, 2018 18:14
frost-byte pushed a commit to Wiser-Owl/php-docker that referenced this pull request May 9, 2021
…eCloudPlatform#428)

There are still some cases for false negative where the direct
constrant is ok and other indirect dependency has a problem.

Although the issue is not completely fixed, this logic change allows
more legitimate cases which has been failing with the previous code.

It will alleviate GoogleCloudPlatform#426
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants