wmmiii / ibazel-rust-error

Repo to demonstrate ibazel error when running rules_rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ibazel rules_rust bug

This repo is intended to reproduce an error in which Bazel watcher does not properly detect changes from the rust_binary rule from rules_rust

Repro

  1. Fetch and build the Bazel watcher binary
  2. Run the following command
    ibazel run //:binary
  3. Modify the string within main.rs
  4. Note that Bazel watcher does not rebuild the executable

About

Repo to demonstrate ibazel error when running rules_rust


Languages

Language:Starlark 94.6%Language:Rust 5.4%