Alexander J. Pfleger

Results 58 comments of Alexander J. Pfleger

@CouthuresJeremy Hi what's the status on this? :)

As proposed in the dev meeting: Let's gather more information until Friday and take a decision then.

Will be handled clearer in - https://github.com/acts-project/acts/pull/3551

#3411 does not solve the underlying issue but rather avoids getting there in the first place. I would keep it open for now.

We had the discussion, if `0.5 * pi` should be preferred over `pi / 2` for higher performance. It seems, that also the division will be converted to a multiplication...

> Do you wanna make a `lint` check for this? I prepared a check: - https://github.com/acts-project/acts/pull/3774 That one only checks for macros. I tried to also replace values like `3.14`...

This might/should already solve the issue: - https://github.com/acts-project/acts/pull/3411 I just need to get the unit test working.

Hi @osbornjd, could you reproduce the crash with the newer version or should we close this issue?

Could you provide some more details on a use-case? During my development, only 1 unit test changes and needs to be recompiled. Then I only execute that one. `edit:` after...