Dataset Viewer
Auto-converted to Parquet Duplicate
repo
string
pull_number
int64
instance_id
string
issue_numbers
sequence
base_commit
string
patch
string
test_patch
string
problem_statement
string
hints_text
string
created_at
string
version
string
updated_at
string
environment_setup_commit
string
FAIL_TO_PASS
sequence
PASS_TO_PASS
sequence
FAIL_TO_FAIL
sequence
PASS_TO_FAIL
sequence
source_dir
string
sagiegurari/cargo-make
595
sagiegurari__cargo-make-595
[ "594" ]
ee4e8b40319532079750d26c7d2415c0c6fbc306
diff --git a/docs/_includes/content.md b/docs/_includes/content.md --- a/docs/_includes/content.md +++ b/docs/_includes/content.md @@ -2039,6 +2039,19 @@ rustc 1.32.0-nightly (451987d86 2018-11-01) [cargo-make] INFO - Build Done in 2 seconds. ``` +It's also possible to assert a minimum required version of rustc wi...
diff --git a/src/lib/command_test.rs b/src/lib/command_test.rs --- a/src/lib/command_test.rs +++ b/src/lib/command_test.rs @@ -110,7 +110,7 @@ fn run_command_for_toolchain() { let mut task = Task::new(); task.command = Some("echo".to_string()); task.args = Some(vec!["test".to_string()]); - ...
Let toolchain describe a minimal supported rust version ### Feature Description ``` [tasks.rustc-version-stable] toolchain = "1.56" # required because we're using edition 2021 ``` Unfortunately, by the time 1.57 stabilizes, the above will suddenly complain to devs using the latest stable release. ### Describe...
thanks a lot for the idea. how about: ```toml [tasks.rustc-version-stable] toolchain = { channel = "stable", min_version = "1.56" } ``` this way * we don't need to parse the version * we are consistent with install_crate attribute which has min_version as well. so better do the same everywhere. this sound...
2021-10-06T17:31:32Z
0.35
2021-11-08T14:10:09Z
b60232e120431d950bb772417f2a281a385eac9b
[ "cache::cache_test::load_from_path_not_exists", "cache::cache_test::load_from_path_exists", "cli_commands::list_steps::list_steps_test::run_empty", "cli_commands::print_steps::print_steps_test::get_format_type_default", "cli_commands::print_steps::print_steps_test::get_format_type_short_description", "cli...
[]
[]
[]
auto_2025-06-12
sagiegurari/cargo-make
1,109
sagiegurari__cargo-make-1109
[ "1108" ]
e3e93de01658a7a4fa8a62ff086582e69e712bc8
diff --git a/CHANGELOG.md b/CHANGELOG.md --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## CHANGELOG +### v0.37.14 + +* Fix: fix the --skip-init-end-tasks argument #1108 + ### v0.37.13 (2024-07-07) * Enhancement: New condition_script_runner_args attribute #1081 diff --git a/src/lib/cli.rs b/src/lib/cli.rs...
diff --git a/src/lib/cli_commands/diff_steps.rs b/src/lib/cli_commands/diff_steps.rs --- a/src/lib/cli_commands/diff_steps.rs +++ b/src/lib/cli_commands/diff_steps.rs @@ -8,7 +8,7 @@ mod diff_steps_test; use crate::command; -use crate::execution_plan::create as create_execution_plan; +use crate::execution_plan::Exe...
`--skip-init-end-tasks` doesn't seem to work ### Describe The Bug With `tasks.init` defined, even if we call `cargo make --skip-init-end-tasks empty`, the init task will be called. I am not sure if I am understanding the `--skip-init-end-tasks` argument incorrectly, or there is a bug. If it's a misunderstanding, I ...
instead of cargo make empty --skip-init-end-tasks do cargo make --skip-init-end-tasks empty > instead of cargo make empty --skip-init-end-tasks do cargo make --skip-init-end-tasks empty The same: ``` $ cargo init hello-world && cd hello-world && echo "tasks.init.script = \"echo init\"" > Makefile.toml && car...
2024-07-07T19:09:51Z
0.37
2024-07-14T17:47:16Z
ef1f37051d1fba6118cf75492e5c5aec5ebbe704
[ "cache::cache_test::load_from_path_not_exists", "cli::cli_test::run_bad_subcommand - should panic", "cli_commands::diff_steps::diff_steps_test::run_missing_task_in_first_config - should panic", "cli_commands::list_steps::list_steps_test::run_all_public", "cli_commands::list_steps::list_steps_test::run_empty...
[]
[]
[]
auto_2025-06-12
sagiegurari/cargo-make
714
sagiegurari__cargo-make-714
[ "712" ]
6f82c9ec41374598a4fda5dde232fda7a557865d
"diff --git a/.gitignore b/.gitignore\n--- a/.gitignore\n+++ b/.gitignore\n@@ -8,3 +8,5 @@ dump.rdb\(...TRUNCATED)
"diff --git a/Makefile.toml b/Makefile.toml\n--- a/Makefile.toml\n+++ b/Makefile.toml\n@@ -28,6 +28,(...TRUNCATED)
"Cargo make incompatible with Rust 1.64 Workspace Inheritance\n### Describe The Bug\r\nAs of Rust 1.(...TRUNCATED)
"oh... thanks for reporting. I'll handle that today\nI also forgot to mention that this may also aff(...TRUNCATED)
2022-09-23T14:25:19Z
0.36
2022-09-27T09:08:25Z
74e54adeefbd609c5d163c6df66b787e43740428
["cache::cache_test::load_from_path_not_exists","cache::cache_test::load_from_path_exists","cli::cli(...TRUNCATED)
[ "tests::it_works" ]
[]
[]
auto_2025-06-12
mozilla/cbindgen
401
mozilla__cbindgen-401
[ "397" ]
5b4cda0d95690f00a1088f6b43726a197d03dad0
"diff --git a/src/bindgen/bindings.rs b/src/bindgen/bindings.rs\n--- a/src/bindgen/bindings.rs\n+++ (...TRUNCATED)
"diff --git a/tests/expectations/associated_in_body.cpp b/tests/expectations/associated_in_body.cpp\(...TRUNCATED)
"Initialize struct literals with list-initializer\nOn cbindgen 0.9.1, Values of bitflags are convert(...TRUNCATED)
2019-10-12T13:18:55Z
0.9
2019-11-18T02:03:42Z
5b4cda0d95690f00a1088f6b43726a197d03dad0
[ "test_struct_literal_order" ]
["bindgen::mangle::generics","test_no_includes","test_custom_header","test_include_guard","test_cfg_(...TRUNCATED)
["test_expand_features","test_expand_default_features","test_expand_dep","test_expand","test_expand_(...TRUNCATED)
[]
auto_2025-06-12
mozilla/cbindgen
332
mozilla__cbindgen-332
[ "331" ]
46aed0802ae6b3e766dfb3f36680221c29f9d2fc
"diff --git a/src/bindgen/cargo/cargo.rs b/src/bindgen/cargo/cargo.rs\n--- a/src/bindgen/cargo/cargo(...TRUNCATED)
"diff --git a/src/bindgen/cargo/cargo_metadata.rs b/src/bindgen/cargo/cargo_metadata.rs\n--- a/src/b(...TRUNCATED)
"Plan For Refactor: Ignore Extern Crates Completely\nIn Rust 2018 you're idiomatically supposed to a(...TRUNCATED)
2019-04-30T19:11:42Z
0.8
2019-05-02T21:39:41Z
46aed0802ae6b3e766dfb3f36680221c29f9d2fc
["bindgen::mangle::generics","test_no_includes","test_docstyle_doxy","test_inner_mod","test_global_a(...TRUNCATED)
[]
[]
[]
auto_2025-06-12
mozilla/cbindgen
293
mozilla__cbindgen-293
[ "100" ]
e712cc42c759ace3e47a6ee9fdbff8c4f337cec1
"diff --git a/Cargo.lock b/Cargo.lock\n--- a/Cargo.lock\n+++ b/Cargo.lock\n@@ -34,6 +34,8 @@ version(...TRUNCATED)
"diff --git a/.travis.yml b/.travis.yml\n--- a/.travis.yml\n+++ b/.travis.yml\n@@ -9,11 +9,11 @@ add(...TRUNCATED)
"Handle bitflags\nIt would be nice to be able to use [`bitflags!`](https://github.com/rust-lang-nurs(...TRUNCATED)
"I can confirm the expanded output does work outside of the associated constants. For instance, with(...TRUNCATED)
2019-02-24T02:01:02Z
0.8
2019-02-26T05:39:16Z
46aed0802ae6b3e766dfb3f36680221c29f9d2fc
[ "bindgen::mangle::generics" ]
[]
[]
[]
auto_2025-06-12
mozilla/cbindgen
519
mozilla__cbindgen-519
[ "518" ]
b6b88f8c3024288287368b377e4d928ddcd2b9e2
"diff --git a/docs.md b/docs.md\n--- a/docs.md\n+++ b/docs.md\n@@ -335,7 +348,6 @@ Given configurati(...TRUNCATED)
"diff --git a/docs.md b/docs.md\n--- a/docs.md\n+++ b/docs.md\n@@ -235,6 +235,19 @@ An annotation ma(...TRUNCATED)
"Exclude parsing of module paths in crate\nHello! I ran into an issue with cbindgen where I want to(...TRUNCATED)
"Can you post a concrete example so that I can wrap my head around it please?\r\n\r\nYou can conditi(...TRUNCATED)
2020-05-01T02:40:21Z
0.14
2020-05-15T13:43:59Z
6b4181540c146fff75efd500bfb75a2d60403b4c
["bindgen::mangle::generics","test_const_conflict","test_bitflags","test_no_includes","test_cfg_fiel(...TRUNCATED)
[]
[]
[]
auto_2025-06-12
mozilla/cbindgen
501
mozilla__cbindgen-501
[ "500" ]
6fd245096dcd5c50c1065b4bd6ce62a09df0b39b
"diff --git a/src/bindgen/library.rs b/src/bindgen/library.rs\n--- a/src/bindgen/library.rs\n+++ b/s(...TRUNCATED)
"diff --git /dev/null b/tests/expectations/both/exclude_generic_monomorph.c\nnew file mode 100644\n-(...TRUNCATED)
"Manually avoid declaring opaque structs\nMy code uses the following types on the FFI:\r\n```rust\r\(...TRUNCATED)
"@emilio @Gankra could you post your thoughts on that?\nWe need to confer with the Rust devs to veri(...TRUNCATED)
2020-03-31T15:44:12Z
0.13
2020-04-01T09:46:05Z
6fd245096dcd5c50c1065b4bd6ce62a09df0b39b
[ "test_exclude_generic_monomorph" ]
["bindgen::mangle::generics","test_include_guard","test_custom_header","test_no_includes","test_cell(...TRUNCATED)
["test_expand_no_default_features","test_expand_dep","test_expand_features","test_expand","test_expa(...TRUNCATED)
[]
auto_2025-06-12
mozilla/cbindgen
494
mozilla__cbindgen-494
[ "493" ]
17d7aad7d07dce8aa665aedbc75c39953afe1600
"diff --git a/src/bindgen/parser.rs b/src/bindgen/parser.rs\n--- a/src/bindgen/parser.rs\n+++ b/src/(...TRUNCATED)
"diff --git /dev/null b/tests/expectations/associated_constant_panic.c\nnew file mode 100644\n--- /d(...TRUNCATED)
"Panics with parse_deps=true\nWhen running cbindgen in [this](https://github.com/RazrFalcon/ttf-pars(...TRUNCATED)
"I can't can't tell whether this is the same thing or not because I can't read it, but I got: https:(...TRUNCATED)
2020-03-21T14:08:30Z
0.13
2020-03-21T16:23:07Z
6fd245096dcd5c50c1065b4bd6ce62a09df0b39b
[ "test_associated_constant_panic" ]
["bindgen::mangle::generics","test_include_guard","test_no_includes","test_custom_header","test_cfg_(...TRUNCATED)
["test_expand_no_default_features","test_expand_features","test_expand_default_features","test_expan(...TRUNCATED)
[]
auto_2025-06-12
mozilla/cbindgen
489
mozilla__cbindgen-489
[ "488" ]
6654f99251769e9e037824d471f9f39e8d536b90
"diff --git a/src/bindgen/ir/ty.rs b/src/bindgen/ir/ty.rs\n--- a/src/bindgen/ir/ty.rs\n+++ b/src/bin(...TRUNCATED)
"diff --git /dev/null b/tests/expectations/both/cell.c\nnew file mode 100644\n--- /dev/null\n+++ b/t(...TRUNCATED)
"Create opaque type for a generic specialization with `RefCell` etc.\nI have:\r\n\r\n```rust\r\nbund(...TRUNCATED)
"Here's a reduced test-case:\r\n\r\n```rust\r\npub struct NotReprC<T> { inner: T }\r\n\r\npub type F(...TRUNCATED)
2020-03-09T00:29:19Z
0.13
2020-03-09T00:49:18Z
6fd245096dcd5c50c1065b4bd6ce62a09df0b39b
[ "test_cell" ]
["bindgen::mangle::generics","test_custom_header","test_no_includes","test_include_guard","test_cfg_(...TRUNCATED)
["test_expand_features","test_expand_dep_v2","test_expand_default_features","test_expand_no_default_(...TRUNCATED)
[]
auto_2025-06-12
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
6