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

ISSUE-15 / Fix double transitions #22

Merged
merged 2 commits into from
Mar 10, 2017

Conversation

maxekman
Copy link
Member

This should fix the issue, as long as the test cases exposes it correctly.

Thanks to @kristoiv for providing the base for this PR.

Fixes #15

@maxekman
Copy link
Member Author

@kristoiv Please have a look if you have time. Does this solve the issue in a thread safe manner?

@kristoiv
Copy link
Contributor

@maxekman Hi! I'm so sorry for dropping off the planet like I have lately. I work in a busy startup so I havent had time for this project. I ended up using my changes in #16 in production, which has worked well thus far.

However I will try to clear out a bit of time to look over your changes.

@maxekman
Copy link
Member Author

Thanks for coming back so soon. I totally get your situation, I'm in a similar situation but finally got a few minutes between sprints to give it a go. Could not use your branch directly, which I'm sorry for.

I appreciate any feedback. Will also try to enable the race flag on CI now.

@maxekman maxekman force-pushed the ISSUE-15/double-transitions branch 2 times, most recently from bcf023e to c0848b9 Compare January 25, 2017 08:59
@maxekman maxekman force-pushed the ISSUE-15/double-transitions branch from c0848b9 to d439805 Compare January 25, 2017 09:00
@maxekman maxekman merged commit 2f56306 into looplab:master Mar 10, 2017
@maxekman maxekman deleted the ISSUE-15/double-transitions branch March 10, 2017 10:25
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.

Double transitions possible as "active transition" is only activated post "before_"-callbacks
2 participants