Skip to content

fix: Make GenericSkeleton::GetEvents() non-const#468

Open
NEOatNHNG wants to merge 1 commit into
mainfrom
NEOatNHNG/GenericSkeletons-GetEvents-mutable
Open

fix: Make GenericSkeleton::GetEvents() non-const#468
NEOatNHNG wants to merge 1 commit into
mainfrom
NEOatNHNG/GenericSkeletons-GetEvents-mutable

Conversation

@NEOatNHNG
Copy link
Copy Markdown
Contributor

In order to Allocate() or Send() an event, the user needs a mutable GenericSkeletonEvent.

Fixes #467

@castler castler added this pull request to the merge queue May 22, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks May 22, 2026
@castler castler added this pull request to the merge queue May 22, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks May 22, 2026
In order to Allocate() or Send() an event, the
user needs a mutable GenericSkeletonEvent.

Fixes #467
@castler castler force-pushed the NEOatNHNG/GenericSkeletons-GetEvents-mutable branch from 89b9149 to 03c3425 Compare May 22, 2026 13:28
@NEOatNHNG NEOatNHNG enabled auto-merge May 27, 2026 14:05
@NEOatNHNG NEOatNHNG added this pull request to the merge queue May 27, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks May 27, 2026
@NEOatNHNG NEOatNHNG added this pull request to the merge queue May 29, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks May 29, 2026
Copy link
Copy Markdown
Contributor

@bemerybmw bemerybmw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This Pr should now be redundant with the proper fix here: #475. If you disagree @NEOatNHNG, please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: GenericSkeleton::GetEvents() retuns a const EventMap but Allocate()/Send() need mutability

3 participants