Opened 7 years ago

Closed 6 years ago

#4791 closed defect (fixed)

NFScodeDependency fails for small example

Reported by: Martin Sjölund Owned by: somebody
Priority: blocker Milestone: 2.0.0
Component: Frontend Version:
Keywords: Cc: Per Östlund

Description

From https://openmodelica.org/forum/default-topic/2427-1024-error-messages:

package battery
  model Converter
  end Converter;
end battery;

model M
  battery.Converter battery;
end M;

This causes a stack overflow.

Change History (1)

comment:1 by Per Östlund, 6 years ago

Milestone: 1.13.02.0.0
Resolution: fixed
Status: newclosed

The model correctly gives an error when using the new frontend, and it doesn't seem very important to fix in the old frontend since it only affects invalid models.

Note: See TracTickets for help on using tickets.