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

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

[Octave-bug-tracker] [bug #62779] latex_renderer fails with Miktex due t


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #62779] latex_renderer fails with Miktex due to 8.3 filenames
Date: Thu, 21 Jul 2022 10:52:18 -0400 (EDT)

Follow-up Comment #4, bug #62779 (project octave):

This is probably safe to go on stable.

`canonicalize_file_name` is an expensive operation (especially on slow file
systems). IIUC, this part of the code is run only once per Octave session. So,
it is not super-critical. But maybe it might still make sense to guard this
with `#if defined (OCTAVE_USE_WINDOWS_API)` (if this fixes an issue that is
specific to Windows).
What do you think?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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