metaeducation / ren-c

Library for embedding a Rebol interpreter into C codebases
GNU Lesser General Public License v3.0
126 stars 27 forks source link

Review EVAL_FLAG_BLAME_PARENT #1145

Open hostilefork opened 2 years ago

hostilefork commented 2 years ago

This flag was not used, and eval flags are in short supply...so it was reclaimed. But was the purpose it served still applicable?

//=//// EVAL_FLAG_BLAME_PARENT ////////////////////////////////////////////=//
//
// Marks an error to hint that a frame is internal, and that reporting an
// error on it probably won't give a good report.