Skip to content

Commit d336fd3

Browse files
committed
docs(personfit): trace Rust ignore syntax authority
1 parent f6c9267 commit d336fd3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/changelog.d/1779-personfit-mc-execution.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
Run the existing 500-replication person-fit U3 reversed-respondent acceptance in the normal Rust test suite instead of leaving it behind `#[ignore]`. The simulation design, respondent/item counts, fixed-seed reproducibility, public `person_fit_np` call, and >=95% detection criterion are unchanged.
66

77
The repository execution contract inspects the attributes attached to this exact Rust test independently of attribute order and rejects both Rust `ignore` syntaxes: the MetaWord form `#[ignore]` and the MetaNameValueStr reason form `#[ignore = "..."]`. Either form removes the test from ordinary execution, so neither may silently remove this scientific acceptance from the normal suite.
8+
9+
Authoritative syntax/behavior basis: *The Rust Reference*, “Testing attributes — The `ignore` attribute,” https://doc.rust-lang.org/reference/attributes/testing.html#the-ignore-attribute (accessed 2026-09-07).

0 commit comments

Comments
 (0)