Skip to content

Commit

Permalink
rewrote CL0006 to not use 'error' (for test scripts)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylefeb committed Jul 15, 2024
1 parent 7279dd3 commit 4b03ed4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ChangeLog_descriptions.inc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ this program. If not, see <https://www.gnu.org/licenses/>.
// might impact existing code. See ChangeLog.cpp

/// TODO: auto-generate from text file?
/// NOTE: avoid using 'error' in the description to not break test script...

const std::string c_CL0001_desc =
" The new instantiation-time preprocessor introduced a few constraints.\n"
Expand Down Expand Up @@ -152,8 +153,8 @@ const std::string c_CL0006_desc =
" your design is not properly declared in the board framework.\n"
" Please make sure this is not due to a typo which could result\n"
" in incorrect code. Using frameworks provided with Silice should\n"
" not produce this error (please open a github issue in this case).\n"
" Add --no-pin-check on the command line to bypass this error.\n"
" not produce this message (please open a github issue in this case).\n"
" Add --no-pin-check on the command line to bypass this check.\n"
;

/// \brief A change log case.
Expand Down

0 comments on commit 4b03ed4

Please sign in to comment.