aardvark-platform / aardvark.base

Aardvark.Base is the foundation of the open-source Aardvark Platform for visual computing, real-time graphics, and visualization.
https://aardvarkians.com/
Apache License 2.0
154 stars 9 forks source link

Possibly too strict assertions in Matrix_auto #66

Closed haraldsteinlechner closed 2 years ago

haraldsteinlechner commented 3 years ago

We're experiencing assertions in long-tested code due to adda9d47be4e9dc662262a1fe5ddd50235cf41e8 I think those checks are too tight for real-world use-cases.

image

image

seealso https://github.com/pro3d-space/PRo3D/issues/89

haraldsteinlechner commented 3 years ago

this is really harsh actually - try catch (as for example used in media) do not hold back those assertions - a debug build of base is surpasses all robustness measures in applications :(

haraldsteinlechner commented 2 years ago

@hyazinthh did we fix this one?

hyazinthh commented 2 years ago

Should be fixed