ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:64715] [ruby-trunk - Bug #10196] [Open] rdoc should not depend on gems
       [not found] <redmine.issue-10196.20140902202822@ruby-lang.org>
@ 2014-09-02 20:28 ` luizluca
  2015-01-15  0:43 ` [ruby-core:67595] [ruby-trunk - Bug #10196] " luizluca
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: luizluca @ 2014-09-02 20:28 UTC (permalink / raw
  To: ruby-core

Issue #10196 has been reported by Luiz Angelo Daros de Luca.

----------------------------------------
Bug #10196: rdoc should not depend on gems
https://bugs.ruby-lang.org/issues/10196

* Author: Luiz Angelo Daros de Luca
* Status: Open
* Priority: Normal
* Assignee: 
* Category: lib/rubygems
* Target version: 
* ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [i486-linux-gnu]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
Hello,

It seems in rdoc code that it can run without gems.

However, at some places, it explicitly cites gem or Gem without dealing with
the exception. Also, it requires "rubygems", which might be useless since
gem_prelude does that.

I created a patch to remove the extra 'require "rubygems"' and treat the gem "xxx"
exception just like /usr/bin/rdoc does

---Files--------------------------------
001-rdoc-remove_gems_dep.patch (908 Bytes)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:67595] [ruby-trunk - Bug #10196] rdoc should not depend on gems
       [not found] <redmine.issue-10196.20140902202822@ruby-lang.org>
  2014-09-02 20:28 ` [ruby-core:64715] [ruby-trunk - Bug #10196] [Open] rdoc should not depend on gems luizluca
@ 2015-01-15  0:43 ` luizluca
  2016-01-03  4:58 ` [ruby-core:72677] [Ruby trunk " luizluca
  2016-01-03  5:52 ` [ruby-core:72679] [Ruby trunk - Bug #10196] [Closed] " shibata.hiroshi
  3 siblings, 0 replies; 4+ messages in thread
From: luizluca @ 2015-01-15  0:43 UTC (permalink / raw
  To: ruby-core

Issue #10196 has been updated by Luiz Angelo Daros de Luca.


I sent a PR for rdoc/rdoc in github. Probably
it is the right place to ask for changes in rdoc.

https://github.com/rdoc/rdoc/pull/340

----------------------------------------
Bug #10196: rdoc should not depend on gems
https://bugs.ruby-lang.org/issues/10196#change-51015

* Author: Luiz Angelo Daros de Luca
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [i486-linux-gnu]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
Hello,

It seems in rdoc code that it can run without gems.

However, at some places, it explicitly cites gem or Gem without dealing with
the exception. Also, it requires "rubygems", which might be useless since
gem_prelude does that.

I created a patch to remove the extra 'require "rubygems"' and treat the gem "xxx"
exception just like /usr/bin/rdoc does

---Files--------------------------------
001-rdoc-remove_gems_dep.patch (908 Bytes)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:72677] [Ruby trunk - Bug #10196] rdoc should not depend on gems
       [not found] <redmine.issue-10196.20140902202822@ruby-lang.org>
  2014-09-02 20:28 ` [ruby-core:64715] [ruby-trunk - Bug #10196] [Open] rdoc should not depend on gems luizluca
  2015-01-15  0:43 ` [ruby-core:67595] [ruby-trunk - Bug #10196] " luizluca
@ 2016-01-03  4:58 ` luizluca
  2016-01-03  5:52 ` [ruby-core:72679] [Ruby trunk - Bug #10196] [Closed] " shibata.hiroshi
  3 siblings, 0 replies; 4+ messages in thread
From: luizluca @ 2016-01-03  4:58 UTC (permalink / raw
  To: ruby-core

Issue #10196 has been updated by Luiz Angelo Daros de Luca.


Pull Request accepted. Please, close.

----------------------------------------
Bug #10196: rdoc should not depend on gems
https://bugs.ruby-lang.org/issues/10196#change-55927

* Author: Luiz Angelo Daros de Luca
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [i486-linux-gnu]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
Hello,

It seems in rdoc code that it can run without gems.

However, at some places, it explicitly cites gem or Gem without dealing with
the exception. Also, it requires "rubygems", which might be useless since
gem_prelude does that.

I created a patch to remove the extra 'require "rubygems"' and treat the gem "xxx"
exception just like /usr/bin/rdoc does

---Files--------------------------------
001-rdoc-remove_gems_dep.patch (908 Bytes)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:72679] [Ruby trunk - Bug #10196] [Closed] rdoc should not depend on gems
       [not found] <redmine.issue-10196.20140902202822@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2016-01-03  4:58 ` [ruby-core:72677] [Ruby trunk " luizluca
@ 2016-01-03  5:52 ` shibata.hiroshi
  3 siblings, 0 replies; 4+ messages in thread
From: shibata.hiroshi @ 2016-01-03  5:52 UTC (permalink / raw
  To: ruby-core

Issue #10196 has been updated by Hiroshi SHIBATA.

Status changed from Open to Closed

----------------------------------------
Bug #10196: rdoc should not depend on gems
https://bugs.ruby-lang.org/issues/10196#change-55929

* Author: Luiz Angelo Daros de Luca
* Status: Closed
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [i486-linux-gnu]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
Hello,

It seems in rdoc code that it can run without gems.

However, at some places, it explicitly cites gem or Gem without dealing with
the exception. Also, it requires "rubygems", which might be useless since
gem_prelude does that.

I created a patch to remove the extra 'require "rubygems"' and treat the gem "xxx"
exception just like /usr/bin/rdoc does

---Files--------------------------------
001-rdoc-remove_gems_dep.patch (908 Bytes)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-03  5:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-10196.20140902202822@ruby-lang.org>
2014-09-02 20:28 ` [ruby-core:64715] [ruby-trunk - Bug #10196] [Open] rdoc should not depend on gems luizluca
2015-01-15  0:43 ` [ruby-core:67595] [ruby-trunk - Bug #10196] " luizluca
2016-01-03  4:58 ` [ruby-core:72677] [Ruby trunk " luizluca
2016-01-03  5:52 ` [ruby-core:72679] [Ruby trunk - Bug #10196] [Closed] " shibata.hiroshi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).