Re: [vote] merge id-refactor branch changes

2007-01-25 Thread Rahul Thakur
These run without errors/failures after latest updates. Please let me know if you still encounter errors. Rahul - Original Message - From: "Emmanuel Venisse" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 24, 2007 9:41 PM Subject: Re: [vote] merge id-refacto

Re: [vote] merge id-refactor branch changes

2007-01-24 Thread Rahul Thakur
Trygve Laugstøl wrote: Rahul Thakur wrote: 'int' ids are now converted to 'long' across the project and to allow really large values. This should cater to scenarios where the id generation could be started from an arbitrary large value. Won't this break the API? Yep, it would. What is t

Re: [vote] merge id-refactor branch changes

2007-01-24 Thread Christian Edward Gruber
Um, 1.0 to 1.1 seems like the right time to break an api if you are going to eventually. Better if it were a 1.x to 2.x, but certainly it's not a 1.0.12 to 1.0.13 situation. I think it woudl be hard to argue on a purely needs basis. Apache as a whole is approaching 500,000 commits in their subve

Re: [vote] merge id-refactor branch changes

2007-01-24 Thread Trygve Laugstøl
Rahul Thakur wrote: 'int' ids are now converted to 'long' across the project and to allow really large values. This should cater to scenarios where the id generation could be started from an arbitrary large value. Won't this break the API? Yep, it would. What is the use case where 4 billi

Re: [vote] merge id-refactor branch changes

2007-01-24 Thread Rahul Thakur
'int' ids are now converted to 'long' across the project and to allow really large values. This should cater to scenarios where the id generation could be started from an arbitrary large value. Won't this break the API? Yep, it would. What is the use case where 4 billion IDs isn't sufficie

Re: [vote] merge id-refactor branch changes

2007-01-23 Thread Trygve Laugstøl
Rahul Thakur wrote: Hi, I'd like to request a vote to merge the id-refactor branch changes. 'int' ids are now converted to 'long' across the project and to allow really large values. This should cater to scenarios where the id generation could be started from an arbitrary large value. Won't

Re: [vote] merge id-refactor branch changes

2007-01-23 Thread Emmanuel Venisse
-1. some int/Integer in DefaultContinuum aren't converted to long so continuum-web-test fails. AntProjectTest fails due to a classcast exception in DefaultContinuum line 1186. Emmanuel Rahul Thakur a écrit : Hi, I'd like to request a vote to merge the id-refactor branch changes. 'int' ids ar

Re: [vote] merge id-refactor branch changes

2007-01-22 Thread Christian Edward Gruber
+1 Rahul Thakur wrote: Hi, I'd like to request a vote to merge the id-refactor branch changes. 'int' ids are now converted to 'long' across the project and to allow really large values. This should cater to scenarios where the id generation could be started from an arbitrary large value. C

[vote] merge id-refactor branch changes

2007-01-22 Thread Rahul Thakur
Hi, I'd like to request a vote to merge the id-refactor branch changes. 'int' ids are now converted to 'long' across the project and to allow really large values. This should cater to scenarios where the id generation could be started from an arbitrary large value. Cheers, Rahul