Giter Site home page Giter Site logo

Comments (7)

Marwes avatar Marwes commented on May 26, 2024 1

I think it would let a 1.0 to be released, but maybe there are some edge case that isn't handled with this I'd expect that to be rare though, if it happens.

Looks like #[non_exhaustive] doesn't let functional record updates work though, so using the current workaround would be better in this case.

Another drawback is that matching on an enum would need a catch all case, even if no additional variants are ever added.

Should float the idea on the lsp-types repo at least to see what other users think.

from codespan.

brendanzab avatar brendanzab commented on May 26, 2024 1

The crate should be available on crates.io now!

from codespan.

ebkalderon avatar ebkalderon commented on May 26, 2024 1

@brendanzab @Marwes Many thanks to you both!

from codespan.

brendanzab avatar brendanzab commented on May 26, 2024

Ah! Thanks for letting me know. Wish we had a better versioning strategy for lsp-types that meant we didn't have to bump the versions as much 🤔

from codespan.

Marwes avatar Marwes commented on May 26, 2024

Adding a field is a breaking change in rust but it isn't in JSON so hard to avoid doing breaking releases :/

from codespan.

Marwes avatar Marwes commented on May 26, 2024

Looks like #[non_exhaustive] is in FCP rust-lang/rust#44109 ! Perhaps best to wait for that, otherwise it could be faked reasonably well with a

#[doc(hidden)]
pub non_exhaustive: (),

field. There is an ergonomic hit when constructing the lsp-types however as .. Default::default() will be needed in structs.

from codespan.

brendanzab avatar brendanzab commented on May 26, 2024

Yeah I was wondering if something like that could be done. It is a bummer to have the ergonomic fit, but it kind of reflects the fact that the LSP is inherently designed to be forwards compatible to some extent. Could also mean that lsp-types could make it to 1.0?

from codespan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.