ewerybody / a2

Autohotkey module managing and developing framework.
GNU General Public License v3.0
63 stars 10 forks source link

Module source packages to have minimum versions #259

Open ewerybody opened 2 years ago

ewerybody commented 2 years ago

problem:

Currently one might update a module package while it needs a more recent a2 version! (Specifically: The never package makes use of a feature in a latest a2 main library. User updates package, a2 is old > a2 breaks on startup)

solution:

When updating a package it checks for the needed a2 version.