| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-14 | Make x capable of resolving symlinks | onur-ozkan | -3/+6 | |
| When bootstrapping from outside of the rust source, instead of calling 'x' from the absolute path (like /home/user/rust/x), we should be able to link 'x' from the rust source to binary paths so it can be used easily. Before this change, 'x' was not capable of finding 'x.py' when called from the linked file. Signed-off-by: onur-ozkan <work@onurozkan.dev> | ||||
| 2023-09-25 | quote argument to sh -n | MaxHearnden | -1/+1 | |
| This prevents glob expansion (*.py) and field splitting | ||||
| 2023-05-03 | check bootstrap scripts syntax | ozkanonur | -1/+4 | |
| Signed-off-by: ozkanonur <work@onurozkan.dev> | ||||
| 2022-10-31 | Add better python discovery | Albert Larsan | -0/+6 | |
| `x.ps1` and `x` will now search for python executables like `python3.9` and `python3.10.exe` | ||||
| 2022-08-12 | Use an extensionless `x` script for non-Windows | Josh Stone | -0/+33 | |
