Ticket #356 (closed enhancement: fixed)

Opened 18 months ago

Last modified 14 months ago

Remove fpconst dependency for Windows with Python 2.6

Reported by: thijs Owned by: nick
Priority: major Milestone: 0.4
Component: Installer Version: 0.3.1
Keywords: Cc:
Fixed in revision: Branch:
Author:

Description

According to  this page the math module in Python dealing with floating point was improved and  fixed for the Windows platform. We need to test this.

Change History

Changed 18 months ago by thijs

  • milestone changed from 0.4 to Blue Sky

Blocked by #358, the windows buildslave.

Changed 16 months ago by thijs

  • milestone changed from At some point to 0.5

Moving it to 0.5, since the Windows buildslave is now available.

Changed 14 months ago by nick

  • status changed from new to accepted
  • component changed from Decoder to Installer

I suggest instead of adding lots of if statements for edge cases such as this we should only require the fpconst lib if we detect that floats are broken on the platform from within setup.py

Changed 14 months ago by nick

Changed 14 months ago by nick

  • keywords review added
  • owner changed from nick to thijs
  • status changed from accepted to assigned

Ready for review in r1991.

Changed 14 months ago by thijs

  • status changed from assigned to accepted
  • milestone changed from 0.5 to 0.4

Changed 14 months ago by thijs

  • keywords review removed
  • owner changed from thijs to nick
  • status changed from accepted to assigned

Looks like it's  working, please merge.

Changed 14 months ago by nick

  • status changed from assigned to closed
  • resolution set to fixed

Changed 14 months ago by nick

  • status changed from closed to reopened
  • resolution fixed deleted

win32-python2.4 slave is failing ..

Changed 14 months ago by nick

  • status changed from reopened to closed
  • resolution set to fixed

Fixed in r2005

Note: See TracTickets for help on using tickets.