Re: [fpc-devel] Cannot create Merge Request

2024-01-03 Thread Christo Crause via fpc-devel
On Wed, Jan 3, 2024 at 8:38 AM Amir--- via fpc-devel wrote: > I never used gitlab before, so my question might be very stupid! > I am trying to follow the instruction here to create a patch. I have created > a Feature Request but cannot figure out how to create a MergeRequest? A merge request

Re: [fpc-devel] Cannot create Merge Request

2024-01-03 Thread Michael Van Canneyt via fpc-devel
On Tue, 2 Jan 2024, Amir--- via fpc-devel wrote: Hi there, I never used gitlab before, so my question might be very stupid! I am trying to follow the instruction here to create a patch. I have created a

Re: [fpc-devel] Changes to TProcess

2024-01-03 Thread Wayne Sherman via fpc-devel
On Wed, Jan 3, 2024 at 5:29 AM Michael Van Canneyt wrote: > I merged a significant evolution of the TProcess component to FPC trunk... > There is now a testsuite for the TProcess command, so everything was tested. A much more flexible TProcess plus tests. Your work is appreciated. Thanks. :-)

[fpc-devel] Changes to TProcess

2024-01-03 Thread Michael Van Canneyt via fpc-devel
Hello, I merged a significant evolution of the TProcess component to FPC trunk. Until recently, there were 2 options for TProcess when starting a new process: - use the parent process standard input/output/error - use pipes to make the standard input/output/error available as streams in the

Re: [fpc-devel] Cannot create Merge Request

2024-01-03 Thread Amir--- via fpc-devel
I do not see the option to upload attach the patch file? On 1/3/24 02:39, Michael Van Canneyt wrote: On Tue, 2 Jan 2024, Amir--- via fpc-devel wrote: Hi there, I never used gitlab before, so my question might be very stupid! I am trying to follow the instruction here

Re: [fpc-devel] Cannot create Merge Request

2024-01-03 Thread Christo Crause via fpc-devel
On Thu, Jan 4, 2024 at 6:18 AM Amir--- via fpc-devel wrote: > > I do not see the option to upload attach the patch file? In GitLab, scroll down to the bottom of the page showing your issue. There should be an edit box where you can type a new comment. You can also drag and drop a file into this

Re: [fpc-devel] Cannot create Merge Request

2024-01-03 Thread Amir--- via fpc-devel
+1 On 1/3/24 21:53, Christo Crause wrote: On Thu, Jan 4, 2024 at 6:18 AM Amir--- via fpc-devel wrote: I do not see the option to upload attach the patch file? In GitLab, scroll down to the bottom of the page showing your issue. There should be an edit box where you can type a new comment.

Re: [fpc-devel] [Lazarus] Changes to TProcess

2024-01-03 Thread zeljko via fpc-devel
On 03. 01. 2024. 14:28, Michael Van Canneyt via lazarus wrote: Hello, I merged a significant evolution of the TProcess component to FPC trunk. Until recently, there were 2 options for TProcess when starting a new process: - use the parent process standard input/output/error - use pipes to