-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ogma-core
: F' template mentions undefined queueSize
#186
Labels
CR:Status:Closed
Admin only: Change request that has been completed
CR:Type:Bug
Admin only: Change request pertaining to error detected
Milestone
Comments
ivanperez-keera
added
CR:Status:Initiated
Admin only: Change request that has been initiated
CR:Type:Bug
Admin only: Change request pertaining to error detected
labels
Dec 4, 2024
Change Manager: Confirmed that the issue exists. |
ivanperez-keera
added
CR:Status:Confirmed
Admin only: Change request that has been acknowledged by the change manager
and removed
CR:Status:Initiated
Admin only: Change request that has been initiated
labels
Dec 4, 2024
Technical Lead: Confirmed that the issue should be addressed. |
ivanperez-keera
added
CR:Status:Accepted
Admin only: Change request accepted by technical lead
and removed
CR:Status:Confirmed
Admin only: Change request that has been acknowledged by the change manager
labels
Dec 4, 2024
Technical Lead: Issue scheduled for fixing in Ogma 1.6.0. Fix assigned to: @ivanperez-keera . |
ivanperez-keera
added
CR:Status:Scheduled
Admin only: Change requested scheduled
and removed
CR:Status:Accepted
Admin only: Change request accepted by technical lead
labels
Dec 4, 2024
ivanperez-keera
added
CR:Status:Implementation
Admin only: Change request that is currently being implemented
and removed
CR:Status:Scheduled
Admin only: Change requested scheduled
labels
Dec 4, 2024
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Dec 4, 2024
The variable queueSize is no longer defined by default in the component generated by fprime. This makes components generated by Ogma not compile with the latest version of fprime. This commit replaces the variable Default.queueSize with Default.QUEUE_SIZE, which is defined and meant as its replacement.
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Dec 4, 2024
Implementor: Solution implemented, review requested. |
ivanperez-keera
added
CR:Status:Verification
Admin only: Change request that is currently being verified
and removed
CR:Status:Implementation
Admin only: Change request that is currently being implemented
labels
Dec 5, 2024
ivanperez-keera
added a commit
to ivanperez-keera/ogma
that referenced
this issue
Dec 5, 2024
Change Manager: Verified that:
|
Change Manager: Implementation ready to be merged. |
ivanperez-keera
added
CR:Status:Closed
Admin only: Change request that has been completed
and removed
CR:Status:Verification
Admin only: Change request that is currently being verified
labels
Dec 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CR:Status:Closed
Admin only: Change request that has been completed
CR:Type:Bug
Admin only: Change request pertaining to error detected
Description
The variable
queueSize
is no longer defined by default in the component generated by thefprime
application. This makes components generated by Ogma not compile.Type
Additional context
None.
Requester
Method to check presence of bug
Run the
fprime
command with a simple monitor and variables:Commands
Expected result
The above command compiles without errors.
Desired result
The above command compiles without errors.
Proposed solution
Modify the fprime template to use the variable
QUEUE_SIZE
, instead ofqueueSize
, since the former is known to work.Further notes
None.
The text was updated successfully, but these errors were encountered: