Skip to content

strscan.rb move causes two copies in JRuby stdlib #38

@headius

Description

@headius

JRuby needs strscan.rb to be in the lib dir once installed, so that it can load the jar and extension. In d374f96 this file was moved to lib/jruby/strscan.rb to avoid conflicts with implementations that have their own strscan.rb. This fixes that problem, but by having two nested require paths in the gem we end up with the strscan.rb file being copied twice to the JRuby stdlib, with a confusing lib/jruby that should not exist.

The PR in #39 will move this JRuby-specific file into the ext dir and make appropriate adjustments elsewhere.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions