Da Li (李达)

Results 48 comments of Da Li (李达)

Has a format issue. Will install pre-commit to solve it

Gentle cc @sklam , ready for review again.

Can this be marked with next release milestone?

Sure! I can do that. BTW, need to ask first: does prefect want to accept this PR, given python 3.8 will go to the end of its lifecycle in Oct,...

Same here! I also have a prefect flow based on RayTaskRunner, if the job is only running with Ray, its memory usage is ~500GB, but when using with prefect and...

Hi, does anyone have time to review this? I can give my preliminary review first, since this patch is really useful! Having it can avoid our pains when we use...

Got it. I tested it locally, really cool to have it!

Ah, I found another important bug about this PR, besides my comments above. will give a reproducer later. It seems failed to recognise one kind of `local import` into a...

With this https://github.com/numba/numba/pull/9168, we can add `BoundFunction` (i.e., `overload_method`'s type template) in `dep_types` in caching.py. Then add some implementations for handling this type, then we can detect `overload_method` related cache...