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

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

[Octave-bug-tracker] [bug #55746] interpreter fails to instantiate class


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #55746] interpreter fails to instantiate classdef with classdef properties
Date: Thu, 21 Feb 2019 13:25:51 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #4, bug #55746 (project octave):

Do you have a variable named pckg in the workspace?  I see the same error as
you if I do


octave:1> pckg = 'foo'
pckg = foo
octave:2> use_pckg
ver = 6.0.0
hg_id = 81b7bef8192c
error: sq_string cannot be indexed with .
error: called from
    use_pckg at line 5 column 11


Or maybe a function named pckg that returns a string?

That still doesn't explain why you see different results with 6.0.0 vs.
5.0.91.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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