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

Remove ValueTransformer + IdTrans #214

Merged
merged 2 commits into from
Aug 24, 2023

Conversation

rkuris
Copy link
Collaborator

@rkuris rkuris commented Aug 24, 2023

There's only ever one

@@ -369,7 +369,7 @@ impl<F: WalFile + 'static, S: WalStore<F>> WalFilePool<F, S> {
let mut last_h: Option<
Pin<Box<dyn Future<Output = Result<WalFileHandle<'a, F, S>, WalError>> + 'a>>,
> = None;
for ((next_fid, wl), h) in meta.into_iter().zip(files.into_iter()) {
for ((next_fid, wl), h) in meta.into_iter().zip(files) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Haha... now I'm going to give some feedback that I should also probably listen to myself... please don't combine changes like these in an unrelated PR (in the future).

AND... please request the same of me when I undoubtedly do the same thing.

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh... just read a message offline. It's weird that the linter is suddenly failing.

AND... please request the same of me when I undoubtedly do the same thing.

^^ this still stands though

@rkuris rkuris force-pushed the rkuris/transformers-robots-in-disguise branch from d23571b to bd24574 Compare August 24, 2023 16:58
@rkuris rkuris merged commit dbac196 into main Aug 24, 2023
5 checks passed
@rkuris rkuris deleted the rkuris/transformers-robots-in-disguise branch August 24, 2023 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants