Andreas Klöckner

Results 957 comments of Andreas Klöckner

I don't have much time to work on this, but I'd be happy to take a patch. A reduced reproducer might help.

Sure, I'd be happy to take a (tested) patch.

(That is to say, a patch that includes tests.)

I'm unlikely to have time to fix this myself, but I'd be happy to take a PR.

I'm happy to take your word for it--could you submit a PR?

Thanks for the report! I'd be happy to consider a patch, especially a reasonably well-tested one. :)

Released 2020.1 to the package index that includes the version hint on pycparser. I'll leave this open since, at some point, the incompatibility with 2.20 will need to get resolved.

Thanks for reporting this issue. I unfortunately do not have the spare cycles to debug this at this moment, but I'd be happy to take a patch.

Pymbolic flattens those, assuming that multiplication is associative. (`Product` can have multiple children.) Do you have a use case in which that's not correct behavior?

> Well given floating point arithmetic is not associative we can always buggy behavior associated with this in a generated code ;). Grr, you're right. We should probably turn off...