import icon indicating copy to clipboard operation
import copied to clipboard

can't import from two different versions of package

Open ggrothendieck opened this issue 2 years ago • 4 comments

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

ggrothendieck avatar Jan 06 '23 11:01 ggrothendieck