Skip to content

[RFC] rename LateResourceValues to LateResources #55

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

Merged
merged 2 commits into from
Dec 9, 2017

Conversation

japaric
Copy link
Collaborator

@japaric japaric commented Dec 8, 2017

After writing LateResourceValues several times I now think it's too long to type. I'd like that
struct to be renamed to LateResources. I don't think there would be a loss in readability with the
rename because you can think of "late resources" as resources that "don't exist" until init ends
instead of as resources that are not initialized after init ends -- the second meaning maps better
to LateResourceValues.

This would be a breaking-change but we are moving to v0.3.0 due to #50 in any case.

cc jonas-schievink

@japaric
Copy link
Collaborator Author

japaric commented Dec 8, 2017

cc jonas-schievink

err, cc @jonas-schievink ^

Copy link
Contributor

@jonas-schievink jonas-schievink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, this makes sense to me.

@japaric
Copy link
Collaborator Author

japaric commented Dec 9, 2017

@homunkulus r+

@homunkulus
Copy link
Contributor

📌 Commit edca7d5 has been approved by japaric

@homunkulus
Copy link
Contributor

⌛ Testing commit edca7d5 with merge e0a0cab...

japaric pushed a commit that referenced this pull request Dec 9, 2017
[RFC] rename LateResourceValues to LateResources

After writing `LateResourceValues` several times I now think it's too long to type. I'd like that
struct to be renamed to `LateResources`. I don't think there would be a loss in readability with the
rename because you can think of "late resources" as resources that "don't exist" until `init` ends
instead of as resources that are not initialized after `init` ends -- the second meaning maps better
to `LateResourceValues`.

This would be a breaking-change but we are moving to v0.3.0 due to #50 in any case.

cc jonas-schievink
@homunkulus
Copy link
Contributor

💔 Test failed - status-travis

@japaric
Copy link
Collaborator Author

japaric commented Dec 9, 2017

@homunkulus r+

@homunkulus
Copy link
Contributor

💡 This pull request was already approved, no need to approve it again.

  • This pull request previously failed. You should add more commits to fix the bug, or use retry to trigger a build again.

@homunkulus
Copy link
Contributor

📌 Commit edca7d5 has been approved by japaric

@homunkulus
Copy link
Contributor

⌛ Testing commit edca7d5 with merge d1bff24...

japaric pushed a commit that referenced this pull request Dec 9, 2017
[RFC] rename LateResourceValues to LateResources

After writing `LateResourceValues` several times I now think it's too long to type. I'd like that
struct to be renamed to `LateResources`. I don't think there would be a loss in readability with the
rename because you can think of "late resources" as resources that "don't exist" until `init` ends
instead of as resources that are not initialized after `init` ends -- the second meaning maps better
to `LateResourceValues`.

This would be a breaking-change but we are moving to v0.3.0 due to #50 in any case.

cc jonas-schievink
@japaric
Copy link
Collaborator Author

japaric commented Dec 9, 2017

@homunkulus r+

@homunkulus
Copy link
Contributor

📌 Commit 512091e has been approved by japaric

@homunkulus
Copy link
Contributor

⌛ Testing commit 512091e with merge 0a0e0e2...

japaric pushed a commit that referenced this pull request Dec 9, 2017
[RFC] rename LateResourceValues to LateResources

After writing `LateResourceValues` several times I now think it's too long to type. I'd like that
struct to be renamed to `LateResources`. I don't think there would be a loss in readability with the
rename because you can think of "late resources" as resources that "don't exist" until `init` ends
instead of as resources that are not initialized after `init` ends -- the second meaning maps better
to `LateResourceValues`.

This would be a breaking-change but we are moving to v0.3.0 due to #50 in any case.

cc jonas-schievink
@homunkulus
Copy link
Contributor

☀️ Test successful - status-travis
Approved by: japaric
Pushing 0a0e0e2 to master...

@homunkulus homunkulus merged commit 512091e into master Dec 9, 2017
@japaric japaric deleted the late-resources branch December 9, 2017 13:53
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.

3 participants