Skip to content

change d argument to td in public APIs#55

Merged
RaduBerinde merged 1 commit intomasterfrom
d-to-td
Apr 7, 2025
Merged

change d argument to td in public APIs#55
RaduBerinde merged 1 commit intomasterfrom
d-to-td

Conversation

@RaduBerinde
Copy link
Member

@RaduBerinde RaduBerinde commented Apr 5, 2025

Cosmetic change to standardize on using td as the recommended name for the *TestData argument. d is too generic and can clash with common things (e.g. the DB in Pebble). Probably half of the CRDB and Pebble code already uses td.


This change is Reviewable

Copy link
Member

@yuzefovich yuzefovich left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @jbowens and @tbg)

@RaduBerinde
Copy link
Member Author

TFTR!

Cosmetic change to standardize on using `td` as the recommended name
for the `*TestData` argument. `d` is too generic and can clash with
common things (e.g.  the DB in Pebble). Probably half of the CRDB and
Pebble code already uses `td`.
@RaduBerinde RaduBerinde merged commit 2945557 into master Apr 7, 2025
12 of 13 checks passed
@RaduBerinde RaduBerinde deleted the d-to-td branch April 7, 2025 16:48
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