General

Profile

Giovanni Lagorio

  • Registered on: 19 Oct 2011
  • Last connection: 09 Apr 2014

Issues

Projects

Activity

25 Feb 2014

14:31 CoCoA-5 Feature #328: Swap
If I remember correctly, the swap above should not make any useless copy (that is, objects should be shared until the...
10:18 CoCoA-5 Feature #414: New fn to increase max recursion depth
It's complicated; short answer: a frame needs to "point/reference" other frames for accessing non-local variables (_e...

21 Jun 2012

12:39 CoCoA-5 Feature #193: BuiltinFunctions.C getting too long (2000 lines)

> I think we have to make two variables *@vector<NameFunPair> builtIns;@*
You can probably keep a single variabl...

08 Mar 2012

15:49 CoCoA-5 Feature #101: rethrow in Try .. UponError .. EndTry
I'm afraid that information is lost at the moment (the error object contains the error message only, more information...

09 Feb 2012

17:02 CoCoA 1.00 hour (Bug #55 (Closed): MSVC10 - static member fields)
Decoding of the standarese
17:02 CoCoA Bug #55: MSVC10 - static member fields
It doesn't seem a problem in VC10 SP1 (tried on a toy example).
From my understanding of the standard, it shouldn't ...
16:56 CoCoA-5 Slug #31: theValue makes copy
The solution is to implement a move constructor in BigInt (and every "huge" data structure ;-) )
16:56 CoCoA-5 1.00 hour (Slug #31 (In Progress): theValue makes copy)
Proposed solution with C++11

Also available in: Atom