Skip to content

@decapode not usable in source #74

@lukem12345

Description

@lukem12345

Attempting to define a particular Decapode in any source file (of the DiagrammaticEquations package) causes a segmentation fault.

To reproduce:

  1. Go to any source file, such as src/language.jl
  2. Define a decapode. e.g.
g = @decapode begin
  A == B + C
end
  1. Open a REPL. Do using DiagrammaticEquations, DiagrammaticEquations.Deca. Attempt to construct a Decapode using the @decapode macro. This causes a segmentation fault.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions