Avatar for the prisma user
prisma
prisma-engines
BlogDocsChangelog

chore(fmt/psl): update find at position w/ spans

#4957
Comparing
chore/find_at_position_spans
(
17c65d2
) with
main
(
a2d1c42
)
CodSpeed Performance Gauge
0%
Improvements
0
Regressions
0
Untouched
11
New
0
Dropped
0
Ignored
0

Benchmarks

Passed

mutation
query-engine/request-handlers/benches/query_planning_bench.rs::benches::criterion_benchmark::mutation
CodSpeed Performance Gauge
0%
6.3 ms
6.3 ms
small_read
query-engine/request-handlers/benches/query_planning_bench.rs::benches::criterion_benchmark::small_read
CodSpeed Performance Gauge
0%
110.8 µs
110.8 µs
large_read
query-engine/request-handlers/benches/query_planning_bench.rs::benches::criterion_benchmark::large_read
CodSpeed Performance Gauge
0%
1.6 ms
1.6 ms
validate (small)
query-engine/schema/benches/schema_builder_bench.rs::benches::criterion_benchmark::psl::validate (small)
CodSpeed Performance Gauge
0%
2.1 ms
2.1 ms
deep_read_query
query-engine/request-handlers/benches/query_planning_bench.rs::benches::criterion_benchmark::deep_read_query
CodSpeed Performance Gauge
0%
2 ms
2 ms
build (large)
query-engine/schema/benches/schema_builder_bench.rs::benches::criterion_benchmark::schema_builder::build (large)
CodSpeed Performance Gauge
0%
5.1 ms
5.1 ms
build (small)
query-engine/schema/benches/schema_builder_bench.rs::benches::criterion_benchmark::schema_builder::build (small)
CodSpeed Performance Gauge
0%
297.7 µs
297.8 µs
validate (medium)
query-engine/schema/benches/schema_builder_bench.rs::benches::criterion_benchmark::psl::validate (medium)
CodSpeed Performance Gauge
0%
14 ms
14 ms
validate (large)
query-engine/schema/benches/schema_builder_bench.rs::benches::criterion_benchmark::psl::validate (large)
CodSpeed Performance Gauge
0%
63.5 ms
63.6 ms
medium_read
query-engine/request-handlers/benches/query_planning_bench.rs::benches::criterion_benchmark::medium_read
CodSpeed Performance Gauge
0%
321.7 µs
322 µs
build (medium)
query-engine/schema/benches/schema_builder_bench.rs::benches::criterion_benchmark::schema_builder::build (medium)
CodSpeed Performance Gauge
0%
2.5 ms
2.5 ms

Commits

Click on a commit to change the comparison range
Base
main
a2d1c42
0%
Updated pest grammar for empty argument to include the whitespaces up until whatever comes next. This means we have a wider span to use for empty arguments and enables us to check for cursors that are where the ""value"" would be but there is no actual value yet. EnumValuePosition was manually calculating attribute positions, this has been removed - it now defers to the AttributePosition implementation. Updating the positions in `find_at_position` to also include spans Extracted out reference_locations_for_target to separate module in prep for other lsp commands (e.g. rename)
f953663
9 months ago
by Druue
0%
Merge branch 'main' into chore/find_at_position_spans
ef69301
9 months ago
by Druue
0%
Merge branch 'main' into chore/find_at_position_spans
07d4869
9 months ago
by Druue
0%
Merge branch 'main' into chore/find_at_position_spans
17c65d2
9 months ago
by Druue
© 2025 CodSpeed Technology
Home Terms PrivacyDocs