-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update main (v4.0.0) on 2023-11-02 #178
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update Rust crate semver to 1.0.19
Pre Release (v4.0.0-beta.1): メジャーバージョンアップ中のリリースルールの修正
…ort-c2a-enum-loader
Both c2a-core and c2a-enum-loader are forked from ut-issl and will be maintained together in arkedge/c2a-core. The license displayed in this license file will be completely the same as the license at the top of arkedge/c2a-core.
Import c2a-enum-loader
Update sksat/setup-rye action to v0.8.0
…t-c2a-tlm-cmd-code-generator
Both c2a-core and c2a-tlm-cmd-code-generator are forked from ut-issl and will be maintained together in arkedge/c2a-core. The license displayed in this license file will be completely the same as the license at the top of arkedge/c2a-core.
…generator Import c2a-tlm-cmd-code-generator
Update sksat/setup-rye action to v0.9.0
Update v4 changelog
インデントのスペースを GFM に準拠する
meltingrabbit
added
documentation
Improvements or additions to documentation
priority::high
priorityg high
tools
S2E
labels
Nov 1, 2023
meltingrabbit
changed the title
Update main (v4.0.0) on 2023-11-01
Update main (v4.0.0) on 2023-11-02
Nov 2, 2023
sksat
approved these changes
Nov 2, 2023
まあ,マージ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
概要
Update main (v4.0.0) on 2023-11-01
arkedge/c2a-core v4.0.0 は ArkEdge Space Inc. による C2A の先行開発のための ut-issl/c2a-core の fork 後最初のリリースとなる.
v4.0.0 では,fork に伴う開発体制の変更に加え,以下の大きなセマンティクス的な変更を行ったため,major update とした.
大規模な rename はあくまで現在の設計・コードの責務をできるだけ明らかにし,(特に C2A の開発経験の無い一般的なソフトウェアエンジニアを中心とした)開発者のディスコミュニケーションを低減する目的で実施した.
ex:
IfWrapper
->HAL
,Driver
->Component Driver
また,ディレクトリ名に大文字・小文字があったりなかったりする,不必要に階層構造が深いといった歪なディレクトリ構造の修正も行った.
ex:
src/src_core/System
->src/src_core/system
,src/src_user/Settings/TlmCmd/data_base
->tlm-cmd-db
これらの rename は大規模ではあるものの,C2A としてのロジックの変更やリファクタリングはほぼ行っていない.
この移行については migration script を用意している(Migration Guide 参照).
各ツールの c2a-core リポジトリへの吸収合併については,ut-issl/c2a-enum-loader や ut-issl/c2a-tlm-cmd-code-generator などの c2a-core のコード構成に依存したツールのリリース単位は c2a-core と同一であると判断し実施した.
これらのツールについては,今後は各 C2A user で使用している c2a-core と同じバージョンのものを使用してもらうことになる(実務上は
src/src_core
から使うことになる).Rust エコシステム / C2A Boom の導入については,ArkEdge Space Inc. 内での開発成果を OSS 化しつつ実施した.
これらについては c2a-core v3 系に対しても互換性があり導入可能だが,新機能の開発や積極的なサポートは c2a-core v4 系以降を前提として行われる可能性がある.
Issue
詳細
今回のudpate分
検証結果
CIがとおればOK