JuliaPluto/Pluto.jl

Explicit macro prefix is not used for reactivity

Open

#1.586 geöffnet am 21. Okt. 2021

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Julia (5.295 Stars) (329 Forks)batch import
backendgood first issuereactivity

Beschreibung

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