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

Renamed loop to routegroup for hypervisor endpoints, function names, struct types and comments. #207

Merged
merged 10 commits into from
Mar 6, 2020

Conversation

Kifen
Copy link
Contributor

@Kifen Kifen commented Mar 6, 2020

Did you run make format && make check?
Yes
Fixes #180

Changes:

How to test this PR:

@Kifen Kifen requested review from evanlinjin, nkryuchkov and jdknives and removed request for nkryuchkov March 6, 2020 11:53
@jdknives
Copy link
Member

jdknives commented Mar 6, 2020

I think it would make sense to rename the other occurences of loop in the codebase as well (if they relate to the skywire concept of loop/routegroup). Here are few of them returned from grep:
Bildschirmfoto 2020-03-06 um 14 56 52

@evanlinjin you agree?

@evanlinjin
Copy link
Contributor

I think it would make sense to rename the other occurences of loop in the codebase as well (if they relate to the skywire concept of loop/routegroup). Here are few of them returned from grep:
Bildschirmfoto 2020-03-06 um 14 56 52

@evanlinjin you agree?

Yes. However we got to be careful, some references are meant to stay and they refer to loops in code.

Copy link
Contributor

@evanlinjin evanlinjin left a comment

Choose a reason for hiding this comment

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

Looks fine. I'll test it.

@jdknives jdknives merged commit c5c22f8 into skycoin:milestone2 Mar 6, 2020
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.

Rename Loop to RouteGroup for hypervisor endpoints and RPC.
3 participants