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

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

[Octave-bug-tracker] [bug #50463] gsvd implementation uses functions rem


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #50463] gsvd implementation uses functions removed from lapack >= 3.6.0
Date: Fri, 9 Feb 2018 15:25:34 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063

Follow-up Comment #72, bug #50463 (project octave):

Using win32 version:


>> VALUENAMES = winqueryreg ("name", "HKEY_CURRENT_USER",  "Environment")

VALUENAMES =
{
  [1,1] = TEMP
  [1,2] = TMP
  [1,3] = NO_XILINX_DATA_LICENSE
  [1,4] = Path
  [1,5] = CARBON_MEM_DISABLE
  [1,6] = OneDrive
}
>> winqueryreg ("HKEY_CURRENT_USER", "Environment", "temp")
ans = %USERPROFILE%\AppData\Local\Temp
>> winqueryreg ("HKEY_CURRENT_USER", "Environment")

error: winqueryreg: error 2 reading the specified key
>>



For the default value query, the default key is empty, so should probally
return "" ? Not sure what matlab does in that case.

If I change the default value to something, it does return the value ok.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50463>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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