Skip to content

Deprecated Map Syntax #20

@vinyll

Description

@vinyll

Using v run py2v.v ~/myfile.py raises the following error:

json2v/json2v.v:12:14: error: deprecated map syntax, use syntax like `{'age': 20}`
   10 | 
   11 | const (
   12 |     operators = map{
      |                 ~~~
   13 |         'LShift': token.Kind.left_shift
   14 |         'RShift': token.Kind.right_shift

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions