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

Fixes topology for co #394

Merged
merged 3 commits into from
Dec 29, 2021
Merged

Fixes topology for co #394

merged 3 commits into from
Dec 29, 2021

Conversation

alari
Copy link
Member

@alari alari commented Dec 29, 2021

Fixes topology for co, but adds one unnecessary noop call. Not sure how to remove it.

@alari alari added the bug Something isn't working label Dec 29, 2021
@alari alari requested a review from DieMyst December 29, 2021 08:44
@alari alari self-assigned this Dec 29, 2021
@@ -371,7 +372,7 @@ object Topology extends Logging {
SeqNext
case (_, _: ForTag) =>
For
case (_, ParTag | ParTag.Detach) =>
case (_, ParTag) => // No begin optimization for detach
Copy link
Member

@folex folex Dec 29, 2021

Choose a reason for hiding this comment

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

Don't begin?

Copy link
Member Author

Choose a reason for hiding this comment

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

begin optimization is disabled for detach. The comment I left will help me more. Don't understand your reply.

Copy link
Member

Choose a reason for hiding this comment

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

I couldn't read it, so I guessed there's a typo. From what you've explained, it seems I guessed correctly.

Copy link
Member

Choose a reason for hiding this comment

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

begin optimization is disabled for detach

sounds very easy to understand :)

@alari alari merged commit d1b54fe into main Dec 29, 2021
@alari alari deleted the co-begin-fix branch December 29, 2021 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants