Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
andtsa created a review comment on a pull request on ConSol-Lab/gourd
My original idea was to cater for externally provided scripts, without needing the user to modify them. To be honest I'm giving up on the idea and instead providing examples for how to deal with an...
andtsa created a review comment on a pull request on ConSol-Lab/gourd
- it causes no errors on other systems - I personally want to use `~` in my file paths, plus the error when you use a `~` is misleading - I imagine it would let people that know what they're do...
andtsa created a review comment on a pull request on ConSol-Lab/gourd
agreed! will fix
andtsa created a review comment on a pull request on ConSol-Lab/gourd
permissions can change indeed, but is there really a scenario when they will *have* change between the experiment creation and status execution? because as a user I would rather when the experiment...
andtsa created a review comment on a pull request on ConSol-Lab/gourd
the goal here is to allow for more options in after scripts, such as specifying whether input should be passed as a file path or contents and through arguments vs stdin, maybe users explicitly want...
andtsa created a comment on an issue on ConSol-Lab/gourd
> Currently, gourd expects the afterscript to be an executable (binary), rather than a bash script. This is not something I assumed, though I guess it does make it much more versatile, so that's ni...
andtsa created a comment on an issue on ConSol-Lab/gourd
@Cesar48 apologies for the delay! After some debugging and trying to reproduce your issue I came to the conclusion that debugging afterscript issues like yours is unnecessarily difficult, and calle...
andtsa closed a pull request on ConSol-Lab/gourd
Simplified afterscript use
reworked after scripts so they just print (`echo`) their output to stdout, instead of a file. gourd collects the stdout and stores it in the experiment lockfile benefits: - the documentation is m...andtsa opened a pull request on ConSol-Lab/gourd
reworking afterscripts
reworked after scripts so they just print (echo) their output to stdout, instead of a file. gourd collects the stdout and stores it in the experiment lockfile benefits: the documentation is muc...andtsa created a branch on ConSol-Lab/gourd
afterscripts_2 - a command-line tool for configuring, running, and analysing algorithm comparison experiments on supercomputers
andtsa pushed 18 commits to grouping_2 ConSol-Lab/gourd
- test new pipelines 9449248
- fixed everything 490635b
- pipeline triggers + documentation 69ffaad
- allow manual pipeline triggering 7729f4e
- hotfix 47367f6
- resolve feedback 21c0910
- csv grouping e09a239
- table generation ac44c14
- table analysis 82a5107
- feedback f6fd00b
- label priority optional ad53864
- feedback c06447e
- fix integration tests ce5ad1d
- git tests da577e1
- skip serialization of default fields 93ec1c2
- warn on non-escaped path arguments bf14fdd
- specify which input caused the warning 7b07e04
- afterscript path in status 447e060
andtsa created a branch on ConSol-Lab/gourd
fix_pipeline - a command-line tool for configuring, running, and analysing algorithm comparison experiments on supercomputers
andtsa published a release on ConSol-Lab/gourd
version 1.1.2
# Version 1.1.2: Snake Gourd ### DelftBlue installers fixed! Linux installers specifically for DelftBlue are now statically linked to `musl`, since GitHub runners have a different version of `gli...andtsa created a tag on ConSol-Lab/gourd
1.1.2 - a command-line tool for configuring, running, and analysing algorithm comparison experiments on supercomputers