学研都市線直通快速の運転区間を篠山口まで延長#1609
Merged
Merged
Conversation
学研都市線からJR宝塚線へ直通する快速(line_group_cd=458)が 新三田止まりで登録されていたため、実際の運転区間である 篠山口まで選択できなかった。 新三田以遠は各駅に停車するため、広野〜篠山口の7駅を 停車(pass=0)として追加。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011wLw5minZYvsruetAUvsa1
Contributor
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
🚉 停車駅の変更1 件の新しい停車パターン
🆕 快速 (Rapid) - 学研都市線 / JR東西線 / JR宝塚線type_cd=102, line_group_cd=458 変更内容: 7 駅追加 全駅リスト (54駅)
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
概要
学研都市線からJR宝塚線へ直通する快速が新三田までしか選択できなかった問題を修正し、実際の運転区間である篠山口まで選択できるようにしました。
変更の種類
変更内容
data/5!station_station_types.csv: 学研都市線→JR東西線→JR宝塚線直通の快速(line_group_cd=458, 種別コード102)に、新三田以遠の広野・相野・藍本・草野・古市・南矢代・篠山口の7駅を停車(pass=0)として追加pass=0で登録cargo run -p data_validatorを実行し[VALID] No errors reported.を確認済みテスト
cargo fmt --all -- --checkが通ることcargo clippy -- -D warningsが通ることcargo test(SQLX_OFFLINE=true)が通ること(省略: コード変更なし。データ検証として
cargo run -p data_validatorを実行済み)関連Issue
Closes #1608
スクリーンショット(任意)
Generated by Claude Code