aplteam / Tatin

Tatin is a package manager for Dyalog APL
MIT License
25 stars 6 forks source link

Change the handling of an outdated client #91

Closed aplteam closed 2 years ago

aplteam commented 2 years ago

Currently the server refuses to talk to an outdated version of the Tatin client. What is up-to-date is defined in the server's INI file.

That's fine as long as we are in beta, but once the first digit of the version number is not a 0 anymore we should just provide a warning except when a user tries to access a server with a client that has a major number that differs from the server's major number: that's a showstopper!

aplteam commented 2 years ago

Implemented with 0.74.2