You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A recent discussion on ngless mailing list reports an error with ngless trying to download motus 2.5 from the official resources website.
Exiting after fatal error while loading and running script
System Error
Could not connect to https://ngless.embl.de/resources/Modules/motus.ngm/2.5.tar.gz (got error code: 404)
Upgrading this report to bug.
The code should validate not just the module name but also that the version is a builtin.
This was noticed when setting up the motus ngless-contrib module.
The following ngless script runs fine, but I'm not sure it should:
In particular because version
2.1
is not an internal module meaning it should require thelocal
keyword.Trying to use any of the other modules in
ngless-contrib
without thelocal
keyword triggers theTo import local modules, use "local import"
error.My understanding is that since
motus
also exists as an internal module (version1.0
) thelocal
keyword check is bypassed.The text was updated successfully, but these errors were encountered: