jonathanunderwood
jonathanunderwood
Unfortunately I had to disable aarch64 builds and I was getting internal compiler errors (ICE) with that architecture on the build system. This is likely due to running the builds...
Approved, but tests failing, so not merging.
The same error arises for ```python from dlt.progress import log ```
> [@rudolfix](https://github.com/rudolfix) This is caused by name shadowing. The type checker will complain despite imports working. > > # dlt/__init__.py > # `dlt.pipeline` refers to `dlt/pipeline/__init__.py`, which contains `pipeline` >...
Related to this, at package build time, from [setup.py](https://github.com/python-lz4/python-lz4/blob/master/setup.py#L102) I detect the compiler that is in use, using `get_default_compiler()` from distutils, and based on that set `extra_compile_args`. What's the migration...
Building appears to be failing.
Typically when adding new python versions, I always remove EOL versions - in this case we can remove 3.8, which may help with the build failures.
Thanks for adding a PR for this. Unfortunately builds aren't currently working, and I am not going to have time to work on this project until december. So, PRs are...
Thanks for this. At present this only annotates the function/method return types, and doesn't cover the block bindings, so isn't really complete.
Conflicts to resolve.