Hi
On 11/07/2022 18:25, Christoph M. Becker wrote:
On 11.07.2022 at 17:41, Hans Henrik Bergan wrote:
Do you mean it is unlikely that Github Actions will suffice? because that
would definitely be a great solution if it was possible/feasible .
No. It is only unlikely that automated uploads to
Hi Máté,
I think you didn’t understand me, so I’ll restate:
> To be exact, defining class constants with the class itself as value is
> already impossible: https://3v4l.org/J7C30
No, for some specific sort of class, namely for enum, it is absolutely possible
to define a constant with an effec
Hi
On 11/07/2022 18:25, Christoph M. Becker wrote:
On 11.07.2022 at 17:41, Hans Henrik Bergan wrote:
Do you mean it is unlikely that Github Actions will suffice? because that
would definitely be a great solution if it was possible/feasible .
No. It is only unlikely that automated uploads to
Hi Claude,
The RFC states that it is technically not possible to have a constant of
> effective type `static` or `self`. While this is probably correct for
> regular classes, this is not true for enums. The following code ostensibly
> works (https://3v4l.org/84W92):
>
To be exact, defining class