WARDuino icon indicating copy to clipboard operation
WARDuino copied to clipboard

Add primitive type to struct when installing

Open beardhatcode opened this issue 3 years ago • 1 comments

The types of the primitives seem not to be stored by the install macro. This PR fixes that.

beardhatcode avatar Apr 14 '22 14:04 beardhatcode

Strangely, the Types are all still zero initialized when resolving the primitives. Same situation in the install_primitive macro. https://github.com/TOPLLab/WARDuino/blob/e14891990e0c37bade4aa7b1c75e3f1d58ef43e3/src/Primitives/primitives.cpp#L1147-L1160

tolauwae avatar Apr 14 '22 14:04 tolauwae