[Ohrrpgce] SVN: teeemcee/13532 plotdict: fix error in an example

2024-03-14 Thread subversion--- via Ohrrpgce
teeemcee
2024-03-14 16:22:36 -0700 (Thu, 14 Mar 2024)
33
plotdict: fix error in an example
---
U   wip/docs/platformdict.xml
U   wip/docs/plotdict.xml
U   wip/docs/plotdictionary.html

___
Ohrrpgce mailing list
ohrrpgce@lists.motherhamster.org
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org


[Ohrrpgce] SVN: teeemcee/13531 scons gengcc=0 can be passed on x86_64 to try out -gen gas64

2024-03-14 Thread subversion--- via Ohrrpgce
teeemcee
2024-03-14 16:22:26 -0700 (Thu, 14 Mar 2024)
171
scons gengcc=0 can be passed on x86_64 to try out -gen gas64

Requires a FB build since a few months ago (will be released as FB 1.20).
Compiles much faster than -gen gcc.
---
U   wip/SConscript

___
Ohrrpgce mailing list
ohrrpgce@lists.motherhamster.org
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org


[Ohrrpgce] SVN: teeemcee/13530 hspeak: when a constant is used illegally print a better error telling w

2024-03-14 Thread subversion--- via Ohrrpgce
teeemcee
2024-03-14 16:22:19 -0700 (Thu, 14 Mar 2024)
430
hspeak: when a constant is used illegally print a better error telling where 
it's defined

For example,
globalvariable(23, inv:max)
   ^^^
Expected a name, but found inv:max which is defined as a constant on 
line
2304 of plotscr.hsd with the value 0

instead of
globalvariable(23, inv:max)
   ^^^
Expected a name, but found a number 0
---
U   wip/hspeak.exw

___
Ohrrpgce mailing list
ohrrpgce@lists.motherhamster.org
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org


[Ohrrpgce] SVN: teeemcee/13529 hspeak: negative number literals had their length set to 1 in their srcp

2024-03-14 Thread subversion--- via Ohrrpgce
teeemcee
2024-03-14 16:22:10 -0700 (Thu, 14 Mar 2024)
123
hspeak: negative number literals had their length set to 1 in their srcpos

This only affected '^' spans in error messages.
---
U   wip/hspeak.exw

___
Ohrrpgce mailing list
ohrrpgce@lists.motherhamster.org
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org