[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #47917] dbstop skips nested functions
From: |
Rik |
Subject: |
[Octave-bug-tracker] [bug #47917] dbstop skips nested functions |
Date: |
Mon, 16 May 2016 03:52:00 +0000 (UTC) |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 |
Update of bug #47917 (project octave):
Status: Patch Submitted => Fixed
Open/Closed: Open => Closed
_______________________________________________________
Follow-up Comment #2:
I updated the patch slightly. Instead of using 1 << 30 as the initial
earliest_end, I used std::numeric_limits<int>::max (). According to the C++
standard, an int is only guaranteed to be 16 bits wide. One would probably
never encounter such a machine these days, but it seemed cleaner not to have a
hardcoded value. I also removed the BIST test. In order for octave to find
the function nested, it would need to be called nested.m rather than using
something from tmpname(). I don't think that's a problem. Once we get this
right it doesn't need to be continually tested.
I checked it in here
(http://hg.savannah.gnu.org/hgweb/octave/rev/4bf980861fd6). Marked as fixed
and closing report.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?47917>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #47917] dbstop skips nested functions, Lachlan Andrew, 2016/05/13
- [Octave-bug-tracker] [bug #47917] dbstop skips nested functions, Rik, 2016/05/13
- [Octave-bug-tracker] [bug #47917] dbstop skips nested functions, Lachlan Andrew, 2016/05/13
- [Octave-bug-tracker] [bug #47917] dbstop skips nested functions,
Rik <=
- [Octave-bug-tracker] [bug #47917] dbstop skips nested functions, Rik, 2016/05/16
- [Octave-bug-tracker] [bug #47917] dbstop skips nested functions, Rik, 2016/05/16
- [Octave-bug-tracker] [bug #47917] dbstop skips nested functions, Lachlan Andrew, 2016/05/17
- [Octave-bug-tracker] [bug #47917] dbstop skips nested functions, Lachlan Andrew, 2016/05/17
- [Octave-bug-tracker] [bug #47917] dbstop skips nested functions, Rik, 2016/05/20
- [Octave-bug-tracker] [bug #47917] dbstop skips nested functions, Rik, 2016/05/20
- [Octave-bug-tracker] [bug #47917] dbstop skips nested functions, Lachlan Andrew, 2016/05/20