remove dependency on runtime-fmt #773
沒有審核者
標籤
未選擇標籤
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
沒有里程碑
未選擇專案
沒有負責人
1 位參與者
通知
截止日期
未設定截止日期。
先決條件
未設定先決條件。
參考: Plume/Plume#773
載入中…
新增表格
新增問題並參考
沒有提供敘述。
刪除分支「bug/769」
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Per the issue, "runtime-fmt uses perma-unstable rust APIs and is
therefore susceptible to breakage".
This replaces the two calls to rt_format! with .replace() and drops the
dependency.
Fixes #769
I tested that this is the appropriate
replace()
invocation by writing the following temporary test:Codecov Report
👍
Thanks for the merge!