Skip to content

unexpected warnings on std.native function calls #111

@iwinux

Description

@iwinux

Versions

  • VS Code Jsonnet Language Server Extension v0.3.3
  • jsonnet-language-server v0.11.0

Example Code

local nextID = std.native('nextID');

{
  id: nextID(),
}

Error Message

RUNTIME ERROR: Unexpected type null, expected function
	/tmp/test.jsonnet:4:7-15	object <anonymous>
	Field "id"	
	During manifestation	
jsonnet evaluation

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