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

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

[Octave-bug-tracker] [bug #60123] method methods and ismethod silently c


From: Ernst Reissner
Subject: [Octave-bug-tracker] [bug #60123] method methods and ismethod silently changed: includes constructors now
Date: Sun, 28 Feb 2021 18:37:23 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36

Follow-up Comment #11, bug #60123 (project octave):

As for javachk('jvm') is fully what we need 
and yes it is matlab conform. No change needed. 

The same for version('-java') 
which can be checked in
https://www.mathworks.com/help/matlab/ref/version.html
There is just an example no formal specification: 

ans = 
'Java 1.8.0_202-b08 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM
mixed mode'

In fact, it is more than version, it comprises also vendor information. 

With a little regexp one can find the version: 
it is behind 'Java ' and in front of ' with'. 
I think, even, it is less than that, it is just 1.8.0, 
but we must distinguish specification version (1.8.0) 
and runtime version. 

But this is really thread drift. 

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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