FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Checking out aws-sdk-ruby creates a file with binary data. · Issue #9377 · jruby/jruby · GitHub

/ jruby Public

Checking out aws-sdk-ruby creates a file with binary data. #9377

Description

Environment Information

macOS 26.4.1
JRuby 10.0.5.0
Bundler 4.0.10.0

Gem in question:
aws-sdk-kms 1.122.0 and 1.123.0

Expected Behavior

Gem installs with blank customizations.rb file.

Actual Behavior

Gem installs but binary data is copied into customizations.rb file.

yeah you can trace through tar_reader.rb in rubygems stdlib and it eventually gets to copy_stream... I suspect somewhere in there it's seeing the entry's zero length and interpreting that to mean "read the rest of the file"
@headius

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL