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

Make ActionSequence immutable #1158

Merged
merged 7 commits into from Apr 16, 2017

Conversation

denisdefreyne
Copy link
Member

The goal of this PR is to make ActionSequence an immutable object, and move the code that builds action sequences into a separate object (ActionSequenceBuilder?), so that computed properties of ActionSequence can be cached (#serialize, specifically).

@denisdefreyne denisdefreyne force-pushed the recording-executor-without-constructor-arg branch from f0afcdb to eeb3000 Compare April 16, 2017 11:59
@denisdefreyne denisdefreyne merged commit 6ac90fd into master Apr 16, 2017
@denisdefreyne denisdefreyne deleted the recording-executor-without-constructor-arg branch April 16, 2017 12:13
@denisdefreyne
Copy link
Member Author

CC @Fjan — This should bring down compilation speed a little more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant