Ticket #5 (closed defect: fixed)

Opened 14 months ago

Last modified 14 months ago

Invalid import statement

Reported by: kurzbach Owned by: otter
Priority: normal Milestone: MSL3.0RC1
Component: Utilities Version: 3.0RC1
Severity: Keywords: import
Cc: otter Hide ticket:

Description

In the package Modelica.Utilities.Examples in the function term there is an import statement

import Modelica.Utilities.Examples.expression.primary;


which is wrong, because a target of an import must be a package or an element of a package. Therefore
Modelica.Utilities.Examples.expression must be a package, but it is a function.

This is also wrong in MSL 2.2.2.

Attachments

Change History

Changed 14 months ago by kurzbach

  • cc otter added

Changed 14 months ago by HansOlsson

  • milestone set to MSL 3.0 RC

Changed 14 months ago by otter

  • owner changed from dag to otter

Changed 14 months ago by otter

  • status changed from new to closed
  • resolution set to fixed

Add/Change #5 (Invalid import statement)

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.