vlang / v-analyzer

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

[tree_sitter_v] support `<>` of generic type #7

Closed Lycs-D closed 9 months ago

JalonSolov commented 9 months ago

Do we want to do this, without at least a deprecation warning? <> for generics is deprecated.

Lycs-D commented 9 months ago

Do we want to do this, without at least a deprecation warning? <> for generics is deprecated.

For compatibility with older code

JalonSolov commented 9 months ago

For compatibility, yes. However, it would be nice if v-analyzer said "Yes, this used to work, but don't do it like this any more."