digitalmars.D - Next in Review Queue? (October 2011)
- dsimcha (16/16) Oct 27 2011 Dimitry's FReD library review looks to have been a success. (Not sure i...
- Jonas Drewsen (3/11) Oct 27 2011 I'm still working on the Curl wrapper an not ready for 2nd review yet.
- Jesse Phillips (3/10) Oct 27 2011 Haven't seen a No yet and the voting is ending this weekend.
- dsimcha (5/15) Oct 27 2011 I'll do review manager for this. I've wanted a decent CSV library in
- Jesse Phillips (6/10) Oct 27 2011 Ok, I've done my last minute cleanup and provide
- Jose Armando Garcia (11/18) Oct 27 2011 come
- Trass3r (1/2) Oct 27 2011 What about the other GSoC projects, esp. the linear algebra stuff?
- dsimcha (5/7) Oct 27 2011 David Nadlinger's Thrift project can't go into Phobos because of
- Andrei Alexandrescu (6/14) Oct 28 2011 I think it would be great to push it in Phobos - at least in etc. What
- dsimcha (6/20) Oct 29 2011 Triangular and symmetric matrixes are very buggy and missing features
- Andrei Alexandrescu (13/35) Oct 29 2011 I understand. The way I see it, if SciD can't be considered functional
- dsimcha (10/21) Oct 29 2011 If Cristi never gets around to resuming work on SciD, I'll work on it
- Andrei Alexandrescu (11/38) Oct 29 2011 Oh, no question about it. Cristi has done a great job. We all did,
- Jonathan M Davis (16/31) Oct 29 2011 What license are the bindings? It would have to allow for us to have a D...
- Jacob Carlborg (4/20) Oct 28 2011 My serialization library is ready for pre-review.
Dimitry's FReD library review looks to have been a success. (Not sure if voting is technically over but it doesn't exactly look like it's going to come down to the wire.) Congratulations, Dimitry. What's next in the review queue? From my memory of previous times we've had this discussion, things completely ready and still in queue are (in no particular order): Jesse Philips's CSV parser Jose Garcia's logging library Jonas Drewsen's Curl wrapper SQLite API (?) I don't remember whose this was or whether we decided to forgo this until a more general database API is created. -------------------------------------------------------------------- We also have the following that, as of last time I checked, were close to ready and may be ready to go soon: std.parallel_algorithm, by me. (I took a long hiatus from working on this. I think I just had a few more functions to add, plus some documentation and cleanup. std.variant (new and improved, by Robert Jacques.)
Oct 27 2011
Den 27-10-2011 22:11, dsimcha skrev:Dimitry's FReD library review looks to have been a success. (Not sure if voting is technically over but it doesn't exactly look like it's going to come down to the wire.) Congratulations, Dimitry. What's next in the review queue? From my memory of previous times we've had this discussion, things completely ready and still in queue are (in no particular order): Jesse Philips's CSV parser Jose Garcia's logging library Jonas Drewsen's Curl wrapperI'm still working on the Curl wrapper an not ready for 2nd review yet. /Jonas
Oct 27 2011
dsimcha Wrote:Dimitry's FReD library review looks to have been a success. (Not sure if voting is technically over but it doesn't exactly look like it's going to come down to the wire.) Congratulations, Dimitry. What's next in the review queue? From my memory of previous times we've had this discussion, things completely ready and still in queue are (in no particular order): Jesse Philips's CSV parserHaven't seen a No yet and the voting is ending this weekend. I can double check everything today or this weekend. If someone wants to take on Manager I'll take the hit.
Oct 27 2011
On 10/27/2011 5:55 PM, Jesse Phillips wrote:dsimcha Wrote:I'll do review manager for this. I've wanted a decent CSV library in Phobos for a while and the only reason I didn't write it myself is because you beat me to it. Let me know when you're ready to officially get started.Dimitry's FReD library review looks to have been a success. (Not sure if voting is technically over but it doesn't exactly look like it's going to come down to the wire.) Congratulations, Dimitry. What's next in the review queue? From my memory of previous times we've had this discussion, things completely ready and still in queue are (in no particular order): Jesse Philips's CSV parserHaven't seen a No yet and the voting is ending this weekend. I can double check everything today or this weekend. If someone wants to take on Manager I'll take the hit.
Oct 27 2011
On Thu, 27 Oct 2011 18:21:38 -0400, dsimcha wrote:I'll do review manager for this. I've wanted a decent CSV library in Phobos for a while and the only reason I didn't write it myself is because you beat me to it. Let me know when you're ready to officially get started.Ok, I've done my last minute cleanup and provide Docs: http://nascent.freeshell.org/programming/D/doc/phobos/std_csv.html Repository: https://github.com/he-the-great/phobos/tree/csv
Oct 27 2011
On Thu, Oct 27, 2011 at 1:11 PM, dsimcha <dsimcha yahoo.com> wrote:Dimitry's FReD library review looks to have been a success. =A0(Not sure =ifvoting is technically over but it doesn't exactly look like it's going to=comedown to the wire.) =A0Congratulations, Dimitry. =A0What's next in the rev=iewqueue? =A0From my memory of previous times we've had this discussion, thi=ngscompletely ready and still in queue are (in no particular order): Jesse Philips's CSV parser Jose Garcia's logging librarystd.log's unittest don't pass at the moment because of a bug in druntime. It has been a while but it has something to do with how we are calling the per process and per thread module constructors. I convinced that it will be another year before we get a chance to fix that bug so I have been thinking of removing this requirement from std.log but I have't had much time to play around with it.
Oct 27 2011
Dimitry's FReD library review looks to have been a success.What about the other GSoC projects, esp. the linear algebra stuff?
Oct 27 2011
On 10/27/2011 7:14 PM, Trass3r wrote:David Nadlinger's Thrift project can't go into Phobos because of licensing IIUC and probably doesn't belong in a standard library anyhow. Cristi Cobzarenco's SciD project isn't thoroughly fleshed out and debugged enough for Phobos yet.Dimitry's FReD library review looks to have been a success.What about the other GSoC projects, esp. the linear algebra stuff?
Oct 27 2011
On 10/27/11 6:53 PM, dsimcha wrote:On 10/27/2011 7:14 PM, Trass3r wrote:I think it would be great to push it in Phobos - at least in etc. What are the licensing issues?David Nadlinger's Thrift project can't go into Phobos because of licensing IIUC and probably doesn't belong in a standard library anyhow.Dimitry's FReD library review looks to have been a success.What about the other GSoC projects, esp. the linear algebra stuff?Cristi Cobzarenco's SciD project isn't thoroughly fleshed out and debugged enough for Phobos yet.There seems to be activity on SciD. Are you or someone you know interested in working on a submission? Andrei
Oct 28 2011
On 10/29/2011 2:03 AM, Andrei Alexandrescu wrote:On 10/27/11 6:53 PM, dsimcha wrote:On second thought I guess none with just the bindings.On 10/27/2011 7:14 PM, Trass3r wrote:I think it would be great to push it in Phobos - at least in etc. What are the licensing issues?David Nadlinger's Thrift project can't go into Phobos because of licensing IIUC and probably doesn't belong in a standard library anyhow.Dimitry's FReD library review looks to have been a success.What about the other GSoC projects, esp. the linear algebra stuff?Triangular and symmetric matrixes are very buggy and missing features right now. Cristi has indicated that he's extremely busy with school but will eventually start working on SciD again. I don't think it's ready for prime time until these features work well.Cristi Cobzarenco's SciD project isn't thoroughly fleshed out and debugged enough for Phobos yet.There seems to be activity on SciD. Are you or someone you know interested in working on a submission?
Oct 29 2011
On 10/29/11 9:21 AM, dsimcha wrote:On 10/29/2011 2:03 AM, Andrei Alexandrescu wrote:Great. I'll get in touch with David regarding further evolution.On 10/27/11 6:53 PM, dsimcha wrote:On second thought I guess none with just the bindings.On 10/27/2011 7:14 PM, Trass3r wrote:I think it would be great to push it in Phobos - at least in etc. What are the licensing issues?David Nadlinger's Thrift project can't go into Phobos because of licensing IIUC and probably doesn't belong in a standard library anyhow.Dimitry's FReD library review looks to have been a success.What about the other GSoC projects, esp. the linear algebra stuff?I understand. The way I see it, if SciD can't be considered functional without triangular and symmetric matrices, then we counted an unfinished project as successfully completed. This is an imperfection of our GSoC planning and scrutiny process that we should fix in the future. We shouldn't expect and wait that Cristi will restart work on the project. His future participation would be of course gladly welcome, but we should make nothing contingent upon that. With that in mind, let me ask again: is there someone in the community willing to do what it takes to put SciD through the Phobos review process? Thanks, AndreiTriangular and symmetric matrixes are very buggy and missing features right now. Cristi has indicated that he's extremely busy with school but will eventually start working on SciD again. I don't think it's ready for prime time until these features work well.Cristi Cobzarenco's SciD project isn't thoroughly fleshed out and debugged enough for Phobos yet.There seems to be activity on SciD. Are you or someone you know interested in working on a submission?
Oct 29 2011
On 10/29/2011 10:59 AM, Andrei Alexandrescu wrote:I understand. The way I see it, if SciD can't be considered functional without triangular and symmetric matrices, then we counted an unfinished project as successfully completed. This is an imperfection of our GSoC planning and scrutiny process that we should fix in the future. We shouldn't expect and wait that Cristi will restart work on the project. His future participation would be of course gladly welcome, but we should make nothing contingent upon that. With that in mind, let me ask again: is there someone in the community willing to do what it takes to put SciD through the Phobos review process? Thanks, AndreiIf Cristi never gets around to resuming work on SciD, I'll work on it slowly but surely. I agree SciD is unfinished, but this was at least partly due to unforeseen things like compiler bugs and the last-minute decision to change things over to COW/value semantics and other misc. scope creep. IMHO Cristi did a very good job under the circumstances and there's no way I could complain/fail him for not finishing triangular/symmetric matrices before the GSoC deadline, if that's what you're implying. Writing a full scientific lib in a summer is pretty ambitious and I'm just glad that we got so far off the ground.
Oct 29 2011
On 10/29/11 10:24 AM, dsimcha wrote:On 10/29/2011 10:59 AM, Andrei Alexandrescu wrote:Oh, no question about it. Cristi has done a great job. We all did, considering the lack of experience and the constraints. Ideally, we would have figured the best corrective actions and features to cut to materialize the impact of the project by the end of summer. That impact has for now remained in a latent form that needs to be realized. One great thing you could do at this point is to sketch a roadmap of the project from where it is right now to a rounded, deliverable library. That way anyone interested would know what steps to take. Thanks, AndreiI understand. The way I see it, if SciD can't be considered functional without triangular and symmetric matrices, then we counted an unfinished project as successfully completed. This is an imperfection of our GSoC planning and scrutiny process that we should fix in the future. We shouldn't expect and wait that Cristi will restart work on the project. His future participation would be of course gladly welcome, but we should make nothing contingent upon that. With that in mind, let me ask again: is there someone in the community willing to do what it takes to put SciD through the Phobos review process? Thanks, AndreiIf Cristi never gets around to resuming work on SciD, I'll work on it slowly but surely. I agree SciD is unfinished, but this was at least partly due to unforeseen things like compiler bugs and the last-minute decision to change things over to COW/value semantics and other misc. scope creep. IMHO Cristi did a very good job under the circumstances and there's no way I could complain/fail him for not finishing triangular/symmetric matrices before the GSoC deadline, if that's what you're implying. Writing a full scientific lib in a summer is pretty ambitious and I'm just glad that we got so far off the ground.
Oct 29 2011
On Saturday, October 29, 2011 10:21:39 dsimcha wrote:On 10/29/2011 2:03 AM, Andrei Alexandrescu wrote:What license are the bindings? It would have to allow for us to have a D module which imported them and is still be able to use the Boost license, which some licenses (e.g. GPL) wouldn't allow. From recent discussions on mysql, it sounds like the bindings themselves must generally stay the same license as the original (unless the license or original author specifically permits otherwise) as they're considered a derivative work. So, IIUC, I the bindings alone for a project which is not Boost compatible are still enough to make that project incompatible with Boost. Okay... Glancing at wikipedia, it looks like Thrift uses the Apache license, and from what Wikipedia says on the Apache license, it sounds like you can change anything under the Apache license to another license as long as you keep the appropriate copyright notices. So, it looks like we can change the bindings to be under Boost and be okay. So, from looking at Wikipedia at least, it looks like we're fine. I'm not an expert though. - Jonathan M DavisOn 10/27/11 6:53 PM, dsimcha wrote:On second thought I guess none with just the bindings.On 10/27/2011 7:14 PM, Trass3r wrote:I think it would be great to push it in Phobos - at least in etc. What are the licensing issues?David Nadlinger's Thrift project can't go into Phobos because of licensing IIUC and probably doesn't belong in a standard library anyhow.Dimitry's FReD library review looks to have been a success.What about the other GSoC projects, esp. the linear algebra stuff?
Oct 29 2011
On 2011-10-27 22:11, dsimcha wrote:Dimitry's FReD library review looks to have been a success. (Not sure if voting is technically over but it doesn't exactly look like it's going to come down to the wire.) Congratulations, Dimitry. What's next in the review queue? From my memory of previous times we've had this discussion, things completely ready and still in queue are (in no particular order): Jesse Philips's CSV parser Jose Garcia's logging library Jonas Drewsen's Curl wrapper SQLite API (?) I don't remember whose this was or whether we decided to forgo this until a more general database API is created. -------------------------------------------------------------------- We also have the following that, as of last time I checked, were close to ready and may be ready to go soon: std.parallel_algorithm, by me. (I took a long hiatus from working on this. I think I just had a few more functions to add, plus some documentation and cleanup. std.variant (new and improved, by Robert Jacques.)My serialization library is ready for pre-review. -- /Jacob Carlborg
Oct 28 2011