ImportC octal literals: difference between GCC and dmd
Petar
Petar
Mon Nov 29 15:11:59 UTC 2021
On Sunday, 28 November 2021 at 22:03:10 UTC, Steven Schveighoffer
wrote:
> [..]
> run.dlang.io is on 2.097.0, which does not have ImportC (always
> useful to use --version on run.dlang.io to see what version is
> running).
> [..]
Should be [fixed now][0]. The daily schedule workflow (which is
in charge of pushing new compiler releases to Docker Hub and
ultimately updating https://run.dlang.io /
https://tour.dlang.org) has actually been [working consistently
well][1] except for the minor detail of pushing the new image :D
The issue was that we were only pushing the image on `push` GH
events (when a commit is merged in master), and not on `schedule`
events.
[0]:
https://github.com/dlang-tour/core-exec/commit/447c57203179f936f9b3197dadb9ad438e6247b0
[1]:
https://github.com/dlang-tour/core-exec/actions?query=event%3Aschedule
More information about the Digitalmars-d
mailing list