Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project.toml:[compat] section causing compatibility issues with Compat.jl #69

Closed
ma-laforge opened this issue May 2, 2021 · 3 comments

Comments

@ma-laforge
Copy link

Many packages rely on Compat.jl. If at all possible, it would be good for this package to be compatible with version 3+:

[compat]
Compat = "2, 3"

Right now, it is set to Compat = "2", yet Compat.jl has moved on to v3.27.

Until this is changed, adding SampledSignals.jl to my environment will force packages like HDF5.jl to get downgraded to significantly outdated versions.

It would be nice if you could cut a new release that resolves this issue.

Thanks.

@rob-luke
Copy link
Member

rob-luke commented May 9, 2021

Thanks for the feedback @ma-laforge. Is your issue now resolved if you use the master branch? I will try and cut a new release in the next week or two.

@ma-laforge
Copy link
Author

It is working now for v2.1.1, thanks!

@rob-luke
Copy link
Member

rob-luke commented May 9, 2021

Thanks for checking @ma-laforge.

I'll be working on updating infrastructure etc in the coming weeks. So please feel free to post issues for any other troubles you run in to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants