[fpc-devel] FPC Branches

2010-07-11 Thread Hans-Peter Diettrich
I'm just curious, does there exist descriptions for the various SVN branches (purpose, maintainer, state)? Florian has offered me an new branch, for my parser etc. projects, but he seems to be very busy right now. So I'll present a roadmap of my activities, all around the parser and compiler:

[fpc-devel] Purpose of uses ... in?

2010-07-11 Thread Hans-Peter Diettrich
I know that the in filespec is part of the Delphi syntax, but what is it really good for? AFAIK it's not allowed to rename units this way, and since (currently) only absolute filenames are implemented, I really wonder why FPC allows to use it everywhere? IMO the filespec should allow for

Re: [fpc-devel] Purpose of uses ... in?

2010-07-11 Thread Aleksa Todorovic
On Sun, Jul 11, 2010 at 06:47, Hans-Peter Diettrich drdiettri...@aol.com wrote: I know that the in filespec is part of the Delphi syntax, but what is it really good for? AFAIK it's not allowed to rename units this way, and since (currently) only absolute filenames are implemented, I really

Re: [fpc-devel] Purpose of uses ... in?

2010-07-11 Thread Daniël Mantione
Op Sun, 11 Jul 2010, schreef Hans-Peter Diettrich: I know that the in filespec is part of the Delphi syntax, but what is it really good for? In my opinion, it is not usefull. I have never seen a clear description of what the semantics should be, for example what happens if the code being

Re: [fpc-devel] Purpose of uses ... in?

2010-07-11 Thread Jonas Maebe
On 11 Jul 2010, at 15:47, Hans-Peter Diettrich wrote: I know that the in filespec is part of the Delphi syntax, but what is it really good for? AFAIK it's not allowed to rename units this way, and since (currently) only absolute filenames are implemented, That is incorrect. Relative

Re: [fpc-devel] Purpose of uses ... in?

2010-07-11 Thread Nikolai Zhubr
11.07.2010 17:47, Hans-Peter Diettrich: I know that the in filespec is part of the Delphi syntax, but what is it really good for? For specifying path. This way you are able to prevent any ambiguity in which file will actually be selected. Not sure how exactly this is implemented in FPC, but

Re: [fpc-devel] FPC Branches

2010-07-11 Thread Jonas Maebe
On 11 Jul 2010, at 15:29, Hans-Peter Diettrich wrote: I'm just curious, does there exist descriptions for the various SVN branches (purpose, maintainer, state)? The commit messages (mainly the initial one). The stand-alone preprocessor code ($PreprocWrite, commandline option -m) does not

Re: [fpc-devel] Purpose of uses ... in?

2010-07-11 Thread Michael Müller
Am 11.07.2010 um 19:48 schrieb Daniël Mantione: Op Sun, 11 Jul 2010, schreef Hans-Peter Diettrich: I know that the in filespec is part of the Delphi syntax, but what is it really good for? In my opinion, it is not usefull. I have never seen a clear description of what the semantics

Re: [fpc-devel] Purpose of uses ... in?

2010-07-11 Thread Hans-Peter Diettrich
Jonas Maebe schrieb: AFAIK it's not allowed to rename units this way, and since (currently) only absolute filenames are implemented, That is incorrect. Relative file names do work. They are resolved relative to the current working directory of the compiler. So what's the current working

Re: [fpc-devel] Purpose of uses ... in?

2010-07-11 Thread Jonas Maebe
On 11 Jul 2010, at 23:55, Hans-Peter Diettrich wrote: Jonas Maebe schrieb: AFAIK it's not allowed to rename units this way, and since (currently) only absolute filenames are implemented, That is incorrect. Relative file names do work. They are resolved relative to the current working

Re: [fpc-devel] SVN, Mac OSX, and Samba

2010-07-11 Thread Andrew Brunner
On Wed, Jul 7, 2010 at 8:39 AM, Marc Weustink marc.weust...@cuperus.nl wrote: Since my fileserver exports the shares to both nfs and samba, I use nfs for linux/osx, and samba for windows. I faintly remember that I might have had some issues with samba on OSX, so I quit that exercise (since

Re: [fpc-devel] Preprocessor (was: FPC Branches)

2010-07-11 Thread Hans-Peter Diettrich
Jonas Maebe schrieb: The stand-alone preprocessor code ($PreprocWrite, commandline option -m) does not compile since a long time. I could it make work again, and already supplied the according patch in Mantis. And as I replied in mantis two days ago, a) that option is not documented in the

Re: [fpc-devel] Purpose of uses ... in?

2010-07-11 Thread Hans-Peter Diettrich
Jonas Maebe schrieb: That is incorrect. Relative file names do work. They are resolved relative to the current working directory of the compiler. So what's the current working directory? The current directory when the compiler was started. E.g.: c:\pp\src ppc386 project\test.pas -