Skip to content
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

fix merging of holds and rests in cycle #18

Closed
wants to merge 2 commits into from

Conversation

emuell
Copy link
Owner

@emuell emuell commented Jun 11, 2024

  • old impl returned mutated channel data which was not consumed
  • merge_rests impl should extend the last rest event
  • updated tests

@unlessgames could you have a look please? Stumbled upon this while doing something else...

emuell and others added 2 commits June 11, 2024 11:03
- old impl returned mutated channel data which was not consumed
- merge_rests impl should extend the last rest event
- updated tests
@unlessgames
Copy link
Collaborator

Makes complete sense! I changed the naming in the loop to better reflect the fact that they are lists of events.

I guess we can merge this and I'll rebase or merge my feature branch afterwards? My branch is one big feature away from completion but this fix is actually relevant there as well.

@emuell
Copy link
Owner Author

emuell commented Jun 11, 2024

Whatever is easier for you. Doesn't really make a difference here...

@unlessgames
Copy link
Collaborator

Then I applied this fix to my branch, we can merge it with the rest later.

@unlessgames unlessgames mentioned this pull request Jun 11, 2024
6 tasks
@emuell emuell deleted the fix/cycle-event-merging branch June 14, 2024 06:15
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.

2 participants