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

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

[Octave-bug-tracker] [bug #59706] Avoid "canonicalize_file_name" on Wind


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #59706] Avoid "canonicalize_file_name" on Windows
Date: Mon, 21 Dec 2020 12:47:52 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 Edg/87.0.664.66

Follow-up Comment #16, bug #59706 (project octave):

It was necessary to add `const` qualifiers to the used `regexp` member
functions to make that object a `static const`.
IIUC, this is a change to the ABI that we cannot do on the stable branch. So,
I pushed the following change to the default branch:
https://hg.savannah.gnu.org/hgweb/octave/rev/cf059093ffbc

In case adding the `const` qualifier to member functions doesn't break ABI
compatibility, we could graft that change to stable.

IIUC, the patterns in comment #13 are ok as an input for `stat` and `lstat`
(that we call through the wrappers).

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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