Author Topic: Bug tracking & defualt.conf  (Read 16570 times)

Offline jmccay

  • Almost regular
  • **
  • Posts: 202
Bug tracking & defualt.conf
« on: December 14, 2005, 02:27:07 am »
   Is Sourceforge still used for bug tracking?  Or is there something else?  I clicked on the link and it brought me to sourceforge's bug tracking system.  I entered the bug there.

   On a side note (but related to the bug), is there a discussion on the format of the default.conf file?  I could probably guess at a lot of it, but I was wondering if there was already a discusion I can browse.

   Thank you, and the subversion latest stuff looks great!  Except for a minor crash, the new stuff looks cool--especially the wxSmith stuff.  Good job.
jmccay
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

Offline 280Z28

  • Regular
  • ***
  • Posts: 397
  • *insert unicode here*
Re: Bug tracking & defualt.conf
« Reply #1 on: December 14, 2005, 02:32:28 am »
   Is Sourceforge still used for bug tracking?  Or is there something else?  I clicked on the link and it brought me to sourceforge's bug tracking system.  I entered the bug there.

Yep that's the place :)
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
 Check out The Sam Zone :cool:

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Bug tracking & defualt.conf
« Reply #2 on: December 14, 2005, 03:48:22 am »
The current problem with sourceforge is that the actual version we're working on is now completely different from the RC2 which is at sourceforge. Most bug reports that we get in the forums, are for SVN HEAD.

Frankly I disagree with this, we should use Sourceforge to track bugs in SVN, too. This way we could get rid of unnecessary bug reports in the forums.

This would make development much easier.

Of course, some RC2 bugs are yet to be fixed :(

takeshimiya

  • Guest
Re: Bug tracking & defualt.conf
« Reply #3 on: December 14, 2005, 05:19:41 am »
In fact I think that when C::B gets bigger, we should use Bugzilla as a bug tracker. Every major piece of OSS seems to be using it for some reason.
Aside, it can be integrated with the webpage, which would motivate testers to post bugs there (because sf.net tracker is perhaps a little uncomfortable).

Offline 280Z28

  • Regular
  • ***
  • Posts: 397
  • *insert unicode here*
Re: Bug tracking & defualt.conf
« Reply #4 on: December 14, 2005, 05:35:39 am »
In fact I think that when C::B gets bigger, we should use Bugzilla as a bug tracker. Every major piece of OSS seems to be using it for some reason.
Aside, it can be integrated with the webpage, which would motivate testers to post bugs there (because sf.net tracker is perhaps a little uncomfortable).

Even if only to see what's out there, take a look at Trac. It's free software that integrates a Wiki, ticket (bug, feature request, patches) tracking system, and subversion source browser in one very slick interface... absolutely amazing.

http://projects.edgewall.com/trac/

I use Trac for all my (really small) projects:

http://djss.dynalias.net/trac/
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
 Check out The Sam Zone :cool:

takeshimiya

  • Guest
Re: Bug tracking & defualt.conf
« Reply #5 on: December 14, 2005, 07:04:30 am »
Yeah I know Trac, and I like the SVN integration it haves.
Just anything else other than sf.net trackers is more comfortable.

Offline 280Z28

  • Regular
  • ***
  • Posts: 397
  • *insert unicode here*
Re: Bug tracking & defualt.conf
« Reply #6 on: December 14, 2005, 07:33:22 am »
Yeah I know Trac, and I like the SVN integration it haves.
Just anything else other than sf.net trackers is more comfortable.

Like the Sourceforge setup, I've actually found Bugzilla is also very burdensome to use. The learning curve is such that regular users are discouraged from posting bug reports. On the other hand, with a link to the Trac tickets page, adding a ticket is what I and some of my non-developer friends have seen as a straightforward process.

I am not by any means saying Trac is perfect. I'm aware of several issues with it right now and have done a bit of dev work on that. It lacks some features that more "established" project tracking software packages have and it's what I see as a big limitation. I have high hopes that they will get these fixed and make Trac even more attractive than it already is.

Maybe my contribution to the Trac project is an automatic importer to bring all of the Sourceforge bug reports/feature requests into a new Trac projects as tickets.  :shock: You can set it to use an established svn repository and it'll read all the existing logs.
« Last Edit: December 14, 2005, 07:36:30 am by 280Z28 »
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
 Check out The Sam Zone :cool:

Offline yop

  • Regular
  • ***
  • Posts: 387
Re: Bug tracking & defualt.conf
« Reply #7 on: December 14, 2005, 08:10:11 am »
I've just set up a bugzilla installation at work for internal bug reporting. Everyone seems very happy with it :)
Life would be so much easier if we could just look at the source code.

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Bug tracking & defualt.conf
« Reply #8 on: December 14, 2005, 10:25:16 am »
I could not find your bug report (found another one regarding crashes when clicking the "..." button, but cannot reproduce that).

What is the problem with the config file that you have experienced?
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline jmccay

  • Almost regular
  • **
  • Posts: 202
Re: Bug tracking & defualt.conf
« Reply #9 on: December 15, 2005, 03:40:34 am »
I just updates that bug report (the "..." one is the correct bug report).  I did further testing, and it only happens when I try to edit an existing entry, and browse the directories.  With no project open, it crashes, and with a project open, it doesn't crash.  I can add stuff to the existing text if I don't press the "..." button.  I wrote up a more complex description in the comments of the bug report just now.
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

Offline jmccay

  • Almost regular
  • **
  • Posts: 202
Re: Bug tracking & defualt.conf
« Reply #10 on: December 19, 2005, 03:00:55 am »
I just installed build 1534, and the problem is gone.  Good job.  Thank you.
Joe
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Bug tracking & defualt.conf
« Reply #11 on: December 19, 2005, 08:37:02 am »
Hmmm... question: did anyone fix this? *cough* *cough*

I could not reproduce the problem, no matter what I tried, so I did nothing...  :?


Is the bug back if you revert to an older version (just for trying)?
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Bug tracking & defualt.conf
« Reply #12 on: December 19, 2005, 05:45:32 pm »
BTW, yesterday I compiled C::B, but suddenly my debug toolbar is gone! Does it have anything to do with the CRC issue? Should I delete the default.conf ? Thx.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
Re: Bug tracking & defualt.conf
« Reply #13 on: December 19, 2005, 05:52:20 pm »
just delete  the
<LAYOUT>
 ...crc...
</LAYOUT>
part

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Bug tracking & defualt.conf
« Reply #14 on: December 19, 2005, 06:23:01 pm »
Thanks! :)