[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #9980] JSON encoder and decoder, alternati
From: |
anonymous |
Subject: |
[Octave-patch-tracker] [patch #9980] JSON encoder and decoder, alternative to object2json |
Date: |
Sun, 1 Nov 2020 12:49:13 -0500 (EST) |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:81.0) Gecko/20100101 Firefox/81.0 |
Follow-up Comment #35, patch #9980 (project octave):
The texinfo changes are good. I tweaked a little on the wordage.
Likewise on pre-pending warning msg.
I understand the comment on the caution, it occurred to me too, but since the
ND array outputs might *appear* okay, I worried end-user (current Matlab or
future Octave 7) will not notice the reshaping. Nevertheless, I'm OK with
dropping it.
On whitespace, I added some more, at least on func def. On func calls, I
prioritized keeping code width under 80chars (and uniform) over more
whitespace.
On single/double quotes, I sought to use single-quote on all symbols (single
or multi-char) and double-quote on all sentence frags (i.e. with whitespaces).
In some places, however, single- and double- quote are not interchangeable,
due to need of \ or " literals.
(file #50183, file #50184)
_______________________________________________________
Additional Item Attachment:
File name: fromJSON_v2_5.m Size:20 KB
<https://file.savannah.gnu.org/file/fromJSON_v2_5.m?file_id=50183>
File name: toJSON_v2_5.m Size:18 KB
<https://file.savannah.gnu.org/file/toJSON_v2_5.m?file_id=50184>
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/patch/?9980>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-patch-tracker] [patch #9980] JSON encoder and decoder, alternative to object2json, Philip Nienhuis, 2020/11/01
- [Octave-patch-tracker] [patch #9980] JSON encoder and decoder, alternative to object2json,
anonymous <=
- [Octave-patch-tracker] [patch #9980] JSON encoder and decoder, alternative to object2json, Philip Nienhuis, 2020/11/01
- [Octave-patch-tracker] [patch #9980] JSON encoder and decoder, alternative to object2json, anonymous, 2020/11/02
- [Octave-patch-tracker] [patch #9980] JSON encoder and decoder, alternative to object2json, Markus Mützel, 2020/11/07
- [Octave-patch-tracker] [patch #9980] JSON encoder and decoder, alternative to object2json, anonymous, 2020/11/07
- [Octave-patch-tracker] [patch #9980] JSON encoder and decoder, alternative to object2json, Markus Mützel, 2020/11/07
- [Octave-patch-tracker] [patch #9980] JSON encoder and decoder, alternative to object2json, Philip Nienhuis, 2020/11/07