Conversation
Since cargo already treats them as semver version ranges (so this is effectively a no-op), and this way it avoids conflicts/churn in this file from Dependabot PRs.
Since the vast majority do not need a changelog entry.
Since with the new beta Docker for macOS Rosetta feature the build times on M1 have significantly improved.
Since it's testing an implementation detail of the functions runtime and/or Pip, which isn't helpful to test in this buildpack.
Since we cache the pip cache only instead.
Since `ubuntu-latest` and `ubuntu-22.04` are now equivalent, since their rollout of the change in default image version has now completed.
So it fits in the sidebar
- Split them out into separate files - Import them into the crate so private APIs can be used Inspired by: https://matklad.github.io/2021/02/27/delete-cargo-integration-tests.html http://xion.io/post/code/rust-unit-test-placement.html https://doc.rust-lang.org/reference/items/modules.html#the-path-attribute
Malax
approved these changes
Mar 1, 2023
Member
Malax
left a comment
There was a problem hiding this comment.
The README could use some work, but this can easily be added later. That said, I think this is the new gold-standard for a Heroku languages-team CNB! I love the code, documentation and tests and wish my buildpack would look like this. It was a pleasure reviewing this! Awesome work dude! ✋🏻
I left a couple of nitpicky comments, but none are blocking at all.
merwok
reviewed
Mar 1, 2023
merwok
reviewed
Mar 1, 2023
schneems
previously requested changes
Mar 2, 2023
schneems
left a comment
There was a problem hiding this comment.
I'm still working on finishing my review, but wanted to leave my pending comments.
Co-authored-by: Josh W Lewis <josh.w.lewis@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The initial implementation of a native (non-shimmed) libcnb.rs-based Python CNB.
See:
libcnb.rs-based Heroku CNBs