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

bump aiscript version to 0.17.0 #12955

Merged
merged 2 commits into from
Jan 10, 2024
Merged

Conversation

FineArchs
Copy link
Contributor

AiScriptのバージョンを0.17.0に上げます。
破壊的変更はほぼないのでそのまま上げて問題ないはずです。

0.17.0

  • package.jsonを修正
  • Error:create関数でエラー型の値を生成できるように
  • Obj:mergeで2つのオブジェクトの併合を得られるように
  • Fix: チェイン系(インデックスアクセス[]、プロパティアクセス.、関数呼び出し())と括弧を組み合わせた時に不正な挙動をするバグを修正
  • 関数Str#charcode_at Str#to_arr Str#to_char_arr Str#to_charcode_arr Str#to_utf8_byte_arr Str#to_unicode_codepoint_arr Str:from_unicode_codepoints Str:from_utf8_bytesを追加
  • Fix: Str#codepoint_atがサロゲートペアに対応していないのを修正
  • 配列の範囲外および非整数のインデックスへの代入でエラーを出すように

Note

バージョン0.16.0に記録漏れがありました。

  • 関数Str:from_codepoint Str#codepoint_atを追加

@github-actions github-actions bot added the packages/frontend Client side specific issue/PR label Jan 9, 2024
Copy link

codecov bot commented Jan 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (358dc62) 76.86% compared to head (17425d5) 76.86%.
Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop   #12955   +/-   ##
========================================
  Coverage    76.86%   76.86%           
========================================
  Files          176      176           
  Lines        22848    22848           
  Branches       430      430           
========================================
  Hits         17561    17561           
  Misses        5287     5287           

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

@syuilo syuilo merged commit 6bae440 into misskey-dev:develop Jan 10, 2024
12 checks passed
@syuilo
Copy link
Member

syuilo commented Jan 10, 2024

🙏

@FineArchs FineArchs deleted the update-ais branch January 10, 2024 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/frontend Client side specific issue/PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants