Skip to content

fix: $RS is not defined#75

Merged
Edouard-chin merged 2 commits into
Shopify:mainfrom
nekketsuuu:nekketsuuu-rs
Dec 13, 2025
Merged

fix: $RS is not defined#75
Edouard-chin merged 2 commits into
Shopify:mainfrom
nekketsuuu:nekketsuuu-rs

Conversation

@nekketsuuu

@nekketsuuu nekketsuuu commented Dec 11, 2025

Copy link
Copy Markdown
Contributor

$RS is defined in English module. I suppose that $RS was introduced here for Style/SpecialGlobalVars cop of RuboCop, but the module is not required here.

Instead of using the input record separator, this patch uses the NUL character as a separator. a simple file list.

`$RS` is defined in `English` module. I suppose that `$RS` is introduced here for Style/SpecialGlobalVars cop of RuboCop, but the module is not required here.

Instead of using the input record separator, this patch uses the NUL character as a separator.

@Edouard-chin Edouard-chin left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the pull request !

I made a suggestion as I think using git is a bit overkilled for such a small project

Comment thread bootboot.gemspec Outdated
since this is a small project

Co-authored-by: Edouard CHIN <[email protected]>
@Edouard-chin Edouard-chin merged commit 60af915 into Shopify:main Dec 13, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants