Skip to content

Conversation

ktoso
Copy link
Contributor

@ktoso ktoso commented Jul 18, 2014

Squashed and fixed typos in PR prepared by @bambuchaAdm in #15360
Resolves #13970

Thanks Łukasz!

When in `A`:
* `goto(A)` will trigger `onTransition(A -> A)`
* `stay()` will NOT trigger `onTransition`

Includes:
* migration guide
* docs updates
* test

@akka-ci
Copy link

akka-ci commented Jul 18, 2014

Pull request validation: FAILED 👎
Refer to this link for build results: https://jenkins.akka.io/job/pr-validator-per-commit-jenkins/371/

@ktoso
Copy link
Contributor Author

ktoso commented Jul 18, 2014

PLS BUILD

@ktoso ktoso added tested and removed tested labels Jul 18, 2014
@akka-ci
Copy link

akka-ci commented Jul 18, 2014

Pull request validation: SUCCESS 👍
Refer to this link for build results: https://jenkins.akka.io/job/pr-validator-per-commit-jenkins/374/

When in `A`:
* `goto(A)` will trigger `onTransition(A -> A)`
* `stay()` will NOT trigger `onTransition`

Includes:
* migration guide
* docs updates
* test
@ktoso ktoso added validating and removed tested labels Jul 18, 2014
@akka-ci
Copy link

akka-ci commented Jul 18, 2014

Pull request validation: SUCCESS 👍
Refer to this link for build results: https://jenkins.akka.io/job/pr-validator-per-commit-jenkins/378/

ktoso added a commit that referenced this pull request Jul 19, 2014
=act #13970 Send transistion on goto(CurrentState) in FSM
@ktoso ktoso merged commit cb05725 into akka:master Jul 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tested PR that was successfully built and tested by Jenkins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FSM: fire onTransition() hooks for certain same-state transitions
2 participants