Skip to content

In Data pane, function calls are shown in reverse order #50

@wch

Description

@wch

In this example, I'd expect the order in the data pane to be the same as the order in the code, but it's reversed.

profvis({
  # Make copies of pause function, with different names
  pause2 <- pause
  pause3 <- pause

  pause(0.1)
  pause2(0.1)
  pause3(0.1)
})

image

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