-
Right now, names will be only provided for AadlPackage, Classifier, PropertyConstant, Property, PropertySet, PropertyType and PackageSection. Refined feature and subcomponent should be testes as well.…
-
When refining AADL models, OSATE systematically freezes on _extends_ auto-completion involving a (temporary) dependency cycle. I join the threads dump below:
```
2015-11-16 15:50:21
Full thread dump…
-
Using JSPM + SystemJS (with plugin-babel 0.0.17).
The CLI command used for building (via NPM scripts) is:
```jspm build src/index.js dist/dfp.js --format global --global-name DFP```
Source map…
-
An issue recently came up on the AADL modeling mailing list. OSATE allows ports to be created inside of Bus types. I don't recall any updates or errata on the subject so this appears to be an error.
-
Hi,
consider the following message
```
package test
public
with SEI; -- Warning: with clause of public package section is not used
properties
SEI::Is_Partition => true;
end test;
```
1. …
yoogx updated
8 years ago
-
I have this problem. Even if i had already added "with EMV2;" up in the code the key word "use" is not being highlighted. moreover it gives error as "mismatched input 'use' expecting 'end'", What I am…
-
OS: Ubuntu 14.04.2 LTS \n \l
compiler: GNATMAKE 4.6
when I build ocarina from source I met the following error
```
gcc-4.6 -c -gnatec=/root/git/ocarina/src/../projects/restrictions.adc -O2 -fPIC -gna…
-
When selecting to generate C code ocarina returns the following error:
/usr/local/ocarina/bin/ocarina -aadlv2 -g polyorb_hi_c -r AvionicsBusMgr.XPS8500 /home/stachelbeck/workspace/aadlwork/BusManager…
-
See comment on line 27 below.
```
package BusBus
public
bus Cable
end Cable;
bus implementation Cable.Imp
end Cable.Imp;
bus Controller
features
cabl: requires bus …
-
I have this aadl model (it is just used to test my model transformation from aadl to a verification language)
In the `Et.i` thread implementation, I have a transition that contains a `PortSendAction`…