Re: [fpc-devel] How to add comments on FPC buglist?

2006-05-04 Thread Alexander Todorov
On 5/3/06, Daniël Mantione <[EMAIL PROTECTED]> wrote: It has been discussed, but Michael is currently writing a new bug reporting system in Free Pascal, and the developers are supportive to software written with our own bare hands. Glad to hear that. Hope the new system comes soon and has all n

[fpc-devel] Trouble with FPC version.

2006-05-04 Thread Alexander Todorov
Hello, I use a custom written defines set to determine the fpc version. --- program project1; {$mode objfpc}{$H+} uses SysUtils; // fpc 2.0.0 {$IF ((FPC_VERSION = 2)

Re: [fpc-devel] How to add comments on FPC buglist?

2006-05-04 Thread Michael Van Canneyt
On Wed, 3 May 2006, Alexander Todorov wrote: > On 5/3/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > It is not yet possible. We're working on this. > > > > Michael. > Why don't you use a bugtracking system like Mantis, Bugzilla, > PhpBugTracker, etc... like many projects do? Because 1.

Re: [fpc-devel] Trouble with FPC version.

2006-05-04 Thread Florian Klaempfl
Alexander Todorov wrote: > Hello, > I use a custom written defines set to determine the fpc version. > > --- > > program project1; > > {$mode objfpc}{$H+} > > uses Sys

Re: [fpc-devel] Trouble with FPC version.

2006-05-04 Thread Alexander Todorov
On 5/4/06, Florian Klaempfl <[EMAIL PROTECTED]> wrote: This is assumed to be FPC_VER_201. + isn't a valid character for an id? You are right. Changing + to P solved my touble. But FPC should complain about the '+' character, or should not? Bug? ___ fp

Re: [fpc-devel] How to add comments on FPC buglist?

2006-05-04 Thread Geno Roupsky
2006/5/3, Daniël Mantione <[EMAIL PROTECTED]>: It has been discussed, but Michael is currently writing a new bugreporting system in Free Pascal, and the developers are supportive tosoftware written with our own bare hands.  Where it is hosted? Will it be opensource? Are there any previews available

Re: [fpc-devel] Trouble with FPC version.

2006-05-04 Thread Marco van de Voort
> On 5/4/06, Florian Klaempfl <[EMAIL PROTECTED]> wrote: > > This is assumed to be FPC_VER_201. + isn't a valid character for an id? > > You are right. Changing + to P solved my touble. > But FPC should complain about the '+' character, or should not? Bug? Afaik this is on purpose. In Delphi comm

Re: [fpc-devel] Trouble with FPC version.

2006-05-04 Thread Geno Roupsky
2006/5/4, Marco van de Voort <[EMAIL PROTECTED]>: > On 5/4/06, Florian Klaempfl <[EMAIL PROTECTED]> wrote:> > This is assumed to be FPC_VER_201. + isn't a valid character for an id?>> You are right. Changing + to P solved my touble. > But FPC should complain about the '+' character, or should not?

Re: [fpc-devel] How to add comments on FPC buglist?

2006-05-04 Thread L505
> I think having an opensource pascal written bugtracking system would be > great! So please > hurry up and show us some code :) Probably something written from scratch with bare hands through existing fp cgi classes/objects. There is a bug reporting system written in EASY language, which is ba

Re: [fpc-devel] How to add comments on FPC buglist?

2006-05-04 Thread Florian Klaempfl
L505 wrote: >> I think having an opensource pascal written bugtracking system would be >> great! So please >> hurry up and show us some code :) > > Probably something written from scratch with > bare hands through existing fp cgi classes/objects. > > There is a bug reporting system written in EA

Re: [fpc-devel] How to add comments on FPC buglist?

2006-05-04 Thread L505
> > There is a bug reporting system written in EASY language, which is based > > all on > > freepascal > > since it uses TDBEngine. It could have been a good temporary system to > > place while the > > other one is being designed, since it is based on FPC. > > http://www.bug-a-boo.org/ > > Funny

Re: [fpc-devel] How to add comments on FPC buglist?

2006-05-04 Thread bobmartin
Florian Klaempfl <[EMAIL PROTECTED]> wrote the following on 04/05/06 20:17:51: > Funny, I didn't know about it. Even more, it is developed by a company > located 30 km from here. Just out of interest, where is "here" ? Bob Martin ___ fpc-devel maillist