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

replace lazy vals in size generation with explicit lazy initialization #119

Merged
merged 1 commit into from
May 30, 2016

Conversation

eiennohito
Copy link
Contributor

lazy vals are replaced by transient backing fields with -1 as sentinel value
and lazy initialization in accessor methods

The best low hanging fruit for #116 right now.

Motivation for the fix is described in the same #116

 lazy vals are replaced by transient backing fields with -1 as sentinel value
 and lazy initialization in accessor methods

 The best low hanging fruit for scalapb#116 right now.

 Motivation for the fix is described in the scalapb#116
@thesamet thesamet merged commit b3bc4ff into scalapb:master May 30, 2016
@thesamet
Copy link
Contributor

Merged - thank you for looking into this.

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.

2 participants