Re: Looking for a mentor for SAoC

2018-08-31 Thread solidstate1991 via Digitalmars-d
On Monday, 27 August 2018 at 20:47:08 UTC, Stefam Koch wrote: I guess I could help you out with coff. generating it is not the problem but linking it on windows currently requires the MS linker. which may not be desired. then again ... I think binutils do support coff as well. I might need

Re: Looking for a mentor for SAoC

2018-08-28 Thread Stefan Koch via Digitalmars-d
On Monday, 27 August 2018 at 21:32:10 UTC, David Nadlinger wrote: On Monday, 27 August 2018 at 20:47:08 UTC, Stefam Koch wrote: generating it is not the problem but linking it on windows currently requires the MS linker. Is that true, though? DMD ships with LLD these days. — David Really

Re: Looking for a mentor for SAoC

2018-08-28 Thread rikki cattermole via Digitalmars-d
On 28/08/2018 9:32 AM, David Nadlinger wrote: On Monday, 27 August 2018 at 20:47:08 UTC, Stefam Koch wrote: generating it is not the problem but linking it on windows currently requires the MS linker. Is that true, though? DMD ships with LLD these days. — David And is 100% experimental on

Re: Looking for a mentor for SAoC

2018-08-27 Thread David Nadlinger via Digitalmars-d
On Monday, 27 August 2018 at 20:47:08 UTC, Stefam Koch wrote: generating it is not the problem but linking it on windows currently requires the MS linker. Is that true, though? DMD ships with LLD these days. — David

Re: Looking for a mentor for SAoC

2018-08-27 Thread Stefam Koch via Digitalmars-d
On Sunday, 26 August 2018 at 16:47:47 UTC, solidstate1991 wrote: I've chosen to work on Mago, with the following goals: -Porting it to D first and foremost to make code maintenance and expansion easier in the future. -Add better support for Win32-COFF (there's a few more bugs compared to

Re: Looking for a mentor for SAoC

2018-08-27 Thread Mike Parker via Digitalmars-d
On Monday, 27 August 2018 at 07:45:03 UTC, Manu wrote: I think one of the only people qualified to help you is Rainer Schutze. I think he knows the details of Mago better than anyone. Rainer is unable to participate in SAoC as a mentor this time around. So we're looking for anyone with

Re: Looking for a mentor for SAoC

2018-08-27 Thread Manu via Digitalmars-d
On Sun, 26 Aug 2018 at 09:50, solidstate1991 via Digitalmars-d wrote: > > I've chosen to work on Mago, with the following goals: > > -Porting it to D first and foremost to make code maintenance and > expansion easier in the future. > -Add better support for Win32-COFF (there's a few more bugs >

Looking for a mentor for SAoC

2018-08-26 Thread solidstate1991 via Digitalmars-d
I've chosen to work on Mago, with the following goals: -Porting it to D first and foremost to make code maintenance and expansion easier in the future. -Add better support for Win32-COFF (there's a few more bugs compared to Win32-OMF in my experience) and Win64-COFF. As I read COFF32 needs