Fix #6: 変換時の暗黙的なデータ欠落を防止 #5
Reference in New Issue
Block a user
Delete Branch "fix/excel-multiline-tsv"
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?
概要
実使用で再現した暗黙的なデータ欠落を修正し、入力を保持できない場合は正常終了せず明示的なエラーにします。
rows/records/itemsと同階層のmetadataを保持-versionとrelease artifact検証、CIのvet/govulncheckを追加Closes #6
検証
go test -shuffle=on -count=20 ./...go test -race ./...go vet ./...staticcheck ./...govulncheck ./...(reachable vulnerability 0件)go test ./...とbuildRELEASE_TAG=v0.2.0 scripts/build-release.sh、6 archiveとchecksum、native binaryのversion/smoke確認Test Excel-style multiline TSV cellsto WIP: Test Excel-style multiline TSV cellsWIP: Test Excel-style multiline TSV cellsto Fix #6: 変換時の暗黙的なデータ欠落を防止