anthony sottile
anthony sottile
@emasab perhaps?
@dirkmueller your force push here is a little shady -- my patch existed a whole year before yours used my approach: https://github.com/confluentinc/confluent-kafka-python/pull/713#event-10136637794
absolutely ridiculous
this is not so simple -- the prepare scripts pass the _previous_ version string to the script hooks. so there must be _something_ for those. the [quick start guide](https://develop.sentry.dev/sdk/craft-quick-start/) currently...
could you clarify what you mean by "doesn't seem to help"? if the directions are followed everything works 0.0.0 breaks several things including changelog generation and the copy pasted version...
at a glance: ```console $ all-repos-grep --repos '\$1' -- scripts/bump-version.sh repos/getsentry/arroyo repos/getsentry/chartcuterie repos/getsentry/pytest-responses repos/getsentry/raven-python repos/getsentry/rb repos/getsentry/responses repos/getsentry/self-hosted repos/getsentry/sentry repos/getsentry/sentry-elixir repos/getsentry/sentry-go repos/getsentry/sentry-java repos/getsentry/sentry-kotlin-multiplatform repos/getsentry/sentry-native repos/getsentry/sentry-php repos/getsentry/sentry-python repos/getsentry/sentry-rust repos/getsentry/sentry-symfony repos/getsentry/snuba repos/getsentry/snuba-sdk repos/getsentry/zeus-cli...
you've cherry picked the few that don't it seems -- most of them use it: ``` $ all-repos-grep '\$1' -- scripts/bump-version.sh repos/getsentry/arroyo:scripts/bump-version.sh: perl -i -pe "s/$1/$2/g" $3 repos/getsentry/chartcuterie:scripts/bump-version.sh:OLD_VERSION="$1" repos/getsentry/pytest-responses:scripts/bump-version.sh: sed...
so I started looking into this -- the yarn printer seems like it _should_ handle this -- or at least there's code for it. that would make me think that...
I guess my usecase is a little weird: I want to incrementally introduce bun -- first as an installer in CI (where it is way faster than `yarn`) -- but...
@Electroid do you have a specific link to the fix? I'm not seeing it working with 0.5.7 (the currently released version): ```console $ bun install --yarn bun install v0.5.7 (5929daee)...