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

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

[Octave-bug-tracker] [bug #62432] classdef object display of boolean mat


From: PIERRE LABRECHE
Subject: [Octave-bug-tracker] [bug #62432] classdef object display of boolean matrix property fails with error: octave_base_value::bool_value(): wrong type argumen
Date: Tue, 10 May 2022 15:58:53 -0400 (EDT)

Follow-up Comment #1, bug #62432 (project octave):

When using the variables editor to display object "obj" created in the command
window, the interpreter goes into an infinite loop of errors :


GNU Octave, version 7.1.0
Copyright (C) 1993-2022 The Octave Project Developers.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type 'warranty'.

Octave was configured for "x86_64-w64-mingw32".

Additional information about Octave is available at https://www.octave.org.

Please contribute if you find this software useful.
For more information, visit https://www.octave.org/get-involved.html

Read https://www.octave.org/bugs.html to learn how to submit bug reports.
For information about changes from previous versions, type 'news'.

>> addpath( "C:/Users/pierr/Documents/Photo private/Octave bugs")
>> obj = Bool_matrix_class()
obj =

  Bool_matrix_class object with properties:

      bool_matrix_prop: error: octave_base_value::bool_value(): wrong type
argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'
>> error: octave_base_value::bool_value(): wrong type argument 'bool matrix'



    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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