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

Update derive_more when it is ready #120

Closed
azriel91 opened this issue Feb 19, 2020 · 1 comment
Closed

Update derive_more when it is ready #120

azriel91 opened this issue Feb 19, 2020 · 1 comment

Comments

@azriel91
Copy link

Spawned out of #108

In order to reduce the number of compilations for syn of different versions, it would be useful to upgrade derive_more 0.15, as it depends on syn 0.15. However derive_more 0.99 which uses syn 1.0 is not usable right now because:

#[derive(Clone, Debug, Eq, PartialEq, PartialOrd, Ord, From)]
pub enum Decoration {
    #[from(ignore)]
    RelaxedPrecision,
    #[from(ignore)]
    SpecId(u32),
    #[from(ignore)]
    Block,
    #[from(ignore)]
    BufferBlock,
    #[from(ignore)]
    RowMajor,
    #[from(ignore)]
    ColMajor,
    #[from(ignore)]
    ArrayStride(u32),
    // .. etc
}
@azriel91
Copy link
Author

This isn't really actionable, more of a record so we know why we're on an older version of syn / derive_more.

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

1 participant