Skip to content

Unable to import dicts with closures. #3

Description

@mveety

To reproduce:

arcticfox:~/es (master) % echo $x
%dict(testfn => %closure(a=1;b=2)@ * {echo 'hello world'})
arcticfox:~/es (master) % $x(testfn)
hello world
arcticfox:~/es (master) % ./es
root handler: error $&parse yyparse: %dict(testfn => %closure(a=1;b=2)@ * {echo 'hello world'}):1: syntax error
arcticfox:~/es (master) % 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions