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

Publish version 0.9.1 with semver trick to avoid co-ordinated upgrade #56

Open
strake opened this issue Feb 23, 2018 · 7 comments
Open

Comments

@strake
Copy link

strake commented Feb 23, 2018

semver trick

It can merely re-export from version 0.10.0.

@fizyk20
Copy link
Owner

fizyk20 commented Feb 25, 2018

Sounds like a good idea! What do you think the crate should export? Just the GenericArray struct, or all the things that generic-array exports?

@strake
Copy link
Author

strake commented Feb 27, 2018

It would need to export whatever version 0.9.0 exports, following semver.

@strake
Copy link
Author

strake commented Feb 27, 2018

I believe my 0.9 branch should do.

@fizyk20
Copy link
Owner

fizyk20 commented Mar 3, 2018

Oh, cool! I'll just check that out and probably publish it, thanks!

@fizyk20
Copy link
Owner

fizyk20 commented Mar 3, 2018

Hmm, the doc test in lib.rs seems to have a problem deciding which generic_array to import. I'm not sure if that's a problem with the test, or with the trick - looks like the latter one so far, but I need to figure out how to make it work before publishing (ignoring the test doesn't seem to work). I have to leave it for now, unfortunately - I'll come back to this tomorrow.

@novacrazy
Copy link
Collaborator

Is this still necessary?

@fizyk20
Copy link
Owner

fizyk20 commented Apr 14, 2019

I never figured out how to make the test work, after all... Sorry for leaving this hanging.

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

3 participants