-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Remove autorequire spec attribute #2832
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I've never seen this attribute used anywhere, but since it's a gemspec attribute, we should go through a deprecation cycle, right? |
|
The comment actually says it doesn't really work, so maybe we can actually remove it? 🤔 What do you think @hsbt? |
|
@bundlerbot r+ |
2832: Remove autorequire spec attribute r=bronzdoc a=bronzdoc # Description: Remove `autorequire`, maybe this should have been removed in RG3? 😬 `autorequire` was used by old RubyGems, it is neither supported nor functional. I will abide by the [code of conduct](https://github.com/rubygems/rubygems/blob/master/CODE_OF_CONDUCT.md). Co-authored-by: bronzdoc <lsagastume1990@gmail.com>
Build succeeded |
|
@bronzdoc Unfortunately I think we need to revert this PR and go through a proper deprecation cycle, letting users know they need to remove this setting. I just tried last master branch of rubygems, and it crashed because I had a gem installed using this attribute... 😞 |
|
That sucks.... Ok, Will revert @deivid-rodriguez |
|
A lot of gems still uses I'm okay to remove this attribute in RG 4.0, But It's good to warn to deprecated message in 3.1 or 3.2 👍 |
2858: Revert cadb66 and deprecate specification autorequire r=hsbt a=bronzdoc # Description: See: #2832 ______________ I will abide by the [code of conduct](https://github.com/rubygems/rubygems/blob/master/CODE_OF_CONDUCT.md). Co-authored-by: bronzdoc <lsagastume1990@gmail.com>
Description:
Remove
autorequire, maybe this should have been removed in RG3? 😬autorequirewas used by old RubyGems, it is neither supported nor functional.I will abide by the code of conduct.