-
Notifications
You must be signed in to change notification settings - Fork 112
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
Use version from toml file as BuildpackMap key #96
Conversation
Signed-off-by: Joe Kutner <jpkutner@gmail.com>
4a8fb4c
to
c75a50a
Compare
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.
I think we should add a test case to map_test.go
with an escaped version directory to prevent regressions here (like we do with the escaped id).
I think this will break the |
@sclevine what do you think about treating |
That restriction seems like a great idea to me. I don't think it makes the current proposed changes work with the |
@sclevine correct, i would still have to adjust this PR, but I wanted to float that idea before doing so |
Signed-off-by: Joe Kutner <jpkutner@gmail.com>
b4de223
to
7a09ec3
Compare
@ekcasey @sclevine this now incorporates the change proposed in buildpacks/spec#48 and is ready for re-review |
Approved the changes, but agree with @ekcasey that test cases in |
Signed-off-by: Joe Kutner <jpkutner@gmail.com>
Signed-off-by: Joe Kutner <jpkutner@gmail.com>
This facilitates the implementation of buildpacks/pack#113