Skip to content

Name inference fails without warning if { doesn't appear first #61

@cpsievert

Description

@cpsievert

I'd expect name inference to work in this case, but maybe we can't get at the srcref?

mr <- metaReactive(localize = TRUE, {
  1+1
})
expandChain(mr())
var_1 <- local(1 + 1)
var_1

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