Re: [ANNOUNCE] Welcome Duncan Jones, committer

2014-01-27 Thread Ate Douma
On 01/24/2014 04:20 PM, Gary Gregory wrote: Hi All, Please give a warm welcome to Duncan Jones, our latest committer. Welcome aboard Duncan! Welcome Duncan! Regards, Ate Gary - To unsubscribe, e-mail: dev-unsubscr...@

Re: [math][MATH-749] Convex hull

2014-01-27 Thread Thomas Neidhart
On 01/27/2014 10:13 AM, Luc Maisonobe wrote: > Le 26/01/2014 23:52, Thomas Neidhart a écrit : >> Hi, > > Hi Thomas, > >> >> finally, I have a patch ready to be included for MATH-749. >> What took me so long was some confusion about the type system in the >> geometry package. >> >> It is actually

Re: [io][compress] Interest in Some Channel Classes?

2014-01-27 Thread sebb
On 27 January 2014 18:31, Gary Gregory wrote: > Bleh, just make [compress] depend on [io], nice and simple. Agreed. > Gary > > > On Mon, Jan 27, 2014 at 1:01 PM, Matt Benson wrote: > >> +1... this seems to be the best approach for independent components without >> code duplication. >> >> Matt

Re: [io][compress] Interest in Some Channel Classes?

2014-01-27 Thread Gary Gregory
Bleh, just make [compress] depend on [io], nice and simple. Gary On Mon, Jan 27, 2014 at 1:01 PM, Matt Benson wrote: > +1... this seems to be the best approach for independent components without > code duplication. > > Matt > > > On Mon, Jan 27, 2014 at 11:50 AM, Torsten Curdt wrote: > > > >

Re: [io][compress] Interest in Some Channel Classes?

2014-01-27 Thread Matt Benson
+1... this seems to be the best approach for independent components without code duplication. Matt On Mon, Jan 27, 2014 at 11:50 AM, Torsten Curdt wrote: > > The current [compress] codebase has already copied bigger chunks of > > IOUtils and some stream classes from [io]. Whether we intend to

Re: [io][compress] Interest in Some Channel Classes?

2014-01-27 Thread Torsten Curdt
> The current [compress] codebase has already copied bigger chunks of > IOUtils and some stream classes from [io]. Whether we intend to keep > copying stuff around for [compress2] or simply make [io] a dependency is > something I see as a separate issue. One that wants to get addressed, > though.

Re: [io][compress] Interest in Some Channel Classes?

2014-01-27 Thread Stefan Bodewig
On 2014-01-27, Benedikt Ritter wrote: > I've planned to do some work on IO after [lang] 3.3, but you know how > it often turn's out with my plans ;-) so I cannot promise anything. tell me - I'll go MIA for most of the next two or three weeks, I'm afraid. > One thing I don't understand is: are yo

Re: [io][compress] Interest in Some Channel Classes?

2014-01-27 Thread Benedikt Ritter
Hi Stefan, getting some steam back into [io] is a good idea. Has been some time since I've seen the last commit there. If the Bytes class is a useful addition to [io] and Gregory Janik is okay with a fork, than go ahead! I've planned to do some work on IO after [lang] 3.3, but you know how it oft

Re: [LANG] Etiquette for clearing warnings

2014-01-27 Thread Benedikt Ritter
Hello Duncan, most of the warnings are probably my fault ;-) I've switched to IntelliJ IDEA a while ago and am really happy with it. The only thing it doesn't do as good as Eclipse are compiler warnings. Please go ahead and fix the stuff. I know the feeling you get, wenn you look at the project an

[LANG] Etiquette for clearing warnings

2014-01-27 Thread Duncan Jones
Hi, Currently Eclipse is showing me 20 warnings for the lang code-base, mostly unnecessary imports and unnecessary (or missing) @SuppressWarnings statements. Is it generally acceptable to file a commit that attempts to swot a few (or all) of these in one go? And perhaps more importantly, do othe

[io][compress] Interest in Some Channel Classes?

2014-01-27 Thread Stefan Bodewig
Hi while pondering the API of Compress 2.x I already moaned about the lack of decorator support in Channels, in particular pushback would be needed in Compress in many places, but also stuff like counting, verifying checksums and other Filter*Stream stuff. When I started to look around I didn't f

Re: [math][MATH-749] Convex hull

2014-01-27 Thread Luc Maisonobe
Le 26/01/2014 23:52, Thomas Neidhart a écrit : > Hi, Hi Thomas, > > finally, I have a patch ready to be included for MATH-749. > What took me so long was some confusion about the type system in the > geometry package. > > It is actually quite difficult to do some generic algorithm code by only