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

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

[Octave-bug-tracker] [bug #57081] [octave forge] (io) incorrect io packa


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #57081] [octave forge] (io) incorrect io package version in src/configure.ac
Date: Wed, 2 Sep 2020 11:42:34 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0

Update of bug #57081 (project octave):

                  Status:               Need Info => In Progress            

    _______________________________________________________

Follow-up Comment #6:

Thanks Kai, patch looks good, will try tonight.

At the time Olaf added the configure stuff I already had a hunch that it could
have been easier, but I lacked time to investigate and most of all: it just
worked. I'm still grateful anyway that Olaf made the change.

Shall / can I change

+#if OCTAVE_MAJOR_VERSION == 4 && OCTAVE_MINOR_VERSION < 4


into

+#if OCTAVE_MAJOR_VERSION <= 4 && OCTAVE_MINOR_VERSION < 4 


to also support ancient versions like 3.8? I saw bug reports for that version
not too long ago.
In several .m-files there are still constructs to allow them to work with even
older Octave versions.
As long as there are no real blockers, and code changes are limited as regards
coding itself plus performance, I have no issues with keeping up compatibility
with quite ancient Octave releases.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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