Skip to content
Snippets Groups Projects
  1. Feb 01, 2012
  2. Jan 18, 2012
  3. Aug 12, 2011
  4. Jul 21, 2011
  5. Jul 12, 2011
  6. Jul 11, 2011
  7. May 30, 2011
    • Michael Hanselmann's avatar
      ht: Accept both int and long as integers · b99b607f
      Michael Hanselmann authored
      
      This fixes a unittest failure on 32 bit systems. A recently added
      unittest for ht.TJobId uses a rather large number (2347625220). On 64
      bit systems it is stored as “int”. On 32 bit systems however, Python
      uses “long”. The two types can be intermixed in Python as the
      interpreter will take care of conversions. If one processed too many
      jobs (2**31) on a 32 bit system, ht would no longer accept the job IDs.
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      b99b607f
  8. May 27, 2011
  9. May 17, 2011
  10. Mar 09, 2011
  11. Feb 04, 2011
  12. Jan 25, 2011
  13. Jan 04, 2011
  14. Oct 13, 2010
Loading