generated from AlgebraicJulia/AlgebraicTemplate.jl
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Attempting to define a particular Decapode in any source file (of the DiagrammaticEquations package) causes a segmentation fault.
To reproduce:
- Go to any source file, such as
src/language.jl - Define a decapode. e.g.
g = @decapode begin
A == B + C
end- Open a REPL. Do
using DiagrammaticEquations, DiagrammaticEquations.Deca. Attempt to construct a Decapode using the@decapodemacro. This causes a segmentation fault.
Reactions are currently unavailable