On 2026-02-15 21:07:24 +0100, Jerome BENOIT wrote: > In the function `load-info-hastables` in source file `src/cl-info.lisp` > (line 256), > the check of the dir-name parameter against '*maxima-index-dir*' fails because > the dir-name returned by 'maxima-load-pathname-directory' (defined in > 'src/init-cl.list' (line 910)) > is faulty. More specifically, it returns the correct pathname but with an > extra ending '/.'. > This terminal '/.' renders the aforementioned check non-effective.
The pathnames $some_path and $some_path/. should resolve to the same directory. So I doubt that this is an issue (or this would mean that something else is broken). -- Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / Pascaline project (LIP, ENS-Lyon)

