RE: [cp-patches] Setting default assertion status

2007-09-18 Thread Christian Thalinger
On Tue, 2007-09-18 at 06:47 +0200, Jeroen Frijters wrote: I believe you are correct that Classpath doesn't currently support the system assertions boolean. I believe you are also correct in assuming that noone cares ;-) Does the Classpath code even have any assertions? If it doesn't, then

RE: [cp-patches] Setting default assertion status

2007-09-18 Thread Jeroen Frijters
Christian Thalinger wrote: On Tue, 2007-09-18 at 06:47 +0200, Jeroen Frijters wrote: I believe you are correct that Classpath doesn't currently support the system assertions boolean. I believe you are also correct in assuming that noone cares ;-) Does the Classpath code even have any

Re: [cp-patches] Setting default assertion status

2007-09-17 Thread Christian Thalinger
On Tue, 2007-09-04 at 10:25 +0200, Christian Thalinger wrote: On Tue, 2007-08-21 at 15:27 +0200, Gregor Kaufmann wrote: Small patch to allow setting a different default assertion status for user and system classes (required to replicate the behavior of the sun vms). Hi! OK, this

RE: [cp-patches] Setting default assertion status

2007-09-17 Thread Jeroen Frijters
Christian Thalinger wrote: On Tue, 2007-09-04 at 10:25 +0200, Christian Thalinger wrote: OK, this email was a bit short without much explanation. We're currently implementing assertion support in CACAO (means the -ea/-da command line switches) and Gregor, our student doing this, noticed

Re: [cp-patches] Setting default assertion status

2007-09-04 Thread Christian Thalinger
On Tue, 2007-08-21 at 15:27 +0200, Gregor Kaufmann wrote: Small patch to allow setting a different default assertion status for user and system classes (required to replicate the behavior of the sun vms). Hi! OK, this email was a bit short without much explanation. We're currently