aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
Commit message (Collapse)AuthorAgeFilesLines
* Build in CI and upload as artifactTrygve Aaberge2024-02-181-0/+2
|
* Render thread suffix in messagesTrygve Aaberge2024-02-181-1/+1
|
* Fix build scriptTrygve Aaberge2024-02-181-3/+3
|
* Include python_compatibility.py first in compiled scriptTrygve Aaberge2024-02-181-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 scriptTrygve Aaberge2024-02-181-3/+8
|
* Use perl instead of awk to join multiline importsTrygve Aaberge2024-02-181-1/+1
| | | | | Unline the awk command, this works as intended and only joins the imports.
* Handle multiline and indented imports in build.shTrygve Aaberge2024-02-181-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.shTrygve Aaberge2024-02-181-0/+7
Write output to build/slack.py instead of combined.py.