-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should we add standard scripts to /bin? #783
Comments
On a related note, I thought it would be nice if we could get configlet to generate a using Test
include("practice-exercise.jl")
@testset verbose = true "tests" begin
# insert all tests here
end
This might cut down on confusion about the new format versus the blank file which is presented now. |
That looks simple and worthwhile. I'd support it. Of course, a more thorough approach is to create generators to build the tests from |
I've only briefly looked into it, but I'm still not exactly sure where I'd need to start. I initially thought the |
I don't know details, but I think there was an attempt to add generators several years ago. It doesn't seem to have progressed very far. |
Thinking about this some more, we probably can't mess with configlet, which is a complicated cross-track Go program. I guess options included writing a separate shell script and putting it in |
I've not seen any pushback on the original question about adding scripts from A more clued-up maintainer might create a GitHub workflow to keep them synced automatically, but I confess I have no idea how to do that. I should probably learn, sometime. |
Thanks for looking into that! I'm unfamiliar with the overarching program (and don't read Go), but the
Sounds good! I'll try to be around to review when that comes in. |
Tangential comment: from the timing of this, you seem to be well to the east of me. I'm in Arizona, timezone UTC-7:00 all year (MST in US terminology). |
I'm not too far east (Georgia EST). I just got started early today :) |
Resolved with PR #785 |
From a PR that Erik just sent to the R track, I belatedly realized that new tracks get a bunch of useful scripts. These are in
https://github.com/exercism/generic-track/tree/main/bin
Of these, Julia only has
fetch-configlet
.My first impression is that at least
add-practice-exercise
andverify-exercises
would be useful here, maybe the others.Can anyone see a downside to this?
The text was updated successfully, but these errors were encountered: