[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #63104] exist fails to query +package function
From: |
Markus Mützel |
Subject: |
[Octave-bug-tracker] [bug #63104] exist fails to query +package functions (such as containers.Map) |
Date: |
Mon, 26 Sep 2022 02:55:18 -0400 (EDT) |
Update of bug #63104 (project octave):
Status: None => Confirmed
Release: 6.4.0 => dev
Operating System: GNU/Linux => Any
Summary: exist and which fail to query +package functions
(such as containers.Map) => exist fails to query +package functions (such as
containers.Map)
_______________________________________________________
Follow-up Comment #1:
The `which` function is working for me in Octave 7.2.0. (Octave 5 or 6 are old
and no longer supported.)
The `exist` function still returns `0` though.
With Octave 7.2.0 on Windows:
>> which containers.Map
'containers.Map' is a class constructor from the file C:\Program Files\GNU
Octave\Octave-7.2.0\mingw64\share\octave\7.2.0\m\+containers\Map.m
>> exist('containers.Map')
ans = 0
>> which('matlab.lang.makeUniqueStrings')
'matlab.lang.makeUniqueStrings' is a function from the file C:\Program
Files\GNU
Octave\Octave-7.2.0\mingw64\share\octave\7.2.0\m\+matlab\+lang\makeUniqueStrings.m
>> exist('matlab.lang.makeUniqueStrings')
ans = 0
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63104>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/