JuliaPluto/Pluto.jl

Explicit macro prefix is not used for reactivity

Open

#1 586 ouverte le 21 oct. 2021

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Julia (5 295 stars) (329 forks)batch import
backendgood first issuereactivity

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

Guide contributeur