JuliaPluto/Pluto.jl

Explicit macro prefix is not used for reactivity

Open

#1,586 opened on Oct 21, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Julia (329 forks)batch import
backendgood first issuereactivity

Repository metrics

Stars
 (5,295 stars)
PR merge metrics
 (Avg merge 3d 17h) (16 merged PRs in 30d)

Description

When calling a macro pkg.@macro the cell is reactive to import pkg.

julia> Pluto.ReactiveNode("pkg.@macro").references
Set{Symbol} with 1 element:
  Symbol("pkg.@macro")

julia> Pluto.ReactiveNode("pkg.function").references
Set{Symbol} with 1 element:
  :pkg

Contributor guide