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

unusable help text in Tablicious 0.3.7 #104

Closed geerligs closed 1 year ago

geerligs commented 1 year ago

I found that using tablicious 0.3.7. some help texts are unusable. However the functions (e.g. datetime) run perfectly. image

image

apjanke commented 1 year ago

Did those warnings pop up during the package installation? If so, you've run in to an existing known bug: https://github.com/apjanke/octave-tablicious/issues/85. And I have no idea what to do about that; suggestions welcome. Might even require changes in core Octave.

If those warnings popped up in response to you calling datetime('2011-03-04') or something like that, then that's a whole new thing.

geerligs commented 1 year ago

Warnings did only pop up during installation. So it looks like #85

Function datetime and the other ones work fine :-)

apjanke commented 1 year ago

Cool. (And sorry.)

Closing this bug report as a duplicate of #85 . Please follow there for further updates.