Skip to content

🐛 Remove deprecated flatten and fix builtin functions#1482

Merged
harehare merged 3 commits intomainfrom
fix/section-builtin-lsp-improvements
Mar 21, 2026
Merged

🐛 Remove deprecated flatten and fix builtin functions#1482
harehare merged 3 commits intomainfrom
fix/section-builtin-lsp-improvements

Conversation

@harehare
Copy link
Copy Markdown
Owner

No description provided.

…ions

- Remove deprecated `flatten` and `collect` wrappers from section.mq
- Use `collect()` directly in `search` function instead of `flatten()`
- Fix `flat_map` to remove unused dict handling branch
- Fix `find_index` to return `[]` for empty arrays instead of `0`
- Add `.` to trigger characters in LSP capabilities
- Remove space (` `) from trigger characters
- Sync trigger characters in Playground with LSP settings
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Mar 21, 2026

Merging this PR will degrade performance by 13.85%

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

❌ 1 regressed benchmark
✅ 28 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Benchmark BASE HEAD Efficiency
eval_variable_assignment_chain 824.3 µs 956.8 µs -13.85%

Comparing fix/section-builtin-lsp-improvements (0308527) with main (c379250)

Open in CodSpeed

@harehare harehare merged commit dc1f3ea into main Mar 21, 2026
5 of 6 checks passed
@harehare harehare deleted the fix/section-builtin-lsp-improvements branch March 21, 2026 05:56
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.

1 participant