﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4520	Lookup: how to start from top level	m.thorade@…	somebody	"This line fails to work in OpenModelica:
https://github.com/UdK-VPT/BuildingSystems/blob/9c13fdd95c551e974ecd8599d2f3cf06c6962d09/BuildingSystems/Utilities/NcDataReader2/NcDataReader.mo#L5
The model is in the package BuildingSystems.Utilities.NcDataReader2 and tries to import something from another library which happens to have the same name NcDataReader2

The easiest solution would be to rename the package in our library, but are there other solutions? 
I already tried 
import nc = .NcDataReader2.Functions;
because I thought that was the syntax to tell the tool to start looking on the top level, but that also failed. 

Should that be fixed on OpenModelica side, or is our model just wrong? It works as it is in Dymola."	defect	closed	normal	1.12.0	Run-time		fixed		Adrian Pop Martin Sjölund
