bugGNU Octave - Bugs: bug #41225, ./@aclass/method.m is undefined...

 
 

bug #41225: ./@aclass/method.m is undefined unless addpath(pwd())

Submitter:  Felipe G. Nievinski <fgnievinski>
Submitted:  Mon 13 Jan 2014 10:34:15 PM UTC
   
 
Category:  Interpreter Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Other
Status:  Works For Me Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 3.8.0 Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 14 Jan 2014 11:20:35 PM UTC, comment #3: 

hum, indeed, now it works -- my apologies.
I'll try to make it reproducible even after restarting Octave.
would you please close it for now.

Felipe G. Nievinski <fgnievinski>
Tue 14 Jan 2014 10:30:32 PM UTC, comment #2: 

This works for me with the 3.8.0 version on a Windows XP virtual machine.

Rik <rik5>
Group administrator
Mon 13 Jan 2014 10:35:20 PM UTC, comment #1: 

seems distinct from bug #41126

Felipe G. Nievinski <fgnievinski>
Mon 13 Jan 2014 10:34:15 PM UTC, original submission:  

unzip the attachment into your current folder.
then check:


>> aclass ()
ans = <class aclass>
>> method (aclass ())
error: 'method' undefined near line 1 column 1


now do:

>> addpath (pwd ())


and check again:

>> method (aclass ())
hw!


this time the @aclass/method is found.

Felipe G. Nievinski <fgnievinski>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #30264:  @aclass.zip added by fgnievinski (432B - application/x-zip-compressed)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by fgnievinski (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-01-14 rik5 Open/ClosedOpen Closed
    2014-01-14 rik5 StatusNone Works For Me
    2014-01-13 fgnievinski Attached File- Added @aclass.zip, #30264

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code