Thank you, Waldek, for the quick reaction.
On 15.05.23 03:59, Waldek Hebisch wrote:
> Quick comment about changes:
>
> 1) $$ is different than $, no need for replacement.
> Similarly $$$ is different than $ and $$, no need for replacement.
I wasn't sure, but AFAICS, Aldor also uses %% in categories. Maybe $$
and $$$ are future candidates for replacements.
> So changes to br-data.boot, compiler.boot, define.boot, modemap.boot,
> nruncomp.boot, nrunfast.boot, nrungo.boot, nrunopt.boot,
> i-map.boot, i-spec1.boot, i-spec2.boot, third and fifth
> change to interop.boot, are not needed
>
> 2) in format.boot second change is wrong, we want $ here.
> AFAICS formatOpConstant is unused, so better remove it.
> Third change looks good.
> Similarly, first change to i-output.boot is wrong (second is good).
>
> 3) I am not sure about change to trace.boot, but it is likely to
> be wrong.
>
> 4) For Aldor you probably only need changes to as.boot and 3 of the
> changes to interop.boot.
In fact, I am not sure whether as.boot is used at all. For the
FriCAS-Aldor interface ax.boot is used, but what as.boot is needed for,
I have no clue.
I'll try to prepare a proper (tested) pull-request for "$ --> % renaming".
Ralf