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

Rename all the restate modules to prefix them with restate_ #296

Merged
merged 1 commit into from
Apr 18, 2023

Conversation

slinkydeveloper
Copy link
Contributor

Fix #295. Nothing extraordinary, there's just a couple of details hidden in this PR:

Copy link
Contributor

@tillrohrmann tillrohrmann left a comment

Choose a reason for hiding this comment

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

LGTM (eyeballed it). +1 for merging.

restate_errors = { path = "src/errors" }
restate_futures_util = { path = "src/futures_util" }
restate_ingress_grpc = { path = "src/ingress_grpc" }
restate_queue = { path = "src/queue"}
Copy link
Contributor

Choose a reason for hiding this comment

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

If it weren't for this entry here, then we would have alphabetical sort order established in this file ;-)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was planning to figure out #178 soon :)

@slinkydeveloper slinkydeveloper merged commit 233c9db into restatedev:main Apr 18, 2023
@slinkydeveloper slinkydeveloper deleted the renaming branch April 18, 2023 14:40
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.

Prefix crate names with restate_
2 participants