[RPL/2] Interesting error

BERTRAND Joël joel.bertrand at systella.fr
Lun 10 Déc 12:16:07 CET 2007


Adrian Blake wrote:
> I think you have left some debugging information in the output:
> RPL/2> clear
> RPL/2> << >> 1 2 { 5 + 4 } exsub
> [2683] Return from <instruction_exsub()> at line #85 (Success [0])
>  >>> 5 + 4 <<<
> [2683] Return from <instruction_exsub()> at line #351 (Success [0])
> 
> 1: 5 + 4
> RPL/2>

	Oops... Sorry for the mistake. You can delete in src/instructions_e4.c 
the following lines :

#define DEBUG

and a line that begins (in first column) by printf. I have seen another 
bug : "1: 5 + 4" cannot be an expression. All expressions start with 
'<<' and end with '>>'. I will add a test and upload a fixed snapshot.

	Regards,

	JKB


Plus d'informations sur la liste de diffusion RPL2