|
2 | 2 |
|
3 | 3 | 
|
4 | 4 | 
|
5 |
| - |
| 5 | + |
6 | 6 | 
|
7 | 7 |
|
8 | 8 | * [AoC website](https://adventofcode.com/)
|
9 | 9 | * My AoC username: `tbali0524`
|
10 |
| -* [Puzzle list](puzzles.md) with topics and my completion status |
| 10 | +* [Puzzle list](puzzles.md) with topics and my completion status (in PHP) |
11 | 11 | * Some [memes](memes.md) from AoC subreddit
|
12 |
| -* Link to [this repo on GitHub](https://github.com/tbali0524/advent-of-code-solutions) |
13 |
| -* Link to my partial [rewrite of the solution in `Rust` on GitHub](https://github.com/tbali0524/advent-of-code-rust) |
| 12 | +* [This repo on GitHub](https://github.com/tbali0524/advent-of-code-solutions) |
| 13 | +* [My AoC solutions in Rust](https://github.com/tbali0524/advent-of-code-rust) (~3 seasons, 170⭐) |
| 14 | + |
| 15 | +This repo contains all solutions for the first 9 seasons in PHP, plus a simple CLI runner. Later I rewrote some of the solutions in Rust. However, from season 2024 I plan to solve the puzzles first in Rust and rewrite it in PHP only later (if at all). |
14 | 16 |
|
15 | 17 | ## Installation
|
16 | 18 |
|
@@ -94,4 +96,8 @@ The following helper commands are defined in [composer.json](composer.json):
|
94 | 96 | |open-metrics |Open generated code metrics report in browser _(fixed file path)_|
|
95 | 97 | |clean |Delete generated cache and report files in `.tools` and `docs` directories _(Windows only)_|
|
96 | 98 |
|
97 |
| -__Note:__ The above tools are NOT listed in `composer.json` as dev dependencies. Instead, the commands must be available in the `PATH`. See minimum version requirements in the config files. |
| 99 | +### Notes |
| 100 | + |
| 101 | +* The above tools are NOT listed in `composer.json` as dev dependencies. Instead, the commands must be available in the `PATH`. See minimum version requirements in the config files. |
| 102 | +* To run `php-cs-fixer` with `php v8.4`, set the `PHP_CS_FIXER_IGNORE_ENV` environment variable to `1`. |
| 103 | +* Currently several dev tools do not run or reports depreciations in `php v8.4`. (doc, loc, metrics) |
0 commit comments