[06:29:02] * wizardrydragon pokes the channel for signs of life.
[06:44:23] --- Colourless` is now known as Colourless
[10:29:57] --- Sevalebed is now known as Sevalecan
[12:32:52] --- Marzo is now known as Marzo_away
[16:08:22] --- Marzo_away is now known as Marzo
[16:18:25] --- Marzo is now known as Marzo_away
[17:26:27] --- pupnik_ is now known as pupnik
[20:00:32] --- Marzo_away is now known as Marzo
[22:44:16] --- Marzo is now known as Marzo_away
[23:03:05] --- Marzo_away is now known as Marzo
[23:17:31] --- Sevalecan is now known as Sev
[23:28:28] <Kirben> Tools compile errors out, after last changes to compiler:
[23:28:36] <Kirben> usecode/compiler/ucparse.yy: In function 'int yyparse()':
[23:28:37] <Kirben> usecode/compiler/ucparse.yy:1459: error: invalid conversion from 'Uc_expression*' to 'int'
[23:28:38] <Kirben> usecode/compiler/ucparse.yy:1459: error: initializing argument 1 of 'Uc_int_expression::Uc_int_expression(int, int)'
[23:28:39] <Kirben> usecode/compiler/ucparse.yy:1461: error: invalid conversion from 'int' to 'Uc_expression*'
[23:28:39] <Kirben> usecode/compiler/ucparse.yy:1461: error: initializing argument 2 of 'Uc_array_expression* Create_array(int, Uc_expression*, Uc_expression*)'
[23:28:43] <Kirben> usecode/compiler/ucparse.yy:1525: error: invalid conversion from 'int' to 'Uc_expression*'
[23:28:45] <Kirben> usecode/compiler/ucparse.yy:1525: error: initializing argument 3 of 'Uc_array_expression* Create_array(int, Uc_expression*, Uc_expression*)'
[23:29:05] <Marzo> Checking
[23:34:13] <Marzo> Swap line 1459 with line 1461
[23:35:14] <Marzo> Change line 1525 to this:
[23:35:15] <Marzo> { $$ = Create_array(Ucscript::hit, $2, new Uc_int_expression($4)); }
[23:36:00] <Marzo> I will be commit the changes shortly
[23:37:00] <Kirben> Thanks, compile work fine now.
[23:43:32] <Marzo> Fix committed
[23:47:05] --- Sev is now known as Sevalebed