generic-array icon indicating copy to clipboard operation
generic-array copied to clipboard

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

Open strake opened this issue 7 years ago • 7 comments

semver trick

It can merely re-export from version 0.10.0.

strake avatar Feb 23 '18 23:02 strake

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?

fizyk20 avatar Feb 25 '18 19:02 fizyk20

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

strake avatar Feb 27 '18 20:02 strake

I believe my 0.9 branch should do.

strake avatar Feb 27 '18 21:02 strake

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

fizyk20 avatar Mar 03 '18 18:03 fizyk20

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.

fizyk20 avatar Mar 03 '18 18:03 fizyk20

Is this still necessary?

novacrazy avatar Apr 14 '19 19:04 novacrazy

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

fizyk20 avatar Apr 14 '19 19:04 fizyk20