Code Monkey home page Code Monkey logo

Comments (9)

Canop avatar Canop commented on July 17, 2024 1

Site almost ready: https://dystroy.org/bacon/

from bacon.

Canop avatar Canop commented on July 17, 2024 1

Hum, I was more imagining adding the arguments to a base job, for example

bacon ex -- bla -v some-arg

(assuming a "ex" job)

or

bacon -- -p my_crate_in_workspace

to take your example but assuming a base check job.

I'll create an issue anyway if you don't do it. I created #67 (it can be changed of course)

from bacon.

Canop avatar Canop commented on July 17, 2024 1

@cehteh Doesn't ctrl-c work well in bacon ? It was designed for that.
(note that I still have to do the same for the case of reverting to a previous process)

from bacon.

jyn514 avatar jyn514 commented on July 17, 2024

I still think something like google/argh#78 would be useful. The handling for doc-open is clever and I like that I can call it from the main job with a shortcut :)

from bacon.

Canop avatar Canop commented on July 17, 2024

@jyn514 Replacing argh isn't out of question. Parsing arguments isn't a hard problem, especially when you don't try to make a public library. I'm pondering whether passing arguments this way is worth the task or not. Would that be used a lot ?

from bacon.

jyn514 avatar jyn514 commented on July 17, 2024

@Canop I don't think there's any need to write your own parsing library, you could use gumdrop or clap or something which both support -- as a delimiter.

from bacon.

Canop avatar Canop commented on July 17, 2024

Is there an issue declared here for passing arguments after -- ? I don't find one.

from bacon.

jyn514 avatar jyn514 commented on July 17, 2024

#52 is somewhat related. My idea is that you could use bacon -- check -p my_crate_in_workspace without having to configure it in bacon.toml (it gets tedious when there are many crates). I don't think it makes sense to add support for every cargo flag in bacon directly.

from bacon.

cehteh avatar cehteh commented on July 17, 2024

on bacon 1.2 I have sometimes the issue that a borked test runs very long. Does bacon 2 offer some way (ctrl-c?) to kill the current subprocess (ideally some hook for nice level / ulimits would be nice too). If not I can make separate tickets for these.

from bacon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.