Christophe de Dinechin
Christophe de Dinechin
This should be fixed in i0.9.6, submitted to Apple.
Thansk @be-philippe for the detailed analysis and validation of teh fix. I think it's worth applying these patches for GCC 14 support. Do you want to submit a PR to...
Changed title from "_The WalkMan demo doesn't work anymore on DM42_" to more closely match what we now understand of the problem
Marking it as `duplicate` of #1286
> I'll submit a PR. Do you want one for just this, or should I also include some other small fixes ? If you don't mind, submit multiple PRs if...
> Recompiling the DM42 version with debugging information without any optimization, and objdumping the .elf file shows that the compiler correctly invokes the right operator+(). > > That's said, this...
Probably necessary to also implicitly convert assignments to equations in `expression::get`.
The primary practical benefit of returning an assignment is that it makes it possible to restore the value quickly using the interactive stack.
In that context, it makes sense that the `SolvingMenu` keys also return assignments.
No, the function are not implemented yet, as indicated by the fact that the issue is still open. Furthermore, a quick study of what it would take to implement them...