[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #60137] handles to nested functions do not pro
From: |
John W. Eaton |
Subject: |
[Octave-bug-tracker] [bug #60137] handles to nested functions do not properly capture context |
Date: |
Thu, 1 Apr 2021 03:36:58 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 |
Update of bug #60137 (project octave):
Status: Confirmed => Ready For Test
_______________________________________________________
Follow-up Comment #3:
I pushed a series of changes on stable to fix this problem for nested and
anonymous functions:
http://hg.savannah.gnu.org/hgweb/octave/rev/0574c36a095e
http://hg.savannah.gnu.org/hgweb/octave/rev/c74ff452e2bb
http://hg.savannah.gnu.org/hgweb/octave/rev/34d06c73b48d
These changesets make changes in public interfaces, which is something that we
try to avoid during a stable release series. OTOH, they are important to make
handles to nested and anonymous functions work properly. And since handles to
nested functions were one of the big new features of Octave 6, I'm in favor of
making this change in version 6 even if it causes some (small) backward
compatibility issues. These interfaces are not something that typical users
(even those who write .oct files) will encounter.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?60137>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #60137] handles to nested functions do not properly capture context,
John W. Eaton <=