﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1235	Error messages for expressions does not have a context, resulting in very hard to understand error messages for large models	Peter Aronsson	Peter Aronsson	"All error messages generated in Static (elabExp) does not have a context, because the Prefix is not passed as argument to elabExp. This results in error messages which are hard to read, like for instance

Warning: Parameter L has no value, and is fixed during initialization (fixed=true)

Here you do not know where (in which component) the L parameter comes from.

Either the error message should read:
Warning: In component inductor1: Parameter L has no value, and is fixed during initialization (fixed=true))
or it should read:
Warning: Parameter inductor1.L has no value, and is fixed during initialization (fixed=true))


I am setting this to high priority and severity critical, since for large models the error messages becomes almost useless.
Note: There is some implementation done for supporting which componentis currently being instantiated (implemented by Bjozac I think) but I belive it is not good enough."	task	closed	critical	1.16.0	*unknown*		fixed		Peter Aronsson AlexeyLebedev
