Menu

#9 Non-basetype streams should generate better error messages

open
nobody
None
5
2008-02-18
2008-02-18
No

I've accidentally written "float a<x><y>" where I meant "float a<x,y>"

With v0.5_beta1 this gives:

brcc: brtdecl.cpp:46: BrtStreamType::BrtStreamType(const ArrayType*): Assertion `p->subType->isBaseType()' failed.

with no indication of where in my source code the error is. It would be nice, if the error message was more helpful.

Discussion


Log in to post a comment.