Changes between Version 12 and Version 13 of NewFrontEnd


Ignore:
Timestamp:
2017-01-26T16:38:20+01:00 (8 years ago)
Author:
adrpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewFrontEnd

    v12 v13  
    137137}}}
    138138
     139Instead of using Error.addSourceMessage one could use Error.addInternalError using {{{sourceInfo()}}} builtin function.
     140Example:
     141{{{#!mo
     142Error.addSourceMessage(Error.INTERNAL_ERROR, {"Graph.allReachableNodesInt failed."}, sourceInfo());
     143// better
     144Error.addInternalError("Got internal hash table size " + intString(szBucket) + " <1", sourceInfo());
     145}}}
     146
    139147== Known issues ==
    140148