Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
65eb07e9
Commit
65eb07e9
authored
Apr 20, 2013
by
yoogx
Browse files
* Report an error in case a standard property set is missing
parent
c7ea9855
Changes
1
Show whitespace changes
Inline
Side-by-side
src/frontends/aadl/ocarina-fe_aadl-parser.adb
View file @
65eb07e9
...
...
@@ -468,6 +468,9 @@ package body Ocarina.FE_AADL.Parser is
File_Name
:=
Search_File
(
Name_Find
);
if
File_Name
=
No_Name
then
New_Root
:=
No_Node
;
Exit_On_Error
(
No
(
New_Root
),
"Cannot find standard property set "
&
Image
(
Standard_Property_Sets
(
J
)));
exit
;
end
if
;
Buffer
:=
Lexer
.
Load_File
(
File_Name
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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