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
Ocarina
Commits
06edb00f
Commit
06edb00f
authored
Jul 27, 2019
by
yoogx
Browse files
* Use non-case sensitive test for record term resolution
For openaadl/ocarina#223
parent
2a131c79
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/model/ocarina-analyzer-aadl-links.adb
View file @
06edb00f
...
...
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
-- Copyright (C) 2009 Telecom ParisTech, 2010-201
8
ESA & ISAE. --
-- Copyright (C) 2009 Telecom ParisTech, 2010-201
9
ESA & ISAE. --
-- --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- terms of the GNU General Public License as published by the Free Soft- --
...
...
@@ -3232,10 +3232,9 @@ package body Ocarina.Analyzer.AADL.Links is
while
Present
(
List_Node
)
loop
-- A property type is a list of record_type element
-- XXX should use case insensitive match ?
if
Ocarina
.
ME_AADL
.
AADL_Tree
.
Nodes
.
Display_Name
if
Ocarina
.
ME_AADL
.
AADL_Tree
.
Nodes
.
Name
(
Identifier
(
List_Node
))
=
Display_
Name
(
Identifier
(
Property_Container
))
Name
(
Identifier
(
Property_Container
))
then
Unit_Type
:=
Unwind_Units_Type
(
Root
,
List_Node
);
exit
;
...
...
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