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

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

[Octave-bug-tracker] [bug #59394] [octave forge] (parallel) integers ret


From: Olaf Till
Subject: [Octave-bug-tracker] [bug #59394] [octave forge] (parallel) integers returned instead of error
Date: Sun, 1 Nov 2020 11:26:38 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

URL:
  <https://savannah.gnu.org/bugs/?59394>

                 Summary: [octave forge] (parallel) integers returned instead
of error
                 Project: GNU Octave
            Submitted by: i7tiol
            Submitted on: Sun 01 Nov 2020 04:26:37 PM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Missed Error or Warning
                  Status: Confirmed
             Assigned to: i7tiol
         Originator Name:       Muhali <muhali>
        Originator Email: 
             Open/Closed: Open
                 Release: other
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Split off from bug report 59328.

Integer returned and no error reported by parcellfun in some cases in which an
error is expected.

Example with calling a function which is not present (foo()):

octave:1> pkg load parallel
octave:2> w = parcellfun(1, @foo, {1, 2})
w =

  -1  -1

octave:3> 






    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59394>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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