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

fix: lock tree-sitter version #3617

Merged
merged 4 commits into from
May 6, 2024
Merged

fix: lock tree-sitter version #3617

merged 4 commits into from
May 6, 2024

Conversation

bytemain
Copy link
Member

@bytemain bytemain commented May 6, 2024

Types

  • 🐛 Bug Fixes

Background or solution

web-tree-sitter 之前用的是 ^ 号版本,会导致构建的 wasm 和版本对不上,要锁一下。

Changelog

fix tree-sitter not work

Copy link

railway-app bot commented May 6, 2024

This PR is being deployed to Railway 🚅

core: ◻️ REMOVED

@opensumi opensumi bot added the 🐞 bug Something isn't working label May 6, 2024
Copy link

codecov bot commented May 6, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 56.11%. Comparing base (50291b6) to head (80f55ee).
Report is 1 commits behind head on main.

Files Patch % Lines
...ackages/ai-native/src/browser/languages/service.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3617      +/-   ##
==========================================
+ Coverage   56.07%   56.11%   +0.04%     
==========================================
  Files        1512     1513       +1     
  Lines       91794    91735      -59     
  Branches    18805    18813       +8     
==========================================
+ Hits        51471    51479       +8     
+ Misses      33451    33383      -68     
- Partials     6872     6873       +1     
Flag Coverage Δ
jsdom 51.53% <50.00%> (+0.04%) ⬆️
node 15.66% <50.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hacke2 hacke2 merged commit 31306e4 into main May 6, 2024
12 checks passed
@hacke2 hacke2 deleted the fix/tree-sitter branch May 6, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants