Sigurd Spieckermann
Sigurd Spieckermann
I'm faced with the exact same problem, just typically for Python projects. Sadly there has been zero activity on this IMHO extremely relevant problem. 🙁
Another option might be [Vite](https://github.com/vitejs/vite). For instance, [mobx-keystone](https://github.com/xaviergonz/mobx-keystone) uses it.
The same problem occurs for this snippet: ```python from dataclasses import dataclass from typing import Final @dataclass class A: x: Final = "a" @dataclass # Removing this decorator makes it...
Another occurrence of this problem with just a single dataclass: ```python from dataclasses import dataclass from typing import Final def f(): @dataclass class A: x: Final = "a" ``` ```...
I would need to verify some assumptions, but I believe it is possible to strictly separate build steps from runtime installation. Perhaps instead of passing `torch`'s `BuildExtension` class to [`cmdclass`](https://github.com/rusty1s/pytorch_sparse/blob/9532032e157958820f28cd522cab45cb66f083cd/setup.py#L119-L122),...
It looks like tests are only failing because this is a 3rd party PR: > Failed to create test deployment. This is expected for 3rd-party Pull Requests. Please run tests...
I've extended the `25-exclude-files` integration test to test `includeFiles` as well and added `26-exclude-dirs` to test excluding/including directories and the files inside them with recursive glob patterns, similar to my...
@styfle @TooTallNate Anything left to do here? Could you merge this PR?
@TooTallNate I've made the changes as you suggested.
@TooTallNate Anything else needed to merge this PR?