User forums > Nightly builds
The 27 July 2009 build (5716) is out.
MortenMacFly:
--- Quote from: squalyl on July 28, 2009, 11:35:48 pm ---BUT: what did you do with the patch that saved me, about SDCC and static libs?
--- End quote ---
...probably overseen? The next nightly will take care. I've submitted the modification.
sbilsing:
Hello CodeBlocks team,
First, CB is great. I use the nightly builds even for production. The degree of flexibility is just beyond everything I know from certain M$ products.
But the last 3 nightly builds include a bug in the command macro expansion. I filed a bug report here:
http://developer.berlios.de/bugs/?func=detailbug&bug_id=16072&group_id=5358
Regards
S.B.
vix:
I did other tests, and I noticed that the encoding problem I described in my previous post
http://forums.codeblocks.org/index.php/topic,10912.msg74599.html#msg74599
appeared from the Nightly 5696.
Nightly Build 5678 works well.
Could be related to wxAui?
Loaden:
--- Quote from: jens on July 28, 2009, 02:09:35 pm ---
--- Quote from: MortenMacFly on July 28, 2009, 12:53:55 pm ---
--- Quote from: Loaden on July 28, 2009, 10:32:15 am ---svn build rev 5717 (2009-07-28T07: 15:12.319835 Z) gcc 4.4.1 Windows / unicode
--- End quote ---
That's not wrong, that's exactly how SVN reports the date/time. It's just "a" format. Check any "entries" file in a .svn sub-foldr if you like. It's all the same.
--- End quote ---
We parse the date with a regex, if we use automake on linux.
We can do something similar on windows (of course without regexes).
Any objections against this patch:
--- Code: ---Index: autorevision.cpp
===================================================================
--- autorevision.cpp (Revision 5716)
+++ autorevision.cpp (Arbeitskopie)
@@ -122,6 +122,8 @@
if(d && d->GetText())
{
date = d->GetText();
+ date.replace(date.find('T'),1," ");
+ date.resize(date.find('.'));
}
return 1;
}
--- End code ---
--- End quote ---
Thanks!
It's ok:
svn build rev 5722 (2009-07-30 09:59:52) gcc 4.4.1 Windows/unicode
killerbot:
--- Quote from: sbilsing on July 30, 2009, 09:33:33 am ---Hello CodeBlocks team,
First, CB is great. I use the nightly builds even for production. The degree of flexibility is just beyond everything I know from certain M$ products.
But the last 3 nightly builds include a bug in the command macro expansion. I filed a bug report here:
http://developer.berlios.de/bugs/?func=detailbug&bug_id=16072&group_id=5358
Regards
S.B.
--- End quote ---
anyone already an idea on this regression ? wxAUi related ?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version