apjanke / octave-tablicious

Table (relational, tabular data) implementation for GNU Octave
https://apjanke.github.io/octave-tablicious/
GNU General Public License v3.0
28 stars 11 forks source link

Shadowing startsWith and endsWith from core in Octave 7.x #102

Closed apjanke closed 6 months ago

apjanke commented 1 year ago

Looks like Octave 7.x has startsWith and endsWith functions now. The Tablicious versions of these should be checked for compatibility, and moved to a combination of compatibility-shim functions and methods on the string class.

image
apjanke commented 6 months ago

Fixed in https://github.com/apjanke/octave-tablicious/commit/cdb496c8b90f28e353f4ea18e2dc6cfda525977e by moving startsWith and endsWith to a pre-7.x compat shims directory and loading conditionally.