Patrick Jackson
Patrick Jackson
This change adds a new flag, `--update`, that will invoke `nix-index` to update the database. Along with this change I've added better warning and error messages when dealing with a...
Updates the documentation links in the boost test files to point to the most recent version of boost. The real goal of this is to touch the test files so...
In #362 a tests.toml file was added to each track in order to track the list of implemented tests for that exercise. By default every test was listed as existing,...
One of the things we do in the C track is have a separate compilation target for validating memory accesses, which we do using AddressSanitizer. We should implement a similar...
This was brought up in #234. It would seem that at least the one test suite wouldn't compile without defining `EXERCISM_RUN_ALL_TESTS`, as the test suite used a global variable that...
I'm not sure if the exercise ordering makes much sense. The core exercises and the exercise ordering was setup in #187, and they may need to be updated or changed....
I would find it useful if atuin recorded the shell used for each command. For various reasons, I occasionally switch between shells for different purposes, and sometimes a command that...
So this is..a little odd, and probably my fault somehow. My history database on the default sync server somehow has ~80 records that have the same `(timestamp, cwd, command)`, but...
Removing the Nix instructions to manually install the zsh completions. The Nix package now installs zsh shell completions correctly, AFAICT: https://github.com/NixOS/nixpkgs/blob/9cc3b66a15941549ba883e7d85b678c6a7f9f8ae/pkgs/tools/misc/script-directory/default.nix#L29 If it doesn't work for you without this, maybe...
Opening this as a PR, and removing the link to the fish shell completions gist (the link was broken anyways after I renamed my account). If you don't want the...