Skip to content

Support fixed-format cache in cache diff scripts#20827

Merged
JukkaL merged 8 commits intomasterfrom
diff-cache-ff
Feb 17, 2026
Merged

Support fixed-format cache in cache diff scripts#20827
JukkaL merged 8 commits intomasterfrom
diff-cache-ff

Conversation

@JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Feb 16, 2026

Also fix some older bytes/str issues.

I tested this manually, and used coding agent to write throwaway unit tests to ensure the refactoring didn't alter behavior. I may add some tests later on, but these are a bit tricky to test without any hacks.

@JukkaL JukkaL requested a review from ilevkivskyi February 16, 2026 16:01
Copy link
Member

@ilevkivskyi ilevkivskyi left a comment

Choose a reason for hiding this comment

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

LG, just one suggestion.

from __future__ import annotations

import argparse
import base64
Copy link
Member

Choose a reason for hiding this comment

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

Maybe use librt.base64 here and in the other script? It is public now after all.

@JukkaL JukkaL merged commit 9b94724 into master Feb 17, 2026
17 checks passed
@JukkaL JukkaL deleted the diff-cache-ff branch February 17, 2026 11:26
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.

2 participants

Comments