Skip to content

sethaxen/ExtensionsTestDemo.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExtensionsTestDemo

Build Status

Demo of change of extension behavior in Julia v1.11. Package defines an extension that depends on StatsBase and Random. StatsBase also depends on Random. In Julia v1.10, loading StatsBase and the package loaded also the extension, since Random was implicitly loaded by StatsBase. In Julia v1.11, one must also explicitly load Random to load the extension.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages