-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new error ID "Octave:parse-error" (bug #45967).
* error_ids.m: Document new Octave:parse-error ID. * oct-parse.yy (base_parser::bison_error): Delete error stack information from error message. * oct-parse.yy (parser::run, push_parser::run): Call parse_error_with_id() and supply argument "Octave:parse-error" for ID. * classdef.tst: Update BIST test to look for new error message format.
- Loading branch information
Rik
committed
Jan 18, 2024
1 parent
eebbfe1
commit 7a5bad2
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters