Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix Reflex.Profiled infinite recursion for merge incremental #389

Merged

Conversation

matthewbauer
Copy link
Member

The Reflex Profiled transformer had an incorrect definition for
Reflex.Class.mergeIncrementalG and
Reflex.Class.mergeIncrementalWithMoveG. Instead of calling the
transformed inner Reflex timeline, it called itself, leading to an
infinite recursion. This is fixed by coercing the type before running
mergeIncremental*.

This was introduced in 8d8ceec, and
effects Reflex v0.6.2.1, v0.6.2.2, v0.6.2.3, v0.6.2.4, v0.6.3, and
v0.6.4.

The Reflex Profiled transformer had an incorrect definition for
Reflex.Class.mergeIncrementalG and
Reflex.Class.mergeIncrementalWithMoveG. Instead of calling the
transformed inner Reflex timeline, it called itself, leading to an
infinite recursion. This is fixed by coercing the type before running
mergeIncremental*.

This was introduced in 8d8ceec, and
effects Reflex v0.6.2.1, v0.6.2.2, v0.6.2.3, v0.6.2.4, v0.6.3, and
v0.6.4.
@Ericson2314
Copy link
Member

The Travis failure is spurious, yet again.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants