bob icon indicating copy to clipboard operation
bob copied to clipboard

Bob is a high-level build tool for multi-language projects.

Results 93 bob issues
Sort by recently updated
recently updated
newest added

We can remove [Store](https://github.com/benchkram/bob/blob/main/pkg/store/store.go) interface Following reasons: 1. Clean() is implemented only on the local, Done only on the remote 2. ctx was added to the interface only for the...

enhancement

Bumps [github.com/charmbracelet/bubbles](https://github.com/charmbracelet/bubbles) from 0.10.3 to 0.13.0. Release notes Sourced from github.com/charmbracelet/bubbles's releases. v0.13.0 Textarea Bubble This feature release includes a brand new textarea bubble that you can use to input...

dependencies

If we declare a run task with a relative `path` on a child bobfile, and call the run task from the parent bobfile, the path won't be properly resolved. Tested...

bug

Maybe we should run `nix-channel --update` before building dependencies with nix to make sure everyone has the latest local nixpkgs: `$ nix-channel --update` maybe a `bob nix update` cmd which...

enhancement

See title Also we should probably investigate output-piping-related FIXMEs to fix any bugs that may be present.

run

closes https://github.com/benchkram/bob/issues/98 This PR also fixes the issue with rebuild not happening after a restart

Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 0.20.0 to 0.22.0. Release notes Sourced from github.com/charmbracelet/bubbletea's releases. v0.22.0 Unmanaged Output Now you can print unmanaged output above your inline applications. This means you can print...

dependencies

Currently, is not possible to provide a bobfile with a different name than bob.yaml. This is problematic especially in tests where if we have multiple mock files we always need...

enhancement

By default `bob clean` should only clean artifacts & build info related to the current bobfile's scope. (Now it clears from all projects). # Todo - [x] Add project name...

enhancement

closes #73 This was branched of from https://github.com/benchkram/bob/pull/113 since they are related