Remove exclamation marks and periods from error messages (#1874)

This commit is contained in:
Rangi
2025-12-10 11:50:33 -05:00
committed by GitHub
parent 27dca5680c
commit 2666dcbc26
172 changed files with 198 additions and 197 deletions

View File

@@ -1,3 +1,3 @@
error: Image slice ((2, 2) to (130, 130)) is outside the image bounds (20x20)!
error: Image slice ((2, 2) to (130, 130)) is outside the image bounds (20x20)
note: Did you mean the slice "2,2:2,2"? (width and height are in tiles, not pixels!)
Conversion aborted after 1 error

View File

@@ -1,3 +1,3 @@
warning: Fusing colors #a9b9c9ff and #aabbccff into Game Boy color $66f5 [first seen at x: 1, y: 1]
FATAL: Tile (0, 0) contains the background color (#aabbccff)!
FATAL: Tile (0, 0) contains the background color (#aabbccff)
Conversion aborted after 1 error

View File

@@ -1,2 +1,2 @@
FATAL: Tile (16, 0) contains the background color (#ffd800ff)!
FATAL: Tile (16, 0) contains the background color (#ffd800ff)
Conversion aborted after 1 error

View File

@@ -1,4 +1,4 @@
error: Tile at (0, 0) is not within the input tileset, and '-o' was not given!
error: Tile at (0, 8) is not within the input tileset, and '-o' was not given!
error: Tile at (8, 8) is not within the input tileset, and '-o' was not given!
error: Tile at (0, 0) is not within the input tileset, and '-o' was not given
error: Tile at (0, 8) is not within the input tileset, and '-o' was not given
error: Tile at (8, 8) is not within the input tileset, and '-o' was not given
Conversion aborted after 3 errors

View File

@@ -1,2 +1,2 @@
error: Image slice ((2, 2) to (34, 18)) is outside the image bounds (20x20)!
error: Image slice ((2, 2) to (34, 18)) is outside the image bounds (20x20)
Conversion aborted after 1 error

View File

@@ -1,2 +1,2 @@
error: Image slice ((2, 99) to (10, 107)) is outside the image bounds (20x20)!
error: Image slice ((2, 99) to (10, 107)) is outside the image bounds (20x20)
Conversion aborted after 1 error

View File

@@ -1,2 +1,2 @@
FATAL: Tile (16, 0) contains the background color (#00000000)!
FATAL: Tile (16, 0) contains the background color (#00000000)
Conversion aborted after 1 error