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
There is some deactivated code for doing this already in generate_wrapper.jl.
The idea is that e.g. GAP_pkg_cvec should depend on ``GAP_pkg_io(and dousing GAP_pkg_io`) because `cvec` depends on `io`. With that in place, it will suffice to do this to load cvec into Julia:
using GAP_pkg_cvec ; GAP_pkg_cvec.load()
But there are a bunch of questions:
figure out a way to get the UUID of e.g. GAP_pkg_io when it is not yet in the (resp. "a") registry
perhaps just parse the GAP_pkg_*/Project.toml files and extract the UUID from there?
how to map version restrictions in GAP's PackageInfo. to compat strings
...
The text was updated successfully, but these errors were encountered:
There is some deactivated code for doing this already in
generate_wrapper.jl
.The idea is that e.g.
GAP_pkg_cvec
should depend on ``GAP_pkg_io(and do
using GAP_pkg_io`) because `cvec` depends on `io`. With that in place, it will suffice to do this to load cvec into Julia:But there are a bunch of questions:
GAP_pkg_io
when it is not yet in the (resp. "a") registryGAP_pkg_*/Project.toml
files and extract the UUID from there?The text was updated successfully, but these errors were encountered: