p0nce
p0nce
OK I didn't know about the transition flag.
https://github.com/p0nce/commonmark-d
Thanks. Maybe I'm being stupid: is there maybe a way to just invocate `sudo apt install gdc` in the user Action? Any GDC version would do.
Fine! Thanks :)
`apt install` doesn't actually work in Gitub Actions for GDC. - On Ubuntu 20.04, the linker output an error that is: `dub: symbol lookup error: dub: undefined symbol: _D3std3net4curl4HTTP9__mixin376onSendMFNdDFAvZmZv` Similar...
Mmmm, I follow the suggestions in the debian thread and install DUB from Github instead. This file allows to `dub test` with GDC: ```yaml name: gdc on: [push, pull_request] jobs:...
FWIW I can test both GDC 10 and GDC 12 in GH actions: https://github.com/AuburnSounds/intel-intrinsics/tree/master/.github/workflows
Unrelated? The godbolt DMD compiler are a bit old. I don't think you can test on the newest DMD.
Single-line comment implemented.