vlang / v-analyzer

The @vlang language server, for all your editing needs like go-to-definition, code completion, type hints, and more.
MIT License
92 stars 10 forks source link

chore: use `.vv` extension for meta- and testdata files #53

Closed ttytm closed 5 months ago

ttytm commented 5 months ago

The files contain code that will encounter problems when running v fmt with some flags. Updating the extension keeps them working while allowing to add a formatting verification to the projects CI workflows.

Thanks @spytheman. Ref.: https://github.com/vlang/v/pull/21057#issuecomment-2009172545

ttytm commented 5 months ago

Can't reproduce the analyzer test failure locally 🤔

Reason is described in #58. Since stubs a kind of "stable" bumping the stubs version manually instead of using a cache based on the build number might be more appropriate.

spytheman commented 5 months ago

There is a conflict in embed.v, otherwise it LGTM.