Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
4f0d719c
Commit
4f0d719c
authored
Mar 14, 2018
by
Maxime Perrotin
Browse files
Propagate exception properly
parent
bb92976f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/taste-aadl_parser.adb
View file @
4f0d719c
...
...
@@ -209,6 +209,8 @@ package body TASTE.AADL_Parser is
|
GNAT
.
Command_Line
.
Invalid_Section
=>
Put_Error
(
"Invalid switch or parameter (try --help)"
&
No_Color
);
raise
Quit_Taste
;
when
Quit_Taste
=>
raise
;
when
E
:
others
=>
Errors
.
Display_Bug_Box
(
E
);
raise
Quit_Taste
;
...
...
src/taste-parser_version.ads
View file @
4f0d719c
package
TASTE
.
Parser_Version
is
Parser_Release
:
constant
String
:=
"
8248f43
; Commit Date: Wed Mar 14 16:0
4:45
2018 "
;
"
bb92976
; Commit Date: Wed Mar 14 16:0
9:08
2018 "
;
Ocarina_Version
:
constant
String
:=
"Ocarina 2017.x (Working Copy from r2a52334)"
;
end
TASTE
.
Parser_Version
;
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment