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

chore(fmt/psl): Clean up usage of identifiers, names, spans, attributes #4954

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Druue
Copy link
Contributor

@Druue Druue commented Jul 17, 2024

No description provided.

@Druue Druue added the kind/tech A technical change. label Jul 17, 2024
@Druue Druue added this to the 5.18.0 milestone Jul 17, 2024
@Druue Druue self-assigned this Jul 17, 2024
@Druue Druue requested a review from a team as a code owner July 17, 2024 10:36
@Druue Druue requested review from jkomyno and removed request for a team July 17, 2024 10:36
@@ -93,5 +93,11 @@ impl WithSpan for Argument {
/// for autocompletion.
#[derive(Debug, Clone)]
pub struct EmptyArgument {
pub name: Identifier,
pub(crate) name: Identifier,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The main changes are here in ast/{argument,attribute,enum,field}.rs

The rest of the changes are migrations to using the functions implemented via WithIdentifier and so on

Copy link
Contributor

github-actions bot commented Jul 17, 2024

WASM Query Engine file Size

Engine This PR Base branch Diff
Postgres 2.057MiB 2.057MiB 235.000B
Postgres (gzip) 820.708KiB 820.453KiB 261.000B
Mysql 2.027MiB 2.027MiB 209.000B
Mysql (gzip) 808.481KiB 808.035KiB 457.000B
Sqlite 1.919MiB 1.919MiB 213.000B
Sqlite (gzip) 766.151KiB 766.277KiB -129.000B

Copy link

codspeed-hq bot commented Jul 17, 2024

CodSpeed Performance Report

Merging #4954 will not alter performance

Comparing chore/clean-up-names-idents-spans (9ae7994) with main (a2d1c42)

Summary

✅ 11 untouched benchmarks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/tech A technical change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant