News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Reporting Bugs

Started by pluto, November 09, 2014, 08:16:32 AM

Previous topic - Next topic

pluto

So how does the reporting work?
I see that there is a ticket page at SF (which I already used), but also some bugs are reported on the nightly threads.
What's the preferred way? On the threads when new bugs show up on new builds? Or it's preferred on SF?

I'm not asking to be a perfectionist, but just to do it the less time-expensive way for the devs.
Also because I reported some stuff in a thread, but it's mostly minor issues, and I don't want to open many tickets and clutter the todo list.

Thanks :)

BTW, may I suggest to update rule #6 here, also maybe with the link to this page.

stahta01

#1
Quote from: pluto on November 09, 2014, 08:16:32 AM
So how does the reporting work?
I see that there is a ticket page at SF (which I already used), but also some bugs are reported on the nightly threads.
What's the preferred way? On the threads when new bugs show up on new builds? Or it's preferred on SF?

I'm not asking to be a perfectionist, but just to do it the less time-expensive way for the devs.
Also because I reported some stuff in a thread, but it's mostly minor issues, and I don't want to open many tickets and clutter the todo list.

Thanks :)

BTW, may I suggest to update rule #6 here, also maybe with the link to this page.

The bugs reported in the nightly threads are supposed to be new bugs that started with that nightly [or at least after the prior nightly].

Edit: I am not positive about the rest of your questions; and, I might not be right about the nightly.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Jenna

Quote from: pluto on November 09, 2014, 08:16:32 AM
BTW, may I suggest to update rule #6 here, also maybe with the link to this page.
Fixed, thanks for remembering !

ollydbg

Quote from: pluto on November 09, 2014, 08:16:32 AM
BTW, may I suggest to update rule #6 here, also maybe with the link to this page.
Thanks, I just see the rule #6 has changed by jens, great!
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.