Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Specify minimum python version for tools in pyproject.toml | Trygve Aaberge | 2024-02-21 | 1 | -2/+2 |
| | |||||
* | Format built file after building if ruff is available | Trygve Aaberge | 2024-02-20 | 1 | -0/+7 |
| | |||||
* | Add completion of emoji names | Trygve Aaberge | 2024-02-18 | 1 | -1/+1 |
| | |||||
* | Build in CI and upload as artifact | Trygve Aaberge | 2024-02-18 | 1 | -0/+2 |
| | |||||
* | Render thread suffix in messages | Trygve Aaberge | 2024-02-18 | 1 | -1/+1 |
| | |||||
* | Fix build script | Trygve Aaberge | 2024-02-18 | 1 | -3/+3 |
| | |||||
* | Include python_compatibility.py first in compiled script | Trygve Aaberge | 2024-02-18 | 1 | -1/+1 |
| | | | | | This is necessary for these functions to be available in the other files, and this file doesn't depend on any of the other files. | ||||
* | Include a comment about the original source in the built script | Trygve Aaberge | 2024-02-18 | 1 | -3/+8 |
| | |||||
* | Use perl instead of awk to join multiline imports | Trygve Aaberge | 2024-02-18 | 1 | -1/+1 |
| | | | | | Unline the awk command, this works as intended and only joins the imports. | ||||
* | Handle multiline and indented imports in build.sh | Trygve Aaberge | 2024-02-18 | 1 | -2/+6 |
| | | | | | | | | This is pretty hacky, the awk script joins some lines it shouldn't so I should look into that, but now it works without manual changes at least. Any indented import is assumed to be within `if TYPE_CHECKING` and replaced with `pass`. | ||||
* | Rename combine.sh to build.sh | Trygve Aaberge | 2024-02-18 | 1 | -0/+7 |
Write output to build/slack.py instead of combined.py. |