New incompatibility with recent 2.16.1, with a prototype {str}*
Ilya Zakharevich <[email protected]> Fri, 2 Aug 2024 16:12:51 -0700
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <[email protected]> |
I do not see this with the stable version:
(16:08) gp > my(ll); error("See "#ll);
*** this should be a small integer: my(ll);error("See "#ll);
*** ^-----------
Note a wrong position of a pointer too (with a fixed-width font, it
points to the first quote-mark)!
Hope this helps,
Ilya