Search Criteria
Package Details: exercism 3.5.8-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/exercism.git (read-only, click to copy) |
|---|---|
| Package Base: | exercism |
| Description: | Command line tool for exercism.io |
| Upstream URL: | https://github.com/exercism/cli |
| Licenses: | MIT |
| Submitter: | squarfed |
| Maintainer: | severen (kstolp) |
| Last Packager: | kstolp |
| Votes: | 14 |
| Popularity: | 0.148337 |
| First Submitted: | 2018-10-07 17:40 (UTC) |
| Last Updated: | 2025-09-25 05:53 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-eacAUR)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, go-binAUR, goup-rsAUR, gcc-go) (make)
Latest Comments
rhipilaf commented on 2022-11-22 10:55 (UTC)
Even of the 3.0.13-1 version is written out of date, it is possible to install it with yay, and then run the command :
sudo exercism upgradewhich upgrades exercism to the last version directly (for me to the 3.1.0 version). You can test your version of exercism withexercism versionEremiell commented on 2022-09-26 16:24 (UTC)
Seems like the completion scripts are being put into wrong place. I figured this the hard way of deciding to write one and only after some initial attempts realising I may want to look up if there're any open issues or PRs, after which I found out there's an official script shipped, and from there that it's being packaged and even present on my system, just not kicking in. Possibly check where exercism-bin is putting these as that seems to be where about every other package puts them as well.
flacks commented on 2020-01-07 02:22 (UTC)
Hi there - Would you consider switching the dependency on
go-pietogo? You can still build PIE binaries by building exercism using:The first flag is what
go-piedoes by default. AIUI, according to this task https://bugs.archlinux.org/task/60928, it seems like some TUs want to eliminatego-pieand havegobuild PIE by default (and instead have ago-nopiepackage in place for builds incompatible with PIE for some reason).The other 2 flags are meant to enable reproducible builds, and were referenced from https://wiki.archlinux.org/index.php/Go_package_guidelines#Flags_and_build_options. I can confirm by verifying with
namcapthat the three flags together produce reproducible binary builds.ekkelett commented on 2019-11-27 13:33 (UTC)
Here's a patch for an update to 3.0.13.
squarfed commented on 2018-10-08 10:08 (UTC) (edited on 2018-10-08 10:17 (UTC) by squarfed)
There is another exercism package on aur, which ships the official binary. Instead this one builds from source.