An error occurred fetching the project authors.
  1. 08 Mar, 2010 1 commit
  2. 03 Mar, 2010 1 commit
    • Nicolas Dumazet's avatar
      getAggregatedAmountList: generated temporary ids must be context-dependent · 5480a87e
      Nicolas Dumazet authored
      This fixes an interesting bug:
        # Takes place during indexing phase, when Transactional Cache is on
      
        # A transformation is defined, producing a (blue|red) resource from
        # (blue|red) fabric
        transformation = ...
      
        movement1 = newTempMovement(colour="blue", resource=A)
        movement2 = newTempMovement(colour="red", resource=A)
      
        amount1 = transformation.getAggregatedAmountList(movement1)[0]
        amount2 = transformation.getAggregatedAmountList(movement2)[0]
      
        # amount1 and amount2 have wrongly the same Physical path.
        # Which means that due to caching in CategoryTool, the category
        # values will be computed only once instead of twice:
        assert amount1.getVariationText() == "colour/blue" #OK
        assert amount2.getVariationText() == "colour/blue" # !!
      
      
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33314 20353a03-c40f-0410-a6d1-a30d3c3de9de
      5480a87e
  3. 08 Feb, 2010 1 commit
  4. 13 Nov, 2009 1 commit
  5. 07 Oct, 2009 1 commit
  6. 11 Aug, 2009 1 commit
  7. 14 Jul, 2009 1 commit
  8. 02 Jul, 2009 1 commit
  9. 15 Jun, 2009 1 commit
  10. 12 Jun, 2009 2 commits
  11. 04 Jun, 2009 1 commit
  12. 01 Jun, 2009 2 commits
  13. 10 Jul, 2008 1 commit
  14. 01 Jul, 2008 1 commit
  15. 17 Aug, 2006 1 commit
  16. 03 Apr, 2006 2 commits
  17. 25 Mar, 2006 1 commit
  18. 23 Jan, 2006 1 commit
  19. 10 Jan, 2006 1 commit
  20. 11 Nov, 2005 1 commit
  21. 20 Sep, 2005 1 commit
  22. 21 Jul, 2005 1 commit
  23. 26 May, 2005 1 commit
  24. 05 Apr, 2005 1 commit
  25. 01 Apr, 2005 1 commit
  26. 31 Mar, 2005 1 commit
  27. 07 Mar, 2005 1 commit
  28. 24 Feb, 2005 2 commits
  29. 21 Feb, 2005 1 commit
  30. 03 Feb, 2005 1 commit
  31. 13 Oct, 2004 1 commit
  32. 10 Feb, 2004 1 commit
  33. 08 Feb, 2004 1 commit
  34. 20 Jan, 2004 1 commit
  35. 11 Dec, 2003 1 commit
  36. 10 Dec, 2002 1 commit