import
import copied to clipboard
can't import from two different versions of package
This does not work to simultaneously load the same function, foo
, from two different releases. Instead of getting the two different versions the same version is retrieved twice.
https://gist.github.com/DavZim/9b5e1705c726346f5a50cdec1f61509f
The test package containing just foo
is here
https://github.com/DavZim/testPkg
with releases here
https://github.com/DavZim/testPkg/releases
and discussion here
https://stackoverflow.com/questions/75017879/use-function-from-a-package-but-different-versions-simultaneously/75019428