Alternatives to travis-ci

Mathias LANG geod24 at gmail.com
Fri Dec 11 20:18:08 UTC 2020


On Friday, 11 December 2020 at 19:50:06 UTC, Jacob Carlborg wrote:
> On 2020-12-10 12:42, Mathias LANG wrote:
>
>> If you want a more advanced usage, DMD's workflow file 
>> contains a lot of comment which might help you with some 
>> patterns, for example how to add an extra row to a matrix 
>> (spoiler: you can't, you can only remove rows): 
>> https://github.com/dlang/dmd/blob/master/.github/workflows/runnable_cxx.yml
>
> What do you mean with: can't add extra rows? That's what 
> `include` is for, which is even being used in the above link 
> [1].
>
> [1] 
> https://github.com/dlang/dmd/blob/37b93260e697a1a31b97d046f18cf32f78ef3b0d/.github/workflows/runnable_cxx.yml#L104

I just checked the documentation. It used to be that you could 
not add a new entry to a matrix, at least when this file was 
originally written. Looking again today, it seems to be possible, 
so I'm glad they fixed this!


More information about the Digitalmars-d mailing list