Thread overview | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
July 13, 2011 [phobos] Anything being reviewed right now? | ||||
---|---|---|---|---|
| ||||
Hi, folks! I haven't been very active in the community as of late, but that will hopefully change now, because I have finally completed my PhD. (Yay, I'm a Dr. now!). I have some weeks of sorely-needed vacation in front of me and I intend to use some of that time for D development. Among other things, my proposal for a new std.path is ready for review, and I'd like to get that underway. Rather than wade through the hundreds of new messages that have been posted to the NG the past few weeks, I thought I'd ask here instead: Is anything being reviewed right now, or is anything about to be? If not, may I put std.path up for review? -Lars |
July 13, 2011 [phobos] Anything being reviewed right now? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Lars Tandle Kyllingstad | Congrats, Dr. Kyllingstad! I think jdrewson's curl wrapper was getting going on being reviewed, but I haven't seen an official announcement.? Jonathan? -Steve >________________________________ >From: Lars Tandle Kyllingstad <lars at kyllingen.net> >To: Phobos mailing list <phobos at puremagic.com> >Sent: Wednesday, July 13, 2011 4:19 PM >Subject: [phobos] Anything being reviewed right now? > >Hi, folks! > >I haven't been very active in the community as of late, but that will hopefully change now, because I have finally completed my PhD.? (Yay, I'm a Dr. now!).? I have some weeks of sorely-needed vacation in front of me and I intend to use some of that time for D development. > >Among other things, my proposal for a new std.path is ready for review, and I'd like to get that underway.? Rather than wade through the hundreds of new messages that have been posted to the NG the past few weeks, I thought I'd ask here instead: > >Is anything being reviewed right now, or is anything about to be?? If not, may I put std.path up for review? > >-Lars > >_______________________________________________ >phobos mailing list >phobos at puremagic.com >http://lists.puremagic.com/mailman/listinfo/phobos > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.puremagic.com/pipermail/phobos/attachments/20110713/6cd06028/attachment.html> |
July 13, 2011 [phobos] Anything being reviewed right now? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Steve Schveighoffer | *Dr.* Kyllingstad, AFAIK nothing's in the review queue. As far as potential future stuff, std.parallel_algorithm will be ready somewhat soon because I decided to scale back the ambitions for it to only algorithms that can be parallelized without being massively work inefficient. For a lot of the algorithms in the GNU parallel algorithm library, the only parallel algorithms I was able to find in the literature are so work inefficient that I can't imagine them ever being faster than the serial algorithm in practice. In other words, if std.path is ready let's do it now instead of waiting until parallel_algorithm is also ready. --David Simcha On Wed, Jul 13, 2011 at 4:31 PM, Steve Schveighoffer <schveiguy at yahoo.com>wrote: > Congrats, Dr. Kyllingstad! > > I think jdrewson's curl wrapper was getting going on being reviewed, but I haven't seen an official announcement. Jonathan? > > -Steve > > ------------------------------ > *From:* Lars Tandle Kyllingstad <lars at kyllingen.net> > *To:* Phobos mailing list <phobos at puremagic.com> > *Sent:* Wednesday, July 13, 2011 4:19 PM > *Subject:* [phobos] Anything being reviewed right now? > > Hi, folks! > > I haven't been very active in the community as of late, but that will hopefully change now, because I have finally completed my PhD. (Yay, I'm a Dr. now!). I have some weeks of sorely-needed vacation in front of me and I intend to use some of that time for D development. > > Among other things, my proposal for a new std.path is ready for review, and I'd like to get that underway. Rather than wade through the hundreds of new messages that have been posted to the NG the past few weeks, I thought I'd ask here instead: > > Is anything being reviewed right now, or is anything about to be? If not, may I put std.path up for review? > > -Lars > > _______________________________________________ > phobos mailing list > phobos at puremagic.com > http://lists.puremagic.com/mailman/listinfo/phobos > > > > _______________________________________________ > phobos mailing list > phobos at puremagic.com > http://lists.puremagic.com/mailman/listinfo/phobos > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.puremagic.com/pipermail/phobos/attachments/20110713/da75a828/attachment.html> |
July 13, 2011 [phobos] Anything being reviewed right now? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Steve Schveighoffer | On 2011-07-13 13:31, Steve Schveighoffer wrote:
> Congrats, Dr. Kyllingstad!
>
>
> I think jdrewson's curl wrapper was getting going on being reviewed, but I haven't seen an official announcement. Jonathan?
Nothing is actually being reviewed right now. Robert Jacques was going to put up some changes he had for std.variant for review so that he could he could then have his changes for std.json reviewed, but he hasn't posted anything on that since.
jdrewson said that the curl wrapper was ready for review and was looking to have it reviewed, but when I offered to be the review manager for it and proposed a review schedule for it, he never responded. So, I don't know what happened to him.
Personally, I'd _very_ much like to see std.path reviewed since it's the redesign of a current module, and I think that the changes like that which are going to result in current parts of Phobos having to be deprecated should have higher priority than newer stuff so that we can move Phobos towards being stable.
But regardless, with Robert Jacques and jdrewson being MIA, we're obviously not reviewing their stuff just yet. So, if Lars has std.path ready for review, I think that we should review it.
- Jonathan M Davis
|
July 13, 2011 [phobos] Anything being reviewed right now? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Lars Tandle Kyllingstad | Did the std.process changes ever get finished, reviewed, and submitted?
On Wed, 13 Jul 2011, Lars Tandle Kyllingstad wrote:
> Date: Wed, 13 Jul 2011 22:19:43 +0200
> From: Lars Tandle Kyllingstad <lars at kyllingen.net>
> Reply-To: Discuss the phobos library for D <phobos at puremagic.com>
> To: Phobos mailing list <phobos at puremagic.com>
> Subject: [phobos] Anything being reviewed right now?
>
> Hi, folks!
>
> I haven't been very active in the community as of late, but that will hopefully change now, because I have finally completed my PhD. (Yay, I'm a Dr. now!). I have some weeks of sorely-needed vacation in front of me and I intend to use some of that time for D development.
>
> Among other things, my proposal for a new std.path is ready for review, and I'd like to get that underway. Rather than wade through the hundreds of new messages that have been posted to the NG the past few weeks, I thought I'd ask here instead:
>
> Is anything being reviewed right now, or is anything about to be? If not, may I put std.path up for review?
>
> -Lars
>
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
>
|
July 13, 2011 [phobos] Anything being reviewed right now? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan M Davis | On Wed, 13 Jul 2011 17:21:28 -0400, Jonathan M Davis <jmdavisProg at gmx.com> wrote:
> On 2011-07-13 13:31, Steve Schveighoffer wrote:
>> Congrats, Dr. Kyllingstad!
>>
>>
>> I think jdrewson's curl wrapper was getting going on being reviewed,
>> but I
>> haven't seen an official announcement. Jonathan?
>
> Nothing is actually being reviewed right now. Robert Jacques was going
> to put
> up some changes he had for std.variant for review so that he could he
> could
> then have his changes for std.json reviewed, but he hasn't posted
> anything on
> that since.
>
> jdrewson said that the curl wrapper was ready for review and was looking
> to
> have it reviewed, but when I offered to be the review manager for it and
> proposed a review schedule for it, he never responded. So, I don't know
> what
> happened to him.
>
> Personally, I'd _very_ much like to see std.path reviewed since it's the
> redesign of a current module, and I think that the changes like that
> which are
> going to result in current parts of Phobos having to be deprecated
> should have
> higher priority than newer stuff so that we can move Phobos towards being
> stable.
>
> But regardless, with Robert Jacques and jdrewson being MIA, we're
> obviously
> not reviewing their stuff just yet. So, if Lars has std.path ready for
> review,
> I think that we should review it.
>
> - Jonathan M Davis
Sorry for the lack of response. std.variant needed a little more polish than I thought it did and work has bogged me down a bit. So if someone's ready, please go ahead.
|
July 14, 2011 [phobos] Anything being reviewed right now? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Roberts | The std.process windows changes need a dmc runtime update I submitted to Walter. No sense in reviewing it until those changes are in.
-Steve
Sent from my iPad
On Jul 13, 2011, at 5:31 PM, Brad Roberts <braddr at puremagic.com> wrote:
> Did the std.process changes ever get finished, reviewed, and submitted?
>
> On Wed, 13 Jul 2011, Lars Tandle Kyllingstad wrote:
>
>> Date: Wed, 13 Jul 2011 22:19:43 +0200
>> From: Lars Tandle Kyllingstad <lars at kyllingen.net>
>> Reply-To: Discuss the phobos library for D <phobos at puremagic.com>
>> To: Phobos mailing list <phobos at puremagic.com>
>> Subject: [phobos] Anything being reviewed right now?
>>
>> Hi, folks!
>>
>> I haven't been very active in the community as of late, but that will hopefully change now, because I have finally completed my PhD. (Yay, I'm a Dr. now!). I have some weeks of sorely-needed vacation in front of me and I intend to use some of that time for D development.
>>
>> Among other things, my proposal for a new std.path is ready for review, and I'd like to get that underway. Rather than wade through the hundreds of new messages that have been posted to the NG the past few weeks, I thought I'd ask here instead:
>>
>> Is anything being reviewed right now, or is anything about to be? If not, may I put std.path up for review?
>>
>> -Lars
>>
>> _______________________________________________
>> phobos mailing list
>> phobos at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/phobos
>>
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
|
July 14, 2011 [phobos] Anything being reviewed right now? | ||||
---|---|---|---|---|
| ||||
Posted in reply to David Simcha | Great! Does anyone want to volunteer as review manager and announce the review? Code and docs can be found here: https://github.com/kyllingstad/phobos/blob/std-path/std/path.d http://www.kyllingen.net/code/new-std-path/phobos-prerelease/std_path.html -Lars On Wed, 2011-07-13 at 16:40 -0400, David Simcha wrote: > Dr. Kyllingstad, > > AFAIK nothing's in the review queue. As far as potential future stuff, std.parallel_algorithm will be ready somewhat soon because I decided to scale back the ambitions for it to only algorithms that can be parallelized without being massively work inefficient. For a lot of the algorithms in the GNU parallel algorithm library, the only parallel algorithms I was able to find in the literature are so work inefficient that I can't imagine them ever being faster than the serial algorithm in practice. > > In other words, if std.path is ready let's do it now instead of waiting until parallel_algorithm is also ready. > > --David Simcha > > On Wed, Jul 13, 2011 at 4:31 PM, Steve Schveighoffer > <schveiguy at yahoo.com> wrote: > Congrats, Dr. Kyllingstad! > > > > I think jdrewson's curl wrapper was getting going on being > reviewed, but I haven't seen an official announcement. > Jonathan? > > > -Steve > > > > ______________________________________________________ > From: Lars Tandle Kyllingstad <lars at kyllingen.net> > To: Phobos mailing list <phobos at puremagic.com> > Sent: Wednesday, July 13, 2011 4:19 PM > Subject: [phobos] Anything being reviewed right now? > > > Hi, folks! > > I haven't been very active in the community as of > late, but that will > hopefully change now, because I have finally completed > my PhD. (Yay, > I'm a Dr. now!). I have some weeks of sorely-needed > vacation in front > of me and I intend to use some of that time for D > development. > > Among other things, my proposal for a new std.path is > ready for review, > and I'd like to get that underway. Rather than wade > through the > hundreds of new messages that have been posted to the > NG the past few > weeks, I thought I'd ask here instead: > > Is anything being reviewed right now, or is anything > about to be? If > not, may I put std.path up for review? > > -Lars > > _______________________________________________ > phobos mailing list > phobos at puremagic.com > http://lists.puremagic.com/mailman/listinfo/phobos > > > > > _______________________________________________ > phobos mailing list > phobos at puremagic.com > http://lists.puremagic.com/mailman/listinfo/phobos > > _______________________________________________ > phobos mailing list > phobos at puremagic.com > http://lists.puremagic.com/mailman/listinfo/phobos |
July 14, 2011 [phobos] Anything being reviewed right now? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Lars Tandle Kyllingstad | I'll take care of it. I'm a little busy right this second, but I'll definitely get to it sometime today. On Thu, Jul 14, 2011 at 5:54 PM, Lars Tandle Kyllingstad <lars at kyllingen.net > wrote: > Great! Does anyone want to volunteer as review manager and announce the review? Code and docs can be found here: > > https://github.com/kyllingstad/phobos/blob/std-path/std/path.d http://www.kyllingen.net/code/new-std-path/phobos-prerelease/std_path.html > > -Lars > > > > On Wed, 2011-07-13 at 16:40 -0400, David Simcha wrote: > > Dr. Kyllingstad, > > > > AFAIK nothing's in the review queue. As far as potential future stuff, std.parallel_algorithm will be ready somewhat soon because I decided to scale back the ambitions for it to only algorithms that can be parallelized without being massively work inefficient. For a lot of the algorithms in the GNU parallel algorithm library, the only parallel algorithms I was able to find in the literature are so work inefficient that I can't imagine them ever being faster than the serial algorithm in practice. > > > > In other words, if std.path is ready let's do it now instead of waiting until parallel_algorithm is also ready. > > > > --David Simcha > > > > On Wed, Jul 13, 2011 at 4:31 PM, Steve Schveighoffer > > <schveiguy at yahoo.com> wrote: > > Congrats, Dr. Kyllingstad! > > > > > > > > I think jdrewson's curl wrapper was getting going on being > > reviewed, but I haven't seen an official announcement. > > Jonathan? > > > > > > -Steve > > > > > > > > ______________________________________________________ > > From: Lars Tandle Kyllingstad <lars at kyllingen.net> > > To: Phobos mailing list <phobos at puremagic.com> > > Sent: Wednesday, July 13, 2011 4:19 PM > > Subject: [phobos] Anything being reviewed right now? > > > > > > Hi, folks! > > > > I haven't been very active in the community as of > > late, but that will > > hopefully change now, because I have finally completed > > my PhD. (Yay, > > I'm a Dr. now!). I have some weeks of sorely-needed > > vacation in front > > of me and I intend to use some of that time for D > > development. > > > > Among other things, my proposal for a new std.path is > > ready for review, > > and I'd like to get that underway. Rather than wade > > through the > > hundreds of new messages that have been posted to the > > NG the past few > > weeks, I thought I'd ask here instead: > > > > Is anything being reviewed right now, or is anything > > about to be? If > > not, may I put std.path up for review? > > > > -Lars > > > > _______________________________________________ > > phobos mailing list > > phobos at puremagic.com > > http://lists.puremagic.com/mailman/listinfo/phobos > > > > > > > > > > _______________________________________________ > > phobos mailing list > > phobos at puremagic.com > > http://lists.puremagic.com/mailman/listinfo/phobos > > > > _______________________________________________ > > phobos mailing list > > phobos at puremagic.com > > http://lists.puremagic.com/mailman/listinfo/phobos > > > _______________________________________________ > phobos mailing list > phobos at puremagic.com > http://lists.puremagic.com/mailman/listinfo/phobos > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.puremagic.com/pipermail/phobos/attachments/20110714/cda11cdc/attachment.html> |
Copyright © 1999-2021 by the D Language Foundation