Dyalog / Jarvis

APL-based web service framework supporting JSON or REST
https://dyalog.github.io/Jarvis/
MIT License
33 stars 6 forks source link

Incorrect Conga Version Reported On Starting Server #63

Closed PaulMansour closed 3 weeks ago

PaulMansour commented 3 weeks ago

My session reports:

2024-06-09 @ 04.25.13.962 - Local Conga v4.3 reference is #.Rumba.[LIB]

when the version is v3.4.

A cursory inspection of the code indicates this appears to perhaps be more than a cosmetic issue as the private field CongaVersion that is referenced is also used in other places and tested against numerically.

The culprit appears to be the uncommon locution:

0.1⊥2↑LDRC.Version

which, with a well placed rotate might work in some cases, but would still fail in others.