octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #51375] publish fails when script defines anon


From: Juan Pablo Carbajal
Subject: [Octave-bug-tracker] [bug #51375] publish fails when script defines anonymous nested functions
Date: Mon, 3 Jul 2017 17:04:20 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?51375>

                 Summary: publish fails when script defines anonymous nested
functions
                 Project: GNU Octave
            Submitted by: juanpi
            Submitted on: Mon 03 Jul 2017 09:04:19 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: juanpi
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The following script

## Test script
#
phi = @(t) sin(t);
y_f =@(t) phi(t);    # Delayed superposition
## A section
#
y = y_f(0);


hangs when published with publish. Removing the "sin" function (it also hangs
with "exp", "log", etc... I guess built-ins?) makes publish work again...

BUT! also removing the line "## A section"

Weird bug.. reproducible? (in my system is a very robust bug!)


$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 16.04.2 LTS
Release:        16.04
Codename:       xenial


HG-ID 1147e5c912aa






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51375>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]