Astraea Quinn S

Results 66 comments of Astraea Quinn S

> but on the other hand they limit the initialization parameters to the default ones unless you start overriding classes and such. What do you mean?

Even so, `__init_subclass__` is a hook that is automatically called, so from the perspective of the current code, the only change is to pass the policy name and the parent...

Indeed, I agree with you on the complexity. This began as an attempt to reduce it but I got carried away ^^'. I also agree on v.1.1 +.

Another alternative is Cython, but from my experience, Cython becomes a mess to work with and sometimes workarounds are necessary to actually achieve improvements. Also Cython will require extensive code...

Hi @awjuliani , Thanks for checking it out. This is weird because I was running the floor manually and checked everywhere but there wasn't a goal area. This was run...

Okay I will let you know. Is it possible to launch specific towers and floors directly from the binary? In the mean time, feel free to close this. In the...

Hi thanks for the report! At a first glance this doesn't seem like a clippy issue but a compiler internals issue. I will take a look, if it is, I...

I pulled that specific commit, and couldn't reproduce with the `nightly-2024-01-11` toolchain. It seems that the issue may have happened during compilation as @flip1995 suggested, and not during clippy run....

What I am thinking is that somehow cargo build had access to previous files that resulted in a successful compilation, and running clippy caused a rebuild with a stale state....

I think it's best to simply report to `rustc`. Til you can move issues around.