Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / google/googletest-rust issues and pull requests

#377 - :seedling: Bump dtolnay/rust-toolchain from be73d7920c329f220ce78e0234b8f96b7ae60248 to dc6353516c68da0f06325f42ad880f76a5e77ec9

Pull Request - State: closed - Opened by dependabot[bot] 6 months ago - 1 comment
Labels: dependencies, github_actions

#376 - Learning resource

Issue - State: closed - Opened by LukeMathWalker 6 months ago - 1 comment

#375 - Moving the reference lifetime at the trait level

Pull Request - State: closed - Opened by bjacotg 6 months ago - 1 comment

#374 - Automatic code cleanup.

Pull Request - State: closed - Opened by copybara-service[bot] 6 months ago - 1 comment

#373 - Automatic code cleanup.

Pull Request - State: closed - Opened by copybara-service[bot] 6 months ago - 1 comment

#372 - Automatic code cleanup.

Pull Request - State: closed - Opened by copybara-service[bot] 6 months ago - 1 comment

#371 - PUBLIC: Implement succeed!() macro for documenting success in tests

Pull Request - State: closed - Opened by copybara-service[bot] 6 months ago - 1 comment

#370 - Automatic code cleanup.

Pull Request - State: closed - Opened by copybara-service[bot] 6 months ago - 1 comment

#369 - Parameterize `Matcher::matches` and `Matcher::explain_match`.

Pull Request - State: open - Opened by hovinen 6 months ago

#369 - Parameterize `Matcher::matches` and `Matcher::explain_match`.

Pull Request - State: open - Opened by hovinen 6 months ago

#368 - Remove the need for allocation from `is_utf8_string`.

Pull Request - State: open - Opened by hovinen 6 months ago

#367 - Copy instead of ref for ActualT

Pull Request - State: closed - Opened by bjacotg 7 months ago - 3 comments

#366 - Fix Clippy warning

Pull Request - State: closed - Opened by bjacotg 8 months ago

#365 - Make StrMatcher generic over the times matcher

Pull Request - State: closed - Opened by bjacotg 8 months ago - 1 comment

#364 - Make ContainsMatcher generic over the count matcher

Pull Request - State: closed - Opened by bjacotg 8 months ago - 1 comment

#363 - Add back empty any![] support

Pull Request - State: closed - Opened by bjacotg 8 months ago

#362 - :seedling: Bump actions/upload-artifact from 4.2.0 to 4.3.1

Pull Request - State: closed - Opened by dependabot[bot] 8 months ago
Labels: dependencies, github_actions

#359 - Use DisjunctionMatcher for any![] macro.

Pull Request - State: closed - Opened by bjacotg 8 months ago

#358 - Use `ConjunctionMatcher` in `all!` matcher.

Pull Request - State: closed - Opened by bjacotg 8 months ago

#357 - Add the actual display string to the explain_match output.

Pull Request - State: closed - Opened by bjacotg 8 months ago

#356 - Add automatic reference implementation of Matcher

Pull Request - State: closed - Opened by bjacotg 8 months ago

#355 - Implement `Clone` for possible matchers

Issue - State: closed - Opened by kupiakos 8 months ago - 3 comments

#354 - :seedling: Bump actions/upload-artifact from 4.2.0 to 4.3.0

Pull Request - State: closed - Opened by dependabot[bot] 8 months ago - 1 comment
Labels: dependencies, github_actions

#353 - Adding lifetime parameter to Matcher

Pull Request - State: closed - Opened by bjacotg 9 months ago - 1 comment

#352 - :seedling: Bump actions/upload-artifact from 4.1.0 to 4.2.0

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies, github_actions

#348 - Fix flakiness

Pull Request - State: open - Opened by bjacotg 9 months ago

#347 - Bump the version number in Cargo.toml to 0.11.

Pull Request - State: closed - Opened by copybara-service[bot] 9 months ago

#346 - Update serial_test requirement from 2.0.0 to 3.0.0

Pull Request - State: closed - Opened by dependabot[bot] 9 months ago - 1 comment
Labels: dependencies, rust

#344 - Flip the PartialEq constraint on EqMatcher

Pull Request - State: closed - Opened by bjacotg 9 months ago

#342 - Pure generic parameter

Pull Request - State: closed - Opened by bjacotg 9 months ago

#340 - `assert_that!` and kin should allow a trailing comma

Issue - State: closed - Opened by kupiakos 10 months ago

#339 - Fix the tests on Rust nightly.

Pull Request - State: closed - Opened by hovinen 10 months ago - 3 comments

#338 - :seedling: Bump actions/upload-artifact from 3.1.3 to 4.0.0

Pull Request - State: closed - Opened by dependabot[bot] 10 months ago
Labels: dependencies, github_actions

#337 - Fixing type annotation with PhantomData

Pull Request - State: closed - Opened by bjacotg 10 months ago - 1 comment

#336 - Migrate back to generic type parameter

Pull Request - State: closed - Opened by bjacotg 10 months ago - 4 comments

#333 - Avoid pronoun in container matcher documentation.

Pull Request - State: closed - Opened by copybara-service[bot] 10 months ago

#332 - Clarify the documentation of container matchers.

Pull Request - State: closed - Opened by hovinen 10 months ago

#331 - Add support for custom formatted error messages in `*_that!`

Issue - State: closed - Opened by kupiakos 10 months ago - 2 comments

#330 - The documentation for `elements_are` has unclear requirements

Issue - State: closed - Opened by kupiakos 10 months ago - 4 comments

#329 - Large error on nested use of `anything()` in a tuple in a vector

Issue - State: closed - Opened by mgeisler 10 months ago - 4 comments

#328 - Support for `#[should_panic]`?

Issue - State: closed - Opened by mgeisler 10 months ago - 6 comments

#326 - Rewrite the mechanism for rendering descriptions and match explanations

Pull Request - State: closed - Opened by hovinen 10 months ago - 2 comments

#325 - Garbled formatting of assertion failure messages in some cases

Issue - State: closed - Opened by hovinen 10 months ago - 1 comment

#324 - Increase MAX_DISTANCE to 50.

Pull Request - State: closed - Opened by copybara-service[bot] 10 months ago

#324 - Increase MAX_DISTANCE to 50.

Pull Request - State: open - Opened by copybara-service[bot] 10 months ago

#323 - Limitations of the Matcher Trait with Proxy reference type

Issue - State: closed - Opened by bjacotg 11 months ago - 21 comments

#323 - Limitations of the Matcher Trait with Proxy reference type

Issue - State: open - Opened by bjacotg 11 months ago - 21 comments

#320 - Update MSRV from 1.59 to 1.66

Pull Request - State: closed - Opened by bjacotg 11 months ago

#320 - Update MSRV from 1.59 to 1.65

Pull Request - State: open - Opened by bjacotg 11 months ago

#319 - Update async-executor requirement from =1.5.1 to =1.7.1

Pull Request - State: closed - Opened by dependabot[bot] 11 months ago - 1 comment
Labels: dependencies, rust

#319 - Update async-executor requirement from =1.5.1 to =1.7.1

Pull Request - State: open - Opened by dependabot[bot] 11 months ago
Labels: dependencies, rust

#318 - Update tokio requirement from =1.29.1 to =1.34.0

Pull Request - State: closed - Opened by dependabot[bot] 11 months ago - 1 comment
Labels: dependencies, rust

#317 - Update async-executor requirement from =1.5.1 to =1.7.0

Pull Request - State: closed - Opened by dependabot[bot] 11 months ago - 1 comment
Labels: dependencies, rust

#316 - :seedling: Bump ossf/scorecard-action from 2.2.0 to 2.3.1

Pull Request - State: closed - Opened by dependabot[bot] 11 months ago
Labels: dependencies, github_actions

#315 - Pin the dependency on async-executor in the integration-tests crate to version 1.5.1.

Pull Request - State: closed - Opened by hovinen 12 months ago - 3 comments

#313 - Update gtest-rust docs with correct MatcherResults

Pull Request - State: closed - Opened by copybara-service[bot] 12 months ago

#312 - :seedling: Bump ossf/scorecard-action from 2.2.0 to 2.3.0

Pull Request - State: closed - Opened by dependabot[bot] 12 months ago - 1 comment
Labels: dependencies, github_actions

#311 - Update tokio requirement from =1.29.1 to =1.33.0

Pull Request - State: closed - Opened by dependabot[bot] 12 months ago - 1 comment
Labels: dependencies, rust

#307 - :seedling: Bump dtolnay/rust-toolchain from 0e66bd3e6b38ec0ad5312288c83e47c143e6b09e to 1482605bfc5719782e1267fd0c0cc350fe7646b8

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago - 1 comment
Labels: dependencies, github_actions

#306 - Mangle the matcher macros

Pull Request - State: closed - Opened by bjacotg about 1 year ago

#304 - :seedling: Bump actions/upload-artifact from 3.1.2 to 3.1.3

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, github_actions

#302 - :seedling: Bump actions/checkout from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, github_actions

#300 - Remove unused `serial_test`

Pull Request - State: open - Opened by mgeisler about 1 year ago

#300 - Remove unused `serial_test`

Pull Request - State: closed - Opened by mgeisler about 1 year ago - 1 comment

#299 - Fix the language of the documentation of the type alias `Result`.

Pull Request - State: open - Opened by hovinen about 1 year ago

#299 - Fix the language of the documentation of the type alias `Result`.

Pull Request - State: closed - Opened by hovinen about 1 year ago

#298 - Bump the version number in Cargo.toml to 0.10.

Pull Request - State: closed - Opened by copybara-service[bot] about 1 year ago

#298 - Bump the version number in Cargo.toml to 0.10.

Pull Request - State: closed - Opened by copybara-service[bot] about 1 year ago

#297 - Update tokio requirement from =1.29.1 to =1.32.0

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago - 2 comments
Labels: dependencies, rust

#297 - Update tokio requirement from =1.29.1 to =1.32.0

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago - 2 comments
Labels: dependencies, rust

#296 - Fix a Clippy warning.

Pull Request - State: closed - Opened by copybara-service[bot] about 1 year ago

#296 - Fix a Clippy warning.

Pull Request - State: closed - Opened by copybara-service[bot] about 1 year ago

#295 - Add docstrings for some elements which were missing it.

Pull Request - State: closed - Opened by copybara-service[bot] about 1 year ago

#295 - Add docstrings for some elements which were missing it.

Pull Request - State: closed - Opened by copybara-service[bot] about 1 year ago