ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:67410] [ruby-trunk - Bug #10712] [Open] [PATCH] lib/resolv.rb: consider ENETUNREACH as ResolvTimeout
       [not found] <redmine.issue-10712.20150107215901@ruby-lang.org>
@ 2015-01-07 21:59 ` normalperson
  2015-01-07 22:09 ` [ruby-core:67411] [ruby-trunk - Bug #10712] " akr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: normalperson @ 2015-01-07 21:59 UTC (permalink / raw
  To: ruby-core

Issue #10712 has been reported by Eric Wong.

----------------------------------------
Bug #10712: [PATCH] lib/resolv.rb: consider ENETUNREACH as ResolvTimeout
https://bugs.ruby-lang.org/issues/10712

* Author: Eric Wong
* Status: Open
* Priority: Normal
* Assignee: Akira Tanaka
* Category: lib
* Target version: next minor
* ruby -v: trunk
* Backport: 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: REQUIRED
----------------------------------------
This allows "gem install /path/to/local.gem" to be successful
on a machine without a network connection.

I'm fairly sure this should be fixed in lib/resolv.rb instead
of inside RubyGems (and everything else which relies on rescuing
Resolv::ResolvError).


---Files--------------------------------
0001-lib-resolv.rb-consider-ENETUNREACH-as-ResolvTimeout.patch (904 Bytes)


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

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

* [ruby-core:67411] [ruby-trunk - Bug #10712] [PATCH] lib/resolv.rb: consider ENETUNREACH as ResolvTimeout
       [not found] <redmine.issue-10712.20150107215901@ruby-lang.org>
  2015-01-07 21:59 ` [ruby-core:67410] [ruby-trunk - Bug #10712] [Open] [PATCH] lib/resolv.rb: consider ENETUNREACH as ResolvTimeout normalperson
@ 2015-01-07 22:09 ` akr
  2015-01-16 17:05 ` [ruby-core:67633] " naruse
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: akr @ 2015-01-07 22:09 UTC (permalink / raw
  To: ruby-core

Issue #10712 has been updated by Akira Tanaka.


Please commit.

----------------------------------------
Bug #10712: [PATCH] lib/resolv.rb: consider ENETUNREACH as ResolvTimeout
https://bugs.ruby-lang.org/issues/10712#change-50843

* Author: Eric Wong
* Status: Open
* Priority: Normal
* Assignee: Akira Tanaka
* Category: lib
* Target version: next minor
* ruby -v: trunk
* Backport: 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: REQUIRED
----------------------------------------
This allows "gem install /path/to/local.gem" to be successful
on a machine without a network connection.

I'm fairly sure this should be fixed in lib/resolv.rb instead
of inside RubyGems (and everything else which relies on rescuing
Resolv::ResolvError).


---Files--------------------------------
0001-lib-resolv.rb-consider-ENETUNREACH-as-ResolvTimeout.patch (904 Bytes)


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

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

* [ruby-core:67633] [ruby-trunk - Bug #10712] [PATCH] lib/resolv.rb: consider ENETUNREACH as ResolvTimeout
       [not found] <redmine.issue-10712.20150107215901@ruby-lang.org>
  2015-01-07 21:59 ` [ruby-core:67410] [ruby-trunk - Bug #10712] [Open] [PATCH] lib/resolv.rb: consider ENETUNREACH as ResolvTimeout normalperson
  2015-01-07 22:09 ` [ruby-core:67411] [ruby-trunk - Bug #10712] " akr
@ 2015-01-16 17:05 ` naruse
  2015-01-27  7:39 ` [ruby-core:67828] " usa
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: naruse @ 2015-01-16 17:05 UTC (permalink / raw
  To: ruby-core

Issue #10712 has been updated by Yui NARUSE.

Backport changed from 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: REQUIRED to 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: DONE

ruby_2_2 r49286 merged revision(s) 49175.

----------------------------------------
Bug #10712: [PATCH] lib/resolv.rb: consider ENETUNREACH as ResolvTimeout
https://bugs.ruby-lang.org/issues/10712#change-51055

* Author: Eric Wong
* Status: Closed
* Priority: Normal
* Assignee: Akira Tanaka
* ruby -v: trunk
* Backport: 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: DONE
----------------------------------------
This allows "gem install /path/to/local.gem" to be successful
on a machine without a network connection.

I'm fairly sure this should be fixed in lib/resolv.rb instead
of inside RubyGems (and everything else which relies on rescuing
Resolv::ResolvError).


---Files--------------------------------
0001-lib-resolv.rb-consider-ENETUNREACH-as-ResolvTimeout.patch (904 Bytes)


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

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

* [ruby-core:67828] [ruby-trunk - Bug #10712] [PATCH] lib/resolv.rb: consider ENETUNREACH as ResolvTimeout
       [not found] <redmine.issue-10712.20150107215901@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2015-01-16 17:05 ` [ruby-core:67633] " naruse
@ 2015-01-27  7:39 ` usa
  2015-02-28 16:16 ` [ruby-core:68352] [Ruby trunk " nagachika00
  2015-02-28 18:18 ` [ruby-core:68357] " djberg96
  5 siblings, 0 replies; 6+ messages in thread
From: usa @ 2015-01-27  7:39 UTC (permalink / raw
  To: ruby-core

Issue #10712 has been updated by Usaku NAKAMURA.

Backport changed from 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: DONE to 2.0.0: DONE, 2.1: REQUIRED, 2.2: DONE

ruby_2_0_0 r49422 merged revision(s) 49175.
and also backported a part of r40160.

----------------------------------------
Bug #10712: [PATCH] lib/resolv.rb: consider ENETUNREACH as ResolvTimeout
https://bugs.ruby-lang.org/issues/10712#change-51236

* Author: Eric Wong
* Status: Closed
* Priority: Normal
* Assignee: Akira Tanaka
* ruby -v: trunk
* Backport: 2.0.0: DONE, 2.1: REQUIRED, 2.2: DONE
----------------------------------------
This allows "gem install /path/to/local.gem" to be successful
on a machine without a network connection.

I'm fairly sure this should be fixed in lib/resolv.rb instead
of inside RubyGems (and everything else which relies on rescuing
Resolv::ResolvError).


---Files--------------------------------
0001-lib-resolv.rb-consider-ENETUNREACH-as-ResolvTimeout.patch (904 Bytes)


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

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

* [ruby-core:68352] [Ruby trunk - Bug #10712] [PATCH] lib/resolv.rb: consider ENETUNREACH as ResolvTimeout
       [not found] <redmine.issue-10712.20150107215901@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2015-01-27  7:39 ` [ruby-core:67828] " usa
@ 2015-02-28 16:16 ` nagachika00
  2015-02-28 18:18 ` [ruby-core:68357] " djberg96
  5 siblings, 0 replies; 6+ messages in thread
From: nagachika00 @ 2015-02-28 16:16 UTC (permalink / raw
  To: ruby-core

Issue #10712 has been updated by Tomoyuki Chikanaga.

Backport changed from 2.0.0: DONE, 2.1: REQUIRED, 2.2: DONE to 2.0.0: DONE, 2.1: DONE, 2.2: DONE

Backported into `ruby_2_1` at r49785.

----------------------------------------
Bug #10712: [PATCH] lib/resolv.rb: consider ENETUNREACH as ResolvTimeout
https://bugs.ruby-lang.org/issues/10712#change-51697

* Author: Eric Wong
* Status: Closed
* Priority: Normal
* Assignee: Akira Tanaka
* ruby -v: trunk
* Backport: 2.0.0: DONE, 2.1: DONE, 2.2: DONE
----------------------------------------
This allows "gem install /path/to/local.gem" to be successful
on a machine without a network connection.

I'm fairly sure this should be fixed in lib/resolv.rb instead
of inside RubyGems (and everything else which relies on rescuing
Resolv::ResolvError).


---Files--------------------------------
0001-lib-resolv.rb-consider-ENETUNREACH-as-ResolvTimeout.patch (904 Bytes)


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

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

* [ruby-core:68357] [Ruby trunk - Bug #10712] [PATCH] lib/resolv.rb: consider ENETUNREACH as ResolvTimeout
       [not found] <redmine.issue-10712.20150107215901@ruby-lang.org>
                   ` (4 preceding siblings ...)
  2015-02-28 16:16 ` [ruby-core:68352] [Ruby trunk " nagachika00
@ 2015-02-28 18:18 ` djberg96
  5 siblings, 0 replies; 6+ messages in thread
From: djberg96 @ 2015-02-28 18:18 UTC (permalink / raw
  To: ruby-core

Issue #10712 has been updated by Daniel Berger.


Isn't that what the -l switch is for?

----------------------------------------
Bug #10712: [PATCH] lib/resolv.rb: consider ENETUNREACH as ResolvTimeout
https://bugs.ruby-lang.org/issues/10712#change-51701

* Author: Eric Wong
* Status: Closed
* Priority: Normal
* Assignee: Akira Tanaka
* ruby -v: trunk
* Backport: 2.0.0: DONE, 2.1: DONE, 2.2: DONE
----------------------------------------
This allows "gem install /path/to/local.gem" to be successful
on a machine without a network connection.

I'm fairly sure this should be fixed in lib/resolv.rb instead
of inside RubyGems (and everything else which relies on rescuing
Resolv::ResolvError).


---Files--------------------------------
0001-lib-resolv.rb-consider-ENETUNREACH-as-ResolvTimeout.patch (904 Bytes)


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

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

end of thread, other threads:[~2015-02-28 18:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-10712.20150107215901@ruby-lang.org>
2015-01-07 21:59 ` [ruby-core:67410] [ruby-trunk - Bug #10712] [Open] [PATCH] lib/resolv.rb: consider ENETUNREACH as ResolvTimeout normalperson
2015-01-07 22:09 ` [ruby-core:67411] [ruby-trunk - Bug #10712] " akr
2015-01-16 17:05 ` [ruby-core:67633] " naruse
2015-01-27  7:39 ` [ruby-core:67828] " usa
2015-02-28 16:16 ` [ruby-core:68352] [Ruby trunk " nagachika00
2015-02-28 18:18 ` [ruby-core:68357] " djberg96

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).