dlang-community / Pegged

A Parsing Expression Grammar (PEG) module, using the D programming language.
533 stars 66 forks source link

More info testing on windows and compiling 32bit with 2.091.0 #284

Closed Zardoz89 closed 4 years ago

Zardoz89 commented 4 years ago

@veelo I tweaked appveyor config , to see if we can get more info about what fails...

Also, Now launchs witch dmd 2.091.0 on 32 bits and 64 bits.

With dmd 2.090 (only 32 bits) throws a out of memory. But I don't know how many RAM have the VM that appveyour uses.

With dmd 2.091 runs fine, on 32 and 64 bits.

Zardoz89 commented 4 years ago

I think that now could be merged. It only fails with dmd 2.090.1 , so I ended allowing it to fail. I make to use the latest stable version of dmd and ldc, plus dmd 2.087.1, as on DLang forums give the information that something weird is on windows dmd >= 2.087.1 and we aren't the unique having this kind of troubles.