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

style: change type and impl order #732

Closed
wants to merge 1 commit into from

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Sep 19, 2023

changes the order of type def and impls. makes it easier to navigate the file

type
impl type
impl for type

env
cfgenv
blockenv
txenv

I can hold off on this until we have #724 to not introduce more conflicts than necessary?

@rakita
Copy link
Member

rakita commented Sep 20, 2023

changes the order of type def and impls. makes it easier to navigate the file

type impl type impl for type

env cfgenv blockenv txenv

I can hold off on this until we have #724 to not introduce more conflicts than necessary?

Yeah, this kind of style related changes are long overdue. Had the intention to do it in one swoop. Would wait for release to merge it, so that we don't break alloy transition a lot.

@gakonst
Copy link
Collaborator

gakonst commented Sep 20, 2023

(failing CI fixed by #735)

@mattsse
Copy link
Collaborator Author

mattsse commented Oct 6, 2023

closing since diverged too much

@mattsse mattsse closed this Oct 6, 2023
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.

None yet

3 participants