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

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

[Octave-bug-tracker] [bug #63199] [feature request] add a function to in


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #63199] [feature request] add a function to inverse eval() function
Date: Tue, 11 Oct 2022 03:05:07 -0400 (EDT)

Update of bug #63199 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #3:

Wrt to your bug #1: Transferring function handles as text strings will always
be problematic. They depend on the scope where they were created. E.g., they
might refer to a local or private function, or be an anonymous function that
stores variable values in its context. I don't see how your proposed function
would help with that.

Wrt to your bug #2: Could you please clarify why that is unexpected? Which
jsonencode command did you use to create these JSON strings?

Wrt to your bug #3: That is documented behavior. What you might be
preferring:

>> jsonencode(NA, "ConvertInfAndNaN", false)
ans = NaN
>> jsondecode(ans)
ans = NaN




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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