[Ktechlab-devel] Zoltan strikes again. =P

2009-10-17 Thread Alan Grimes
First, I very much appreciate Zoltan's efforts at improving ktechlab. Certainly, some of todays commits were quite good, I especially liked the commit reorganizing code in Matrix. That is definitely worth a Good Job. However, I can't say I'm happy that my comment in ~ElectronicConnector was

Re: [Ktechlab-devel] Zoltan strikes again. =P

2009-10-17 Thread P Zoltan
On Sat, 17 Oct 2009 08:04:26 +0200, Alan Grimes agri...@speakeasy.net wrote: However, I can't say I'm happy that my comment in ~ElectronicConnector was ignored. You are expected to try all kinds of configurations on your local machine. However, zoltan comitted code that uncommented code

Re: [Ktechlab-devel] IRC channel

2009-10-17 Thread P Zoltan
On Thu, 15 Oct 2009 19:51:02 +0200, Slavko slav...@slavino.sk wrote: Dňa Sun, 11 Oct 2009 22:03:09 +0200 P Zoltan zoltan.pad...@gmail.com napísal: Will you have time / energy to set up a wiki on wiki.ktechlab.org ? :) On Sun, 11 Oct 2009 18:09:21 +0200, Lawrence Shafer

Re: [Ktechlab-devel] Zoltan strikes again. =P

2009-10-17 Thread Alan Grimes
Testcase: create a logic in and a logic out, connect them. By changing logic in's value, logic out's changes too. Now delete the connector and change logic in again. The logic out will change its value, even if it shouldn't. Since my copy is never installed, I don't have the UI fully

[Ktechlab-devel] Sorry, Zoltan, u were right.

2009-10-17 Thread Alan Grimes
When I was in my bath, I realized that Zoltan's version of electronicConnector was the correct one even though it was segfaulting. Electronicconnector MUST be able to delete its wires. (If you knowingly induce a segfault, notify the list first and put enough comments around it so that people

Re: [Ktechlab-devel] IRC channel

2009-10-17 Thread P Zoltan
On Sat, 17 Oct 2009 12:50:15 +0200, P Zoltan zoltan.pad...@gmail.com wrote: By the way, I have backups of user ktechlab book pdfs from the old ktechlab wiki, but I don't know where tu upload them. Anyone a suggestion (about 700KB-900KB). Uploaded them here: http://zotanp.extra.hu/

[Ktechlab-devel] New Project Admins

2009-10-17 Thread Jason Lucas
I have appointed Alan Grimes and Zoltan Padrah as new KTechLab Project Admins. I hope that this will help drive the project forward. Jason. -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is

Re: [Ktechlab-devel] I googled recent pages with ktechlab

2009-10-17 Thread Juan De Vincenzo
Well, a week has gone by already, but I didn't wanted to fail to send a reply to Alan. But I didn't had the faintest idea on what to say until about tuesday. I guess a good start would be to say this: I'm sorry. I reacted like that because, as I said on the e-mail, I felt that my suggestions were

[Ktechlab-devel] Pin breakthrough

2009-10-17 Thread Alan Grimes
I achieved something of a breakthrough today with class Pin. It now knows nothing at all about Switches. Switches now work by adding and removing wires between their pins. This is a vastly more elegant solution. =P Really, to close a switch the code is merely: foo = new Wire(pinA, pinB). and to