Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / soenkehahn/cradle issues and pull requests

#218 - Add Output implementation for deserializing JSON

Pull Request - State: open - Opened by casey 8 months ago - 1 comment

#217 - Add Cargo.lock file

Pull Request - State: open - Opened by soenkehahn over 1 year ago

#216 - trigger ci

Pull Request - State: open - Opened by soenkehahn over 1 year ago

#215 - Add newer rustc versions to ci

Pull Request - State: open - Opened by soenkehahn about 2 years ago

#214 - Relax version dependencies

Pull Request - State: open - Opened by jeandudey about 2 years ago

#213 - Do not run system-dependent examples

Pull Request - State: open - Opened by jeandudey about 2 years ago - 1 comment

#212 - Bump gag to 1

Pull Request - State: open - Opened by eclipseo about 2 years ago

#211 - Move context-integration-tests into their own sub-package

Pull Request - State: closed - Opened by soenkehahn over 2 years ago - 3 comments

#210 - Migrate tests to use python scripts instead of rust test helper

Pull Request - State: open - Opened by soenkehahn over 2 years ago - 1 comment

#209 - Refactor panic source location tests

Pull Request - State: open - Opened by soenkehahn over 2 years ago

#208 - Fix typo in test name

Pull Request - State: closed - Opened by soenkehahn over 2 years ago

#207 - Don't fork a thread for stdin if not necessary

Pull Request - State: closed - Opened by soenkehahn over 2 years ago - 1 comment

#206 - Add just recipe to run tests for all supported rustc versions locally

Pull Request - State: closed - Opened by soenkehahn over 2 years ago

#205 - Rename default branch to main

Pull Request - State: closed - Opened by soenkehahn over 2 years ago

#204 - Add new rustc versions to ci

Pull Request - State: closed - Opened by soenkehahn over 2 years ago

#203 - Add new rustc versions to ci

Pull Request - State: closed - Opened by soenkehahn over 2 years ago

#202 - Bump version to 0.2.1

Pull Request - State: closed - Opened by soenkehahn over 2 years ago

#201 - Provide `Input` and `Output` impls for tuples up to size 16

Pull Request - State: closed - Opened by soenkehahn almost 3 years ago - 1 comment

#200 - Derive Copy for input::LogCommand

Pull Request - State: closed - Opened by soenkehahn almost 3 years ago - 1 comment

#199 - Add rustc-1.57 to ci

Pull Request - State: closed - Opened by soenkehahn almost 3 years ago

#198 - Update some dependencies

Pull Request - State: closed - Opened by soenkehahn almost 3 years ago

#197 - Switch to async io to avoid spawning three OS threads per command

Pull Request - State: open - Opened by soenkehahn almost 3 years ago

#196 - Add rustc-1.56 to CI

Pull Request - State: closed - Opened by soenkehahn almost 3 years ago

#195 - Allow multiple ;-separated commands in `run!`

Issue - State: open - Opened by casey almost 3 years ago

#194 - Add ability to run commands that require access to TTY

Issue - State: open - Opened by casey almost 3 years ago - 1 comment

#193 - Bump version to 0.2.0

Pull Request - State: closed - Opened by soenkehahn about 3 years ago

#192 - Exclude .github directory from crate

Pull Request - State: closed - Opened by olivierlemasle about 3 years ago - 3 comments

#191 - Allow only `&'static str` in `Split`

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 2 comments

#190 - Question: Does `cradle` support streaming output

Issue - State: open - Opened by fdncred about 3 years ago - 6 comments

#189 - Implement Output for String

Issue - State: closed - Opened by casey about 3 years ago - 2 comments

#188 - Add design philosophy section to readme

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 1 comment

#187 - Bump version to 0.1.0

Pull Request - State: closed - Opened by soenkehahn about 3 years ago

#186 - Add rustc-1.55 to ci

Pull Request - State: closed - Opened by soenkehahn about 3 years ago

#185 - Release 0.1.0

Issue - State: closed - Opened by casey about 3 years ago - 1 comment

#184 - Provide a better API for writing custom `Output` impls

Issue - State: open - Opened by soenkehahn about 3 years ago

#183 - Improve documentation for `Output`

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 1 comment

#182 - Add simple example of custom `Output` type

Pull Request - State: closed - Opened by soenkehahn about 3 years ago

#181 - Bump version to 0.0.24

Pull Request - State: closed - Opened by soenkehahn about 3 years ago

#180 - Derive `Clone` for all inputs and outputs

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 1 comment

#179 - Don't clone `ChildOutput` for tuple `Output`s

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 1 comment

#178 - Simplify Error type

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 1 comment

#177 - Rename from_run_result to from_child_output

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 1 comment

#176 - Enable doctests that were disabled by accident

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 1 comment

#175 - Allow to implement custom impls for `Input`

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 2 comments

#174 - Remove comment about api instability

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 1 comment

#173 - Simplify links in docs

Pull Request - State: closed - Opened by soenkehahn about 3 years ago

#172 - Bump version to 0.0.23

Pull Request - State: closed - Opened by soenkehahn about 3 years ago

#171 - Switch main documentation to `Input::run...` methods?

Issue - State: open - Opened by soenkehahn about 3 years ago

#170 - Improve documentation about error handling and different error types

Pull Request - State: closed - Opened by soenkehahn about 3 years ago

#169 - Add table of contents to lib module documentation. If that's easily doable.

Issue - State: closed - Opened by soenkehahn about 3 years ago - 1 comment

#168 - Re-export everything from cradle::prelude from the root module too

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 1 comment

#166 - [Refactoring] Implement the main macros in terms of Input::methods on tuples

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 1 comment

#165 - Bump version to 0.0.22

Pull Request - State: closed - Opened by soenkehahn about 3 years ago

#164 - Move Sized constraint from Input methods to trait

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 1 comment

#163 - Simplify Output::from_run_result

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 1 comment

#162 - Bump version to 0.0.21

Pull Request - State: closed - Opened by soenkehahn about 3 years ago

#161 - Rename main macros and Input methods

Pull Request - State: closed - Opened by soenkehahn about 3 years ago

#160 - Don't use cmd! in error messages

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 1 comment

#159 - Bump version to 0.0.20

Pull Request - State: closed - Opened by soenkehahn about 3 years ago

#158 - Fix CI builds for new versions of dependencies from crates.io

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 1 comment

#157 - Pin down libc to "=0.2.98"

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 1 comment

#156 - [CI] Disable cache

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 2 comments

#155 - Consider re-exporting lots of things in the root module

Issue - State: closed - Opened by soenkehahn about 3 years ago - 5 comments

#154 - Move everything out of the root module into submodules

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 2 comments

#153 - Declare memory-test as not published

Pull Request - State: closed - Opened by soenkehahn about 3 years ago

#152 - Bump version to 0.0.19

Pull Request - State: closed - Opened by soenkehahn about 3 years ago

#150 - Add hint to FileNotFoundWhenExecuting in case of whitespace in executable names

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 4 comments

#149 - Install just through github action

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 1 comment

#148 - Don't read stderr into memory when not captured

Pull Request - State: closed - Opened by soenkehahn about 3 years ago

#147 - Remove unused lockfile

Pull Request - State: closed - Opened by soenkehahn about 3 years ago

#146 - Install just from binaries on github CI

Issue - State: closed - Opened by soenkehahn about 3 years ago

#145 - Bump to version to 0.0.18

Pull Request - State: closed - Opened by soenkehahn about 3 years ago

#144 - Add Debug instances for every type consistently

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 1 comment

#143 - Don't read stdout into memory when not needed

Pull Request - State: closed - Opened by soenkehahn about 3 years ago

#142 - Disable tests that write invalid utf-8 to stdout or stderr on windows

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 3 comments

#141 - Bump version to 0.0.17

Pull Request - State: closed - Opened by soenkehahn about 3 years ago

#140 - [Experiment] Replace test_executables/helper with python snippets

Pull Request - State: open - Opened by soenkehahn about 3 years ago - 1 comment

#139 - Add .run() and friends to Input

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 1 comment

#138 - Bump version to 0.0.16

Pull Request - State: closed - Opened by soenkehahn about 3 years ago

#137 - Add rust 1.54 to ci

Pull Request - State: closed - Opened by soenkehahn about 3 years ago

#136 - Implement dedicated error variant when executable file cannot be found

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 2 comments

#135 - Support exec

Issue - State: open - Opened by casey about 3 years ago - 5 comments

#134 - Bump version to 0.0.15

Pull Request - State: closed - Opened by soenkehahn about 3 years ago

#133 - Add a prelude module

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 2 comments

#132 - Implement `Input` for stdlib types that implement `Display`

Issue - State: open - Opened by casey about 3 years ago - 5 comments

#131 - Implement `Input` for `Option<Input>`

Issue - State: closed - Opened by casey about 3 years ago - 2 comments

#130 - Allow to easily box an Input value

Issue - State: open - Opened by soenkehahn about 3 years ago - 3 comments

#127 - [Experiment] Convert test helper to test scripts snippets

Pull Request - State: closed - Opened by soenkehahn about 3 years ago - 1 comment

#119 - Consider alternative names to `cmd!`, `cmd_unit!`, and `cmd_result!`

Issue - State: closed - Opened by casey about 3 years ago - 1 comment

#115 - Add a prelude

Issue - State: closed - Opened by casey about 3 years ago - 4 comments

#109 - Create a dedicated error type for a missing executable

Issue - State: closed - Opened by soenkehahn about 3 years ago

#105 - Implement better error messages when the executable cannot be found

Issue - State: closed - Opened by soenkehahn about 3 years ago - 1 comment

#101 - Implement `Input` for `Iterator<Item = Input>`

Issue - State: open - Opened by soenkehahn about 3 years ago - 3 comments

#96 - Add `run` method to `Input`

Issue - State: closed - Opened by casey about 3 years ago - 2 comments

#90 - Create an easier way to suppress stdout

Issue - State: open - Opened by soenkehahn about 3 years ago

#65 - Allow users to implement `Input` and `Output`

Issue - State: closed - Opened by casey over 3 years ago - 8 comments

#48 - Globs

Issue - State: open - Opened by casey over 3 years ago - 2 comments