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
> > 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
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
> 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
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?
> 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
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
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
Alexander Todorov wrote:
> Hello,
> I use a custom written defines set to determine the fpc version.
>
> ---
>
> program project1;
>
> {$mode objfpc}{$H+}
>
> uses Sys
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.
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)
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
12 matches
Mail list logo