ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:54543] [ruby-trunk - Bug #8318][Open] Fix debug listing when called from the same file the debug module has been required from
@ 2013-04-24  3:44 zzak (Zachary Scott)
  2013-04-24  6:07 ` [ruby-core:54548] [ruby-trunk - Bug #8318] " nobu (Nobuyoshi Nakada)
  0 siblings, 1 reply; 2+ messages in thread
From: zzak (Zachary Scott) @ 2013-04-24  3:44 UTC (permalink / raw
  To: ruby-core


Issue #8318 has been reported by zzak (Zachary Scott).

----------------------------------------
Bug #8318: Fix debug listing when called from the same file the debug module has been required from
https://bugs.ruby-lang.org/issues/8318

Author: zzak (Zachary Scott)
Status: Open
Priority: Normal
Assignee: 
Category: lib
Target version: current: 2.1.0
ruby -v: 2.1.0dev
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN


=begin
From ((<GitHub#280|URL:https://github.com/ruby/ruby/pull/280>))

with this minimal ruby code

(({require 'debug'}))
(({puts}))
when trying to list the code, it'll fail like so:

(({(rdb:1) l}))
(({[-3, 6] in script.rb}))
(({No sourcefile available for script.rb}))
=end


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

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

* [ruby-core:54548] [ruby-trunk - Bug #8318] Fix debug listing when called from the same file the debug module has been required from
  2013-04-24  3:44 [ruby-core:54543] [ruby-trunk - Bug #8318][Open] Fix debug listing when called from the same file the debug module has been required from zzak (Zachary Scott)
@ 2013-04-24  6:07 ` nobu (Nobuyoshi Nakada)
  0 siblings, 0 replies; 2+ messages in thread
From: nobu (Nobuyoshi Nakada) @ 2013-04-24  6:07 UTC (permalink / raw
  To: ruby-core


Issue #8318 has been updated by nobu (Nobuyoshi Nakada).

Description updated


----------------------------------------
Bug #8318: Fix debug listing when called from the same file the debug module has been required from
https://bugs.ruby-lang.org/issues/8318#change-38860

Author: zzak (Zachary Scott)
Status: Open
Priority: Normal
Assignee: 
Category: lib
Target version: current: 2.1.0
ruby -v: 2.1.0dev
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN


=begin
From ((<GitHub#280|URL:https://github.com/ruby/ruby/pull/280>))

with this minimal ruby code

  require 'debug'
  puts
when trying to list the code, it'll fail like so:

  (rdb:1) l
  [-3, 6] in script.rb
  No sourcefile available for script.rb
=end


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

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

end of thread, other threads:[~2013-04-24  6:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-24  3:44 [ruby-core:54543] [ruby-trunk - Bug #8318][Open] Fix debug listing when called from the same file the debug module has been required from zzak (Zachary Scott)
2013-04-24  6:07 ` [ruby-core:54548] [ruby-trunk - Bug #8318] " nobu (Nobuyoshi Nakada)

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