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

Use 2018 mod style #277

Merged
merged 1 commit into from
Jun 2, 2021
Merged

Use 2018 mod style #277

merged 1 commit into from
Jun 2, 2021

Conversation

XAMPPRocky
Copy link
Collaborator

Switches to using the module style recommended in the 2018 edition, no other changes.

@google-cla google-cla bot added the cla: yes label May 25, 2021
@quilkin-bot
Copy link
Collaborator

Build Succeeded 🥳

Build Id: 9a0a0369-6309-46d5-8b9f-293f5f7fa17f

To build this version:

git fetch git@github.com:googleforgames/quilkin.git pull/277/head:pr_277 && git checkout pr_277
cargo build

Copy link
Collaborator

@iffyio iffyio left a comment

Choose a reason for hiding this comment

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

at least for filters, I'm thinking it makes sense to have the same layout for all filters in the repo -and keep the flexibility available for more complex filters that might want to do e.g src/extensions/filters/compress/metrics.rs rather than force cramming all srcs into the same mod.rs file. wdyt?
btw is there something in the rust docs on the rationale for preferring mod.rs?

Copy link
Contributor

@markmandel markmandel left a comment

Choose a reason for hiding this comment

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

Just need to clear up the conflicts, but LGTM!

@markmandel
Copy link
Contributor

Gentle bump to clear up the conflicts please 😄

@quilkin-bot
Copy link
Collaborator

Build Succeeded 🥳

Build Id: d029bb3a-9d56-461e-83fa-706d682ba213

To build this version:

git fetch git@github.com:googleforgames/quilkin.git pull/277/head:pr_277 && git checkout pr_277
cargo build

@XAMPPRocky XAMPPRocky merged commit 66d6f91 into main Jun 2, 2021
@markmandel markmandel deleted the mod-2018 branch June 2, 2021 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants