atom feed167 messages in at.iem.pd-listRe: [PD] [PD-announce] pd 0.43 test 2...
FromSent OnAttachments
Miller PucketteAug 19, 2010 9:32 am 
Mathieu BouchardAug 19, 2010 10:48 am 
Hans-Christoph SteinerAug 19, 2010 10:55 am 
Mathieu BouchardAug 19, 2010 11:07 am 
Scott McCoidAug 19, 2010 12:16 pm.jpg
Hans-Christoph SteinerAug 19, 2010 3:29 pm 
Hans-Christoph SteinerAug 19, 2010 3:30 pm 
tim vetsAug 19, 2010 4:09 pm 
Hans-Christoph SteinerAug 19, 2010 4:18 pm 
Bernardo BarrosAug 19, 2010 4:32 pm 
Hans-Christoph SteinerAug 19, 2010 4:50 pm 
Scott McCoidAug 19, 2010 5:15 pm 
patrickAug 19, 2010 9:09 pm.png
cyrille henryAug 20, 2010 8:10 am 
Mathieu BouchardAug 20, 2010 12:20 pm 
Mathieu BouchardAug 20, 2010 12:29 pm 
IOhannes m zmölnigAug 20, 2010 12:46 pm 
Hans-Christoph SteinerAug 20, 2010 12:59 pm 
Hans-Christoph SteinerAug 20, 2010 1:00 pm 
William BrentAug 20, 2010 1:55 pm 
Mathieu BouchardAug 20, 2010 8:25 pm 
Hans-Christoph SteinerAug 20, 2010 9:14 pm 
cyrille henryAug 21, 2010 7:19 am 
Mathieu BouchardAug 21, 2010 7:31 am 
Mathieu BouchardAug 21, 2010 11:00 am 
Marco DonnarummaAug 21, 2010 1:02 pm 
IOhannes zmölnigAug 21, 2010 1:08 pm 
Miller PucketteAug 21, 2010 1:30 pm 
cyrille henryAug 21, 2010 2:48 pm 
Hans-Christoph SteinerAug 21, 2010 3:06 pm 
Hans-Christoph SteinerAug 21, 2010 3:10 pm 
cyrille henryAug 21, 2010 5:16 pm 
Johnny FergusonAug 22, 2010 12:56 am 
cyrille henryAug 22, 2010 3:02 am 
Marco DonnarummaAug 22, 2010 3:45 am 
IOhannes m zmölnigAug 22, 2010 4:46 am 
cyrille henryAug 22, 2010 4:51 am 
Hans-Christoph SteinerAug 30, 2010 10:43 pm 
Hans-Christoph SteinerAug 30, 2010 10:53 pm 
cyrille henryAug 31, 2010 3:27 am 
Marco DonnarummaAug 31, 2010 3:59 am 
Pedro LopesSep 1, 2010 8:03 am 
Hans-Christoph SteinerSep 2, 2010 10:14 am 
Pedro LopesSep 2, 2010 10:27 am 
Hans-Christoph SteinerSep 10, 2010 8:48 am 
João PaisSep 11, 2010 1:30 pm.pd
Mathieu BouchardSep 11, 2010 3:23 pm 
Hans-Christoph SteinerSep 11, 2010 7:00 pm 
Mathieu BouchardSep 11, 2010 7:03 pm 
João PaisSep 12, 2010 1:14 am 
João PaisSep 12, 2010 1:14 am 
Hans-Christoph SteinerSep 12, 2010 9:03 am 
Hans-Christoph SteinerSep 12, 2010 6:04 pm 
João PaisSep 13, 2010 1:13 am 
Hans-Christoph SteinerSep 13, 2010 3:30 pm 
Roman HaefeliSep 14, 2010 10:45 am 
111 later messages
Subject:Re: [PD] [PD-announce] pd 0.43 test 2 (first 'real' test version) released
From:Hans-Christoph Steiner (ha@at.or.at)
Date:Aug 19, 2010 3:29:41 pm
List:at.iem.pd-list

On Thu, 2010-08-19 at 14:08 -0400, Mathieu Bouchard wrote:

On Thu, 19 Aug 2010, Hans-Christoph Steiner wrote:

Instead of counting files, perhaps you should read the code and comment on that. Or even try running it! ;-)

I'm not counting files. I'm reading the code, and even diffing the code, and the difference is about 2% of the C code of the server.

For the client, it's more complicated to tell the difference, because it's been split into smaller files, and namespaces have been added, but when opening random tcl files from that folder, I do recognise most of the lines as being quite exactly the same that I once all read over 6 years ago.

That should not come as a surprise since that was a clearly stated goal of this phase of the GUI rewrite. The idea is to first rewrite the Tcl side, touching as little of the C code as possible. The Tcl side was rewritten from scratch, with lots of borrowing, where it made sense.

In other words, one step at a time. :)

.hc