Christophe de Dinechin

Results 220 comments of Christophe de Dinechin
trafficstars

Debug session: ``` (lldb) up up frame #1: 0x00000001002a76c8 db48x`tests::expect(char const*, unsigned int) + 588 at /Users/ddd/Work/calc/db48x/src/tests.cc:9511 9508 return *this; 9509 explain("Expected output [", output, "], " 9510 "got [",...

This is intentional. Usually, the cases where there is a text range selection, it means that there is some ambiguity regarding where the problem is, e.g. it could be at...

Good idea, but I will make that conditional under a flag, because for me, being able to save very quickly is a feature, not a bug.

I do not fully understand the description. When you write `5 ENTER m`, what is the key sequence corresponding to `m`? Is it the first function key in the `Length`...

You are correct that there is no equivalent function to `→HMS`, mostly because it does not exist in the HP48 so I did not think about making one. I will...

I have been unable to reproduce. However, I made a number of display refresh fixes related to the problem with the annunciators (shift and alpha) and the management of the...

Cannot easily reproduce, either on simulator or hardware.

I suspect this is another case where I leave the units file open (DMCP has this constraints that you can only open one file at a time). Let's see if...

> I think the problem here is that the `←` key has function DEL(ete) on the > first shift while in entry mode. This overlaps with the CLR menu, but...

There are two issues here: 1/ Inserting the wrong thing in an expression 2/ Parsing it without reporting a syntax error. The parsing of `'X 1_s'` generates an object that...