2023-08-26 18:31:41 by Benny Siegert | Files touched by this commit (149) | |
Log message: Revbump all Go packages after go120 update |
2023-08-02 13:54:19 by Amitai Schleier | Files touched by this commit (3) |
Log message: Update to 3.2.0. From the changelog: - #1092: Add `exercism test` command to run the unit tests for nearly any track (inspired by universal-test-runner) |
2023-07-15 12:53:10 by Benny Siegert | Files touched by this commit (151) | |
Log message: Revbump all Go packages after go120 update |
2023-05-05 21:37:45 by Benny Siegert | Files touched by this commit (134) | |
Log message: Revbump all Go packages after go120 security update |
2023-04-05 22:48:01 by Benny Siegert | Files touched by this commit (140) | |
Log message: Revbump all Go packages after yesterday's go120 security update |
2023-03-19 13:16:30 by Leonardo Taccari | Files touched by this commit (2) |
Log message: exorcism: Remove USE_LANGUAGES and adjust distfile handling - Using empty USE_LANGUAGES at least for Go 1.20.x is problematic because runtime/cgo and probably other modules actually needs a C compiler (build fails without it too) - Set a non-generic DISTNAME to avoid possible conflicts (there could be several `cli' distfiles, they can eventually conflicts eachother and we can eventually avoid that via DIST_SUBDIR or just by setting DISTNAME (that's simpler)) Bump PKGREVISION. |
2023-03-17 12:39:18 by Amitai Schleier | Files touched by this commit (2) |
Log message: Install shell completions. Bump PKGREVISION. |
2023-03-15 21:22:51 by Amitai Schleier | Files touched by this commit (7) |
Log message: Add exercism: Command line tool for exercism.org The Exercism CLI is the link between the exercism.org website and your local work environment. It lets you download exercises and submit your solution to the site. |