Skip to content

Commit

Permalink
Update repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfish-shogi committed Oct 27, 2024
1 parent 8055854 commit f6e4b00
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/不具合報告---bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ assignees: sunfish-shogi

## Checklist

- [ ] understand [プロジェクトへの関わり方について](https://github.com/sunfish-shogi/electron-shogi/wiki/%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%B8%E3%81%AE%E9%96%A2%E3%82%8F%E3%82%8A%E6%96%B9%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6)
- [ ] understand [プロジェクトへの関わり方について](https://github.com/sunfish-shogi/shogihome/wiki/%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%B8%E3%81%AE%E9%96%A2%E3%82%8F%E3%82%8A%E6%96%B9%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6)
- [ ] do not remove following sections

## 説明 / Description
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/提案---suggestion.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ assignees: sunfish-shogi

## Checklist

- [ ] understand [プロジェクトへの関わり方について](https://github.com/sunfish-shogi/electron-shogi/wiki/%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%B8%E3%81%AE%E9%96%A2%E3%82%8F%E3%82%8A%E6%96%B9%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6)
- [ ] understand [プロジェクトへの関わり方について](https://github.com/sunfish-shogi/shogihome/wiki/%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%B8%E3%81%AE%E9%96%A2%E3%82%8F%E3%82%8A%E6%96%B9%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6)
- [ ] do not remove following sections

## 説明 / Description
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/質問---question.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ assignees: sunfish-shogi

## Checklist

- [ ] understand [プロジェクトへの関わり方について](https://github.com/sunfish-shogi/electron-shogi/wiki/%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%B8%E3%81%AE%E9%96%A2%E3%82%8F%E3%82%8A%E6%96%B9%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6)
- [ ] understand [プロジェクトへの関わり方について](https://github.com/sunfish-shogi/shogihome/wiki/%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%B8%E3%81%AE%E9%96%A2%E3%82%8F%E3%82%8A%E6%96%B9%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6)

## 質問 / Question

2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
- [ ] `npm run lint` was applied without warnings
- [ ] `console.log` not included (except script file)
- MUST (for Outside Contributor)
- [ ] understand [プロジェクトへの関わり方について](https://github.com/sunfish-shogi/electron-shogi/wiki/%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%B8%E3%81%AE%E9%96%A2%E3%82%8F%E3%82%8A%E6%96%B9%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6)
- [ ] understand [プロジェクトへの関わり方について](https://github.com/sunfish-shogi/shogihome/wiki/%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%B8%E3%81%AE%E9%96%A2%E3%82%8F%E3%82%8A%E6%96%B9%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6)
- RECOMMENDED (it depends on what you change)
- [ ] unit test added/updated
4 changes: 2 additions & 2 deletions src/kakinoki.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ function readBoard(board: Board, data: string): Error | undefined {
function readHand(hand: Hand, data: string): Error | undefined {
// NOTE:
// スペースで区切られていないものでも Kifu for Windows や ShogiGUI は読み込める。
// See: https://github.com/sunfish-shogi/electron-shogi/issues/572
// See: https://github.com/sunfish-shogi/shogihome/issues/572
const sections = data.split(/[  ]/);
for (const section of sections) {
if (!section || section === "なし") {
Expand Down Expand Up @@ -630,7 +630,7 @@ function importKakinoki(data: string, formatType: KakinokiFormatType): Record |
case LineType.BRANCH:
// NOTE:
// KIF では指し手の先頭に手数が付与されるので必要ない。
// https://github.com/sunfish-shogi/electron-shogi/issues/570
// https://github.com/sunfish-shogi/shogihome/issues/570
// の不具合により、ヘッダー部に "変化:" で始まる行が存在する場合がある。
// 指し手が始まるより前に "変化:" が出現しても無視しなければならない。
if (isMoveSection && formatType === KakinokiFormatType.KI2) {
Expand Down

0 comments on commit f6e4b00

Please sign in to comment.