Author Topic: mantis bug tracker tab should be removed  (Read 5342 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
mantis bug tracker tab should be removed
« on: September 19, 2011, 03:03:18 pm »
I found that Mantis Bugs is not used for a long time, and there is only one bug report several years ago. So I give the suggestion as the title said, it should be removed. :D
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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: mantis bug tracker tab should be removed
« Reply #1 on: September 19, 2011, 03:45:10 pm »
it should be removed. :D
Done (I wasn't even aware that this was active though...).
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: mantis bug tracker tab should be removed
« Reply #2 on: September 23, 2011, 06:50:53 am »
OK.

BTW: I did not receive a email notification when you replied on this thread. Something wrong in c::b's forum??

see:
Forum and/or server problems ?
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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: mantis bug tracker tab should be removed
« Reply #3 on: September 23, 2011, 09:23:33 am »
Forum and/or server problems ?
We are already discussing this internally. So far we simply don't know why. It might be we are black-listed on SPAM sites or alike.

Even the admins don't get mail and (worst of all) activation emails for new users seem not to be delivered.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: mantis bug tracker tab should be removed
« Reply #4 on: September 23, 2011, 09:58:27 am »
I received email notification again right now :D
Sounds like you devs have fix such problem.
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.