﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1142	"Error message not understandable for users: ""unexpected AST node"". (from MathCore)"	Jan Brugård	Jan Brugård	"Try to create the following class in text mode and press Ctrl+Return to update the kernel. 
{{{
model A
equation 
  when time > 1.0 then
    assert;
  end when;
end A;
}}}
You will receive the following error message:

{{{
[-1:-1]: error: unexpected AST node: assert
}}}

I do not think many users will get much out of this. Make the error message more understandable for the user and also include information in what class this error occurs in case you update a package or class containing child classes. This is a general problem in many error messages. They do not specify in what class the error occurs."	defect	closed	high				fixed		Jan Brugård
