[tg-trunk] Re: indentation error in turbogears/controllers.py:expose

2007-05-09 Thread Florent Aide

Le mercredi 09 mai 2007 à 21:10 +0300, Ori Avtalion a écrit :
 Hi,
 
 This is very trivial to fix. Can someone please pick it up?

done in r3005

FYI the trunk is not advertised as stable... If you want semi-stable
code please use 1.0 branch, where 1.0.3 will take place.

Cheers,

Florent.




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Trunk group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~--~~~~--~~--~--~---



[tg-trunk] Re: indentation error in turbogears/controllers.py:expose

2007-05-09 Thread Mark Ramm

 FYI the trunk is not advertised as stable... If you want semi-stable
 code please use 1.0 branch, where 1.0.3 will take place.

This is particularly true right now as we are trying to figure out the
best way to handle configuration now that CherryPy has changed their
config interface.

--Mark

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Trunk group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~--~~~~--~~--~--~---



[tg-trunk] Re: indentation error in turbogears/controllers.py:expose

2007-05-09 Thread Ori Avtalion

Florent Aide wrote:
 Le mercredi 09 mai 2007 à 21:10 +0300, Ori Avtalion a écrit :
 Hi,

 This is very trivial to fix. Can someone please pick it up?
 
 done in r3005

There's two more in turbogears/toolbox/catwalk/__init__.py :D

 FYI the trunk is not advertised as stable... If you want semi-stable
 code please use 1.0 branch, where 1.0.3 will take place.

[This is probably getting off-topic]

I'm not looking for a real stable version. Just one that I can hack and
submit patches for.

Should I use the 1.0 branch for that? Isn't it for bugfixes only?

I think the trunk should be stable enough to run and not have
show-stopper bugs. How else can developers test their changes before
committing?

-Ori

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Trunk group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~--~~~~--~~--~--~---



[tg-trunk] Trunk status

2007-05-09 Thread Mark Ramm

 I think the trunk should be stable enough to run and not have
 show-stopper bugs. How else can developers test their changes before
 committing?

The cp3 transition in Trunk needs some finalization (the config system
needs help) and we do need to get that done so that people can hack on
the trunk more easily.

We also need to replace a large portion of the unit test system, so
that people can test their hacks on the trunk.

I've been swamped lately, as has Alberto.  But we do understand that
things need to get better for new developers who want to work on the
trunk. (And in spite of the fact that I worked on the book, I'm
probably in the category of new TurboGears developers.)

--Mark Ramm

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Trunk group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~--~~~~--~~--~--~---



[tg-trunk] Re: indentation error in turbogears/controllers.py:expose

2007-05-09 Thread Florent Aide

Le jeudi 10 mai 2007 à 00:48 +0300, Ori Avtalion a écrit :

[...]

 There's two more in turbogears/toolbox/catwalk/__init__.py :D
done in r3006

 [This is probably getting off-topic]
 
 I'm not looking for a real stable version. Just one that I can hack and
 submit patches for.

This is cool :)

 
 Should I use the 1.0 branch for that? Isn't it for bugfixes only?

Well if you want to see your patch in a near future you may prefer to
patch 1.0 so the next release (1.0.3) has it.
But as you say it will be mainly bug fixes in this branch.

 
 I think the trunk should be stable enough to run and not have
 show-stopper bugs. How else can developers test their changes before
 committing?

Ask Mark if they can do that, but they are performing so much changes
ATM ...

I don't have any problem with what you said though.

And anyway: Thanks for the effort you are putting in providing patches
and testing the trunk branch! Please continue to do so :p

Regards,
Florent Aide.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Trunk group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~--~~~~--~~--~--~---



[tg-trunk] Re: indentation error in turbogears/controllers.py:expose

2007-05-09 Thread Ori Avtalion

Hi,

Florent Aide wrote:
 Le jeudi 10 mai 2007 à 00:48 +0300, Ori Avtalion a écrit :
 There's two more in turbogears/toolbox/catwalk/__init__.py :D
 done in r3006
 

Python interprets tabs as ' '*8, not *4, which means the file is still
indented incorrectly.

Run python -m tabnanny file for a detailed report (line 880) -
regardless of what text editor settings you have, tabnanny will not miss
those errors.

This is exactly why tabs+spaces mixes are dangerous :)

-Ori

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Trunk group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~--~~~~--~~--~--~---



[tg-trunk] Re: indentation error in turbogears/controllers.py:expose

2007-05-09 Thread Florent Aide

Le jeudi 10 mai 2007 à 01:31 +0300, Ori Avtalion a écrit :
 Hi,

[...]

 Python interprets tabs as ' '*8, not *4, which means the file is still
 indented incorrectly.
 
Argh!!! :-/ I should have looked more precisely... I though stupidly it
was all tabs everywhere like the other file... :(

Who mixed tabs and spaces ?! Grrr! :)

Anyway it is fixed in r3007.

 This is exactly why tabs+spaces mixes are dangerous :)

For sure it is dangerous. I don't mix the two of them. Ever!

I am not the one to blame here. I use Vim with a .vimrc set to expand
my tabulations to exactly 4 spaces automatically...

The culprit owes us a beer next time we meet together ;) yeah!

Regards,
Florent.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Trunk group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~--~~~~--~~--~--~---



[tg-trunk] Re: indentation error in turbogears/controllers.py:expose

2007-05-09 Thread Ian Charnas

Florent, you are my hero!

thank you,
-Ian

On May 9, 7:16 pm, Florent Aide [EMAIL PROTECTED] wrote:
 Le jeudi 10 mai 2007 à 01:31 +0300, Ori Avtalion a écrit :

  Hi,

 [...]

  Python interprets tabs as ' '*8, not *4, which means the file is still
  indented incorrectly.

 Argh!!! :-/ I should have looked more precisely... I though stupidly it
 was all tabs everywhere like the other file... :(

 Who mixed tabs and spaces ?! Grrr! :)

 Anyway it is fixed in r3007.

  This is exactly why tabs+spaces mixes are dangerous :)

 For sure it is dangerous. I don't mix the two of them. Ever!

 I am not the one to blame here. I use Vim with a .vimrc set to expand
 my tabulations to exactly 4 spaces automatically...

 The culprit owes us a beer next time we meet together ;) yeah!

 Regards,
 Florent.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Trunk group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~--~~~~--~~--~--~---



[tg-trunk] Re: TG database.py oddity preventing multiple SA databases from being used

2007-05-09 Thread Ian Charnas

Dennis/Paul/Others:  I was finally able to reproduce the error you
were seeing, and fixed up my patch to work correctly.  Try
'multiple_databases4.diff' (patched against branches/1.0 rev 3009):
http://trac.turbogears.org/ticket/1380

if this works for you (and it should!), I'll post and ask somebody to
commit this.

-ian charnas


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Trunk group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~--~~~~--~~--~--~---