Skip to content

parameterization isn't captured by endpoints #31

@tonyg

Description

@tonyg
(spawn (parameterize ((id 'monitor))
         (on (retracted (bot-running $id))
             (random-sleep 5)
             (bot))))

This could close over the parameterization in the script in the on endpoint. It doesn't at present, meaning that the random-sleep and bot calls run with the parameter at its default value, not 'monitor.

Should it close over the parameterization?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions