
Hi, Just wondering, there seems to have been no activity in the CVS repo since last October. Is it just because there's no interest / time, or has development moved elsewhere? Steve

Hi Steve! Thanks for the email - which CVS repo are you referring to? We have been adding to chuck_dev/v2/, and there is much code that haven't been integrated yet (this is due to time and the bottleneck that is me). As far as interest goes, we are as fired up as ever. Rock it! Ge! On Wed, 6 May 2009, Stephen Sinclair wrote:
Hi,
Just wondering, there seems to have been no activity in the CVS repo since last October. Is it just because there's no interest / time, or has development moved elsewhere?
Steve _______________________________________________ chuck-dev mailing list chuck-dev@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-dev

On Wed, May 6, 2009 at 3:41 PM, Ge Wang
Hi Steve!
Thanks for the email - which CVS repo are you referring to? We have been adding to chuck_dev/v2/, and there is much code that haven't been integrated yet (this is due to time and the bottleneck that is me). As far as interest goes, we are as fired up as ever.
Okay, good to know! The CVS repo I'm referring to is: :ext:anon-chuck@cvs.cs.princeton.edu:/cvs, looking at module "chuck_dev". I thought this was the main development area. But, on a fresh checkout, the last commit as far as I can tell (not used to the CVS log format anymore..) is: RCS file: /cvs/chuck_dev/v2/examples/io/write.ck,v Working file: examples/io/write.ck head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2008/10/04 20:42:48; author: gw-chuck; state: Exp; *** empty log message *** I feel like I'm missing something if you are indeed working on it still.
Rock it!
Never stop :) Steve
On Wed, 6 May 2009, Stephen Sinclair wrote:
Hi,
Just wondering, there seems to have been no activity in the CVS repo since last October. Is it just because there's no interest / time, or has development moved elsewhere?
Steve _______________________________________________ chuck-dev mailing list chuck-dev@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-dev
_______________________________________________ chuck-dev mailing list chuck-dev@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-dev

Hi Steve! On Wed, 6 May 2009, Stephen Sinclair wrote:
On Wed, May 6, 2009 at 3:41 PM, Ge Wang
wrote: Hi Steve!
Thanks for the email - which CVS repo are you referring to? We have been adding to chuck_dev/v2/, and there is much code that haven't been integrated yet (this is due to time and the bottleneck that is me). As far as interest goes, we are as fired up as ever.
Okay, good to know! The CVS repo I'm referring to is:
:ext:anon-chuck@cvs.cs.princeton.edu:/cvs, looking at module "chuck_dev".
I thought this was the main development area. But, on a fresh checkout, the last commit as far as I can tell (not used to the CVS log format anymore..) is:
RCS file: /cvs/chuck_dev/v2/examples/io/write.ck,v Working file: examples/io/write.ck head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2008/10/04 20:42:48; author: gw-chuck; state: Exp; *** empty log message ***
I feel like I'm missing something if you are indeed working on it still.
Indeed, this is one of the main development area. It's true that things have been a bit crazy, which may explain the long lag in check-in time on the chuck_dev repo. Also underway: miniAudicle, Rebecca's wekinator (http://wekinator.cs.princeton.edu/), Matt's chuck-in framework (to be integrated), and quite a few others at Princeton, Stanford, and elsewhere. Spencer and I are in the process of releasing a new version soon as well. I realize I continue to be a bottleneck on a lot of this. The upcoming chuck-in plug-in framework that Matt Hoffman has created should alleviate much of that. And yes, still hoping to find a way to incorporate code and changes into the chuck source tree from the community at large. I hope this helps! Thanks again! Ge!

On Wed, May 6, 2009 at 5:03 PM, Ge Wang
Hi Steve!
On Wed, 6 May 2009, Stephen Sinclair wrote:
On Wed, May 6, 2009 at 3:41 PM, Ge Wang
wrote: Hi Steve!
Thanks for the email - which CVS repo are you referring to? We have been adding to chuck_dev/v2/, and there is much code that haven't been integrated yet (this is due to time and the bottleneck that is me). As far as interest goes, we are as fired up as ever.
Okay, good to know! The CVS repo I'm referring to is:
:ext:anon-chuck@cvs.cs.princeton.edu:/cvs, looking at module "chuck_dev".
I thought this was the main development area. But, on a fresh checkout, the last commit as far as I can tell (not used to the CVS log format anymore..) is:
RCS file: /cvs/chuck_dev/v2/examples/io/write.ck,v Working file: examples/io/write.ck head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2008/10/04 20:42:48; author: gw-chuck; state: Exp; *** empty log message ***
I feel like I'm missing something if you are indeed working on it still.
Indeed, this is one of the main development area. It's true that things have been a bit crazy, which may explain the long lag in check-in time on the chuck_dev repo. Also underway: miniAudicle, Rebecca's wekinator (http://wekinator.cs.princeton.edu/), Matt's chuck-in framework (to be integrated), and quite a few others at Princeton, Stanford, and elsewhere. Spencer and I are in the process of releasing a new version soon as well.
I realize I continue to be a bottleneck on a lot of this. The upcoming chuck-in plug-in framework that Matt Hoffman has created should alleviate much of that. And yes, still hoping to find a way to incorporate code and changes into the chuck source tree from the community at large.
I hope this helps! Thanks again!
Okay, cool thanks for the update. I've been running a mirroring script in a cron job on my computer to keep this git repo up to date if you're interested: http://repo.or.cz/w/chuck-blob.git Nice thing is that there is a 'mob' branch allowing anyone to contribute commits that can then be integrated into the master branch by a maintainer. At the moment nothing new has been contributed however. (I'm also pretty busy.. ;-) Anyways, just so you know about it, in case anyone would find it a good way to track and maintain their changes to ChucK before they are integrated to the main repo. Steve

Ge, That's some quallity gossip! Is there any gossip on the array/typesystem and array/initialisation of non-primitives issues that have been acting up so badly in 1.2.1.2? I find it hard to tell whether 1.2.1.2 introduced some of those or whether we're all moving into more advanced code and so running into old issues. Very much looking forward to these. Yours, Kas.

Hi Kassen! The array/typesystem gossip is good stuff! Will indeed look into it. Yeehaw, Ge! On Thu, 7 May 2009, Kassen wrote:
Ge,
That's some quallity gossip! Is there any gossip on the array/typesystem and array/initialisation of non-primitives issues that have been acting up so badly in 1.2.1.2? I find it hard to tell whether 1.2.1.2 introduced some of those or whether we're all moving into more advanced code and so running into old issues.
Very much looking forward to these.
Yours, Kas.
participants (3)
-
Ge Wang
-
Kassen
-
Stephen Sinclair