osate / osate2-plugins

Old analysis plugins for OSATE2 repository, kept for reference
13 stars 9 forks source link

ARINC653 Partitions Execution Analysis Failes Due to Property Changes #31

Closed esorton closed 10 years ago

esorton commented 10 years ago

ARINC653 properties _PartitionSlots and _SlotsAllocation declared in the file:

were removed in commit:

These properties were replaced with the properties _ScheduleWindow and _ModuleSchedule.

_PartitionSlots and _SlotsAllocation are still referenced in the 653 analysis within osate2-plugins:

The 653 analysis tools were not updated to conform with the updated properties.

Due to this inconsistency, the 653 analysis for Partitions Execution fails with the error:

Executing theorem scheduling_major_frame... *\ ERROR: Command failed: Property ARINC653::Partition_Slots is not defined.

But _PartitionSlots can't be defined as it is no longer a valid 653 property.

juli1 commented 10 years ago

This plugin should be removed. This will be no longer be supported for now. The latest commit on the develop branch disable the plugin.

esorton commented 10 years ago

Will the 653 analysis be supported in the future? Is there an ETA of when 653 analysis will return?

juli1 commented 10 years ago

No plan for now. If you want to contribute and start to make a new plugin, we would love to have any contribution on that front.