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
fd043de2
Commit
fd043de2
authored
Jan 15, 2018
by
Maxime Perrotin
Browse files
Detect data views that don't have the new constructs
parent
e2bfecd9
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/taste-aadl_parser.adb
View file @
fd043de2
...
...
@@ -139,7 +139,14 @@ package body TASTE.AADL_Parser is
Result
.
Deployment_View
:=
Parse_Deployment_View
(
Deployment_Root
);
end
if
;
Result
.
Data_View
:=
Parse_Data_View
(
Dataview_root
);
if
Result
.
Configuration
.
Data_View
.
all
'
Length
>
0
then
begin
Result
.
Data_View
:=
Parse_Data_View
(
Dataview_root
);
exception
when
Constraint_Error
=>
raise
Data_View_Error
with
"Update your data view!"
;
end
;
end
if
;
Ocarina
.
Configuration
.
Reset_Modules
;
Ocarina
.
Reset
;
...
...
src/taste-parser_version.ads
View file @
fd043de2
package
TASTE
.
Parser_Version
is
Parser_Release
:
constant
String
:=
"
5cc18f3
; Commit Date:
Thu
Jan
4 10:12:46
2018 "
;
"
e2bfecd
; Commit Date:
Mon
Jan
15 17:32:54
2018 "
;
Ocarina_Version
:
constant
String
:=
"Ocarina 2017.x (Working Copy from r0b92ed3)"
;
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