Rangi
|
46e67ee078
|
Remove deprecated RGBASM features (#1215)
- Escaped commas "\," inside strings
- `name: MACRO` syntax
- `__FILE__` and `__LINE__`
- `-H/--nop-after-halt` and `-l/--auto-ldh` on by default
|
2023-11-04 23:22:46 +01:00 |
|
ISSOtm
|
bdfce25db0
|
Avoid running version test when git describe fails
Can happen when not enough history has been fetched, notably in our CI
|
2020-12-10 13:43:22 +01:00 |
|
ISSOtm
|
bf789dd7b3
|
Add automated test for version consistency
Automatically check that the version number constants
(__RGBDS_MAJOR__ etc.) match `rgbasm -V`
Should avoid the problem with 0.4.2's release...
|
2020-12-10 12:22:29 +01:00 |
|
ISSOtm
|
9742fa731c
|
Run the quote in file name except on Windows
This should make the CI function again
|
2020-09-22 18:13:26 +02:00 |
|