rcasteran / jarvis4se

JARVIS for Systems Engineers
https://regis-casteran.gitbook.io/jarvis4se/
MIT License
3 stars 1 forks source link

Cannot create new element from extended type #62

Closed rcasteran closed 2 years ago

rcasteran commented 2 years ago

Impacted version jarvis4se version: 1.3.1

Describe the bug When Jarvis is asked to create a new element from an extended type, Jarvis does nothing: element is not created and no message is displayed

To Reproduce Execute the following commands:

%%jarvis
with test
"High level function" extends Function
%%jarvis
with test
F1 is a "High level function"

Jarvis indicates that High level function is a type extending Function for the first command, but indicates nothing for the second command : F1 is not created.

Expected behavior Jarvis must create F1 as a "Function" of type "High level function".

Desktop (please complete the following information):

Not2behere commented 2 years ago

Not implemented yet ;)