NEW TEST BUG SYSTEM - 7th Jan 2008
#1
Posted 07 January 2008 - 01:37 PM
New forum threads have been disabled - but replies for existing bugs and feedback in this thread are allowed.
Give it a go and we'll see if it helps us or not:
http://svn.autoitscript.com/trac
#2
Posted 07 January 2008 - 02:04 PM
Love it! It reminds me on Sourceforge bug trackingWe are going to give a new bug tracking system a go. We currently struggle to keep track of the bugs and if they are fixed/rejected and who should be looking after them.
New forum threads have been disabled - but replies for existing bugs and feedback in this thread are allowed.
Give it a go and we'll see if it helps us or not:
http://svn.autoitscript.com/trac
#3
Posted 07 January 2008 - 03:18 PM
Edited by Valik, 07 January 2008 - 03:19 PM.
#4
Posted 07 January 2008 - 10:21 PM
be carefull to follow the old bug report sticky Repro Script must be complete
in ticket #5 the "include was missing
in ticket #6 $read is not defined
That's the first uncomplete ticket that I analyze
#5
Posted 07 January 2008 - 10:46 PM
BTW: Are there the same login credentials as for AutoIt forum? If no where may I register?
For the first look it's less transparent for me than old BUG forum.
#7
Posted 08 January 2008 - 07:08 PM
There's no login for users. Just set your name in Preferences.There is missing some dropdown value for "DOC related bugs".
BTW: Are there the same login credentials as for AutoIt forum? If no where may I register?
For the first look it's less transparent for me than old BUG forum.
#8
Posted 08 January 2008 - 09:43 PM
#9
Posted 10 January 2008 - 04:17 AM
http://twistedmatrix.com/trac/
More details can be found here.
Edited by big_daddy, 10 January 2008 - 04:20 AM.
Added detail
#10
Posted 10 January 2008 - 04:46 AM
#11
Posted 10 January 2008 - 05:45 AM
It is really nice...Oooh, me likes.
#12
Posted 11 January 2008 - 10:11 AM
The functionality appears to be there, but it's not easy on the eyes. I'm thinking something more along the lines of the following.
http://twistedmatrix.com/trac/
More details can be found here.
Me tooOooh, me likes.
#14
Guest_MeJonah_*
Posted 26 March 2008 - 01:21 PM
Attempting to use guictrldelete on a control created by guictrlcreatecontextmenu() which had already been deleted (yes, I know, if I were tracking better that should never happen) causes an "unhandled win32 exception" and a crash. The behavior is repeatable in 3.2.11.5, but does not occur in 3.2.10.
Example code:
{{{
#include <guitreeview.au3>
$gui = guicreate("TEST", 500, 500)
$treeview = guictrlcreatetreeview(0, 0, 500, 500)
$control = guictrlcreatetreeviewitem("TEST", $treeview)
$context = guictrlcreatecontextmenu($control)
$item = guictrlcreatemenuitem("TEST", $context)
$item = guictrlcreatemenuitem("TEST", $context)
$item = guictrlcreatemenuitem("TEST", $context)
$item = guictrlcreatemenuitem("TEST", $context)
guictrldelete($context)
guictrldelete($context)
guisetstate()
while 1=1
wend
}}}
#15
Posted 26 March 2008 - 08:26 PM
#16
Posted 26 March 2008 - 09:28 PM
Put a name and email address in. The email won't be shown but it counts in favour of not being classified as spam.
Still no go. I've tried everything- different email addresses, different topics... it *always* rejects as spam.
#17
Posted 26 March 2008 - 10:38 PM
#18
Posted 27 March 2008 - 12:36 PM
Try varying it so you don't use the same "TEST" string forty-seven billion times. If I had to guess, the spam filter sees the code portion and thinks it's spam because it's incredibly similar. There are 4 identical lines and a separate identical 2 lines.
Finally got it. That didn't work alone, but changing it so each string was different and adding random comments between each line did the trick. It apparently doesn't like similar repetitive lines, even if the string changes. It is #193. Thanks.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users





