Richard Schneeman
Richard Schneeman
I looked into this heavily for https://github.com/heroku/heroku-buildpack-ruby/issues/1118 The cache is only used at `bundle install` time. And it appears that it's only used when dependencies are not satisfied. I.e. if...
Etag still valid: ``` remote: `/app/.bundle/cache/compact_index/rubygems.org.443.29b0360b937aa4d161703e6160654e47/versions`. ```
Etag still valid ``` remote: `/app/.bundle/cache/compact_index/rubygems.org.443.29b0360b937aa4d161703e6160654e47/versions`. ```
I'm unsure if this also happens in the CNB as well. Need to investigate if this is still an issue or not
Thanks a ton for the issue. I would accept this change.
@iamswain25 you downvoted this comment did it not work for you ? https://github.com/heroku/heroku-buildpack-ruby/issues/834#issuecomment-460670464
The gem is included in Ruby 3.2.0 you donβt need to add it to your Gemfile. can you check with Ruby 3.2.0 and see if it still fails?
Thank you for the error report π I found the problem and possible solution. It's written here https://github.com/rspec/rspec-core/issues/2990. TLDR is that rspec needs to re-raise the SyntaxError or the contents...
Partitioning is very difficult to do. In fact that was originally my idea for the search algorithm, but I never got it to work. So here's my new buzzword: Pool...
Here's a spike of that idea (on the branch schneems/partition-inside-out) https://github.com/zombocom/dead_end/commit/e3c6c9bf67dea760001625e1942fc6c8dc3916b8 It works for the given case but fails on others