Skip to content

Functions do not deserialize properly. #76

Description

@cowboyd

There is a bug in print() where the following PS:

greet(thing): Hello %($thing)!
greeting:
  $greet: World

prints as:

greet:
  greet(thing): Hello %($thing)!
greeting: Hello World!

It puts the name of the function as a key in the hash, but then repeats it again, whereas it should just put the body.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions