JuliaInterop / NBInclude.jl

import code from IJulia Jupyter notebooks into Julia programs
Other
118 stars 17 forks source link

Compat with Compat #19

Closed zsunberg closed 4 years ago

zsunberg commented 4 years ago

I use NBInclude in several of my packages, but lately it has started to fail because it is not compatible with Compat v3, for example

Screenshot from 2020-02-08 19-10-18

https://travis-ci.org/JuliaPOMDP/POMDPModels.jl/jobs/647754939?utm_medium=notification&utm_source=github_status

Seems like fixing this will require upgrading to Project.toml, etc. For now I think I'm just going to have to disable the tests that use NBInclude :(

stevengj commented 4 years ago

We just need to make a new release that switches to Project.toml and drops Julia < 1 and Compat entirely

stevengj commented 4 years ago

Will be closed by https://github.com/JuliaRegistries/General/pull/9203

zsunberg commented 4 years ago

Wow Thanks!!