Ecosyste.ms: Issues

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

GitHub / pcsm/simulacrum issues and pull requests

#62 - no new releases?

Issue - State: closed - Opened by cortopy about 4 years ago

#61 - no new releases?

Issue - State: closed - Opened by cortopy about 4 years ago - 2 comments

#60 - Format code using 'cargo fmt'

Pull Request - State: open - Opened by Atul9 almost 6 years ago

#59 - implement Default for Mocks

Issue - State: open - Opened by jasongrlicky over 6 years ago - 3 comments
Labels: mock

#58 - impl Default for mock objects

Pull Request - State: closed - Opened by asomers over 6 years ago - 1 comment

#57 - .called_once() violations should fail quickly

Issue - State: open - Opened by asomers over 6 years ago - 1 comment
Labels: mock

#56 - Can't mock a Send Trait

Issue - State: closed - Opened by asomers over 6 years ago - 6 comments
Labels: bug, mock, breaking

#55 - Can't mock methods with generic parameters more than once per mock object

Issue - State: open - Opened by asomers over 6 years ago - 5 comments
Labels: mock

#54 - Returning method should take their parameters by value

Pull Request - State: closed - Opened by asomers over 6 years ago

#53 - Mock methods can't consume their parameters

Issue - State: closed - Opened by asomers over 6 years ago - 1 comment
Labels: mock, breaking

#52 - Mock methods can't return by move

Issue - State: open - Opened by asomers over 6 years ago - 1 comment
Labels: mock

#51 - panicked at 'called `Option::unwrap()` on a `None` value' when mocking generic methods

Issue - State: open - Opened by asomers over 6 years ago - 1 comment
Labels: mock

#50 - constraint::stock::params::tests::test_handle_call_fail fails on stable Rust

Issue - State: closed - Opened by asomers over 6 years ago - 2 comments

#49 - Call them "Checkpoints" instead of "Eras"

Issue - State: open - Opened by jasongrlicky over 6 years ago
Labels: mock, facade

#48 - Rustdoc for Facade landing page should be friendlier

Issue - State: open - Opened by jasongrlicky almost 7 years ago
Labels: facade

#47 - Mock objects should be able to return other mock objects

Issue - State: closed - Opened by jasongrlicky almost 7 years ago - 1 comment
Labels: invalid, mock, breaking

#46 - Param mismatch is misreported as called-too-many-times

Issue - State: open - Opened by jasongrlicky almost 7 years ago
Labels: bug, mock

#45 - Print the number of times the function was expected to be called

Issue - State: open - Opened by jasongrlicky almost 7 years ago
Labels: mock

#43 - Mocks should not warn on dead code if .then() or various expect methods aren't used

Issue - State: closed - Opened by jasongrlicky almost 7 years ago - 1 comment
Labels: macros

#42 - Determine which version of Rust is required to use simulacrum and add a badge

Issue - State: open - Opened by jasongrlicky almost 7 years ago
Labels: macros, mock, user, shared, facade

#41 - Re-architect crate dependencies for more granular versioning.

Issue - State: closed - Opened by jasongrlicky almost 7 years ago - 1 comment
Labels: macros, mock, breaking, user, shared, facade

#40 - Use $crate to make params!() macro more robust

Issue - State: closed - Opened by jasongrlicky almost 7 years ago - 1 comment
Labels: user

#39 - Use $crate to make simulacrum_macros more robust

Issue - State: closed - Opened by jasongrlicky almost 7 years ago - 1 comment
Labels: macros

#38 - Clean up docs for macros

Issue - State: open - Opened by jasongrlicky almost 7 years ago
Labels: macros

#37 - Update `params!` macro docs to go up to 9 parameters

Issue - State: closed - Opened by jasongrlicky almost 7 years ago - 1 comment
Labels: bug, user

#36 - Add back multiple expectations per method per era

Issue - State: open - Opened by jasongrlicky almost 7 years ago
Labels: mock, breaking

#35 - Using was_called! warns about unused parens sometimes

Issue - State: closed - Opened by jasongrlicky almost 7 years ago - 1 comment
Labels: bug, macros

#34 - Add docs.rs & crates.io badges to README.md

Pull Request - State: closed - Opened by Atul9 almost 7 years ago - 3 comments

#33 - Use compile_error! to provide more useful error messages

Issue - State: open - Opened by jasongrlicky almost 7 years ago
Labels: macros

#32 - Should improve error messages for unwraps in ExpectationStore.was_called() and .was_called_returning()

Issue - State: open - Opened by jasongrlicky almost 7 years ago
Labels: good first issue, mock

#31 - Add ability to mock methods that return references and mutable references

Issue - State: open - Opened by jasongrlicky almost 7 years ago
Labels: mock

#30 - Properly encapsulate simulacrum::Method and other types in our macro API

Issue - State: closed - Opened by jasongrlicky about 7 years ago - 1 comment
Labels: duplicate, macros

#29 - Mocks generated by macros should be cloneable

Issue - State: closed - Opened by jasongrlicky about 7 years ago - 1 comment
Labels: duplicate, macros

#28 - Mock Objects should be cloneable

Issue - State: closed - Opened by jasongrlicky about 7 years ago - 1 comment
Labels: wontfix, mock

#27 - Final empty Era does not get marked as completed

Issue - State: closed - Opened by jasongrlicky about 7 years ago - 1 comment
Labels: bug, mock, breaking

#26 - Consider having Eras not complete eagerly

Issue - State: open - Opened by jasongrlicky about 7 years ago
Labels: mock, breaking

#25 - Validators should be able to work with references without deref() or cloning

Issue - State: open - Opened by jasongrlicky about 7 years ago
Labels: mock, breaking

#24 - Macros should work with doc comments

Issue - State: open - Opened by jasongrlicky about 7 years ago
Labels: auto

#23 - Can error messages be improved with file! / line! / column! macros?

Issue - State: open - Opened by jasongrlicky about 7 years ago
Labels: mock

#21 - Complete rustdoc documentation

Issue - State: open - Opened by jasongrlicky about 7 years ago
Labels: macros, mock, user, shared, facade

#20 - Dual-license as Apache/MIT

Issue - State: open - Opened by jasongrlicky about 7 years ago - 2 comments

#19 - Panics about unmet expectations should be colorized

Issue - State: open - Opened by jasongrlicky about 7 years ago
Labels: mock

#18 - Update Macros to use Syn 0.12

Issue - State: closed - Opened by jasongrlicky about 7 years ago - 1 comment
Labels: macros

#17 - Update Auto to use Syn 0.12

Issue - State: open - Opened by jasongrlicky about 7 years ago
Labels: auto, breaking

#16 - Make it easier to import everything

Issue - State: closed - Opened by jasongrlicky about 7 years ago - 4 comments
Labels: macros, mock, breaking, user, shared, facade

#15 - Limit API surface

Issue - State: open - Opened by jasongrlicky about 7 years ago
Labels: mock, breaking

#14 - Auto should support &'static references in parameters

Issue - State: open - Opened by jasongrlicky about 7 years ago
Labels: auto

#13 - There should be a maximum of one expectation set per era per method.

Issue - State: closed - Opened by jasongrlicky about 7 years ago - 2 comments
Labels: bug, mock

#12 - We should not modify a mut* within a shared reference to a tuple

Issue - State: closed - Opened by jasongrlicky about 7 years ago - 3 comments
Labels: bug, mock

#11 - Update Macros and Auto for core-0.2.0

Issue - State: closed - Opened by jasongrlicky about 7 years ago - 1 comment
Labels: auto, macros

#10 - Modification behaviors should be separate from return behaviors.

Issue - State: closed - Opened by jasongrlicky about 7 years ago - 2 comments
Labels: mock

#9 - Allow mock object name to be specified with simulacrum_auto

Issue - State: open - Opened by jasongrlicky about 7 years ago - 1 comment
Labels: auto

#8 - Print out closures that must be passed when debugging for Check Validators

Issue - State: open - Opened by jasongrlicky about 7 years ago
Labels: mock, breaking

#7 - Add crates.io and docs.rs badges to each crate's Readme

Issue - State: closed - Opened by jasongrlicky about 7 years ago - 3 comments
Labels: good first issue, macros, mock, user, shared

#6 - Macros should handle default impls for trait methods

Issue - State: open - Opened by jasongrlicky about 7 years ago
Labels: macros

#5 - Leading empty eras are not completed properly

Issue - State: closed - Opened by jasongrlicky about 7 years ago - 1 comment
Labels: bug, mock

#4 - deref()'d received parameters don't print well in error messages

Issue - State: open - Opened by jasongrlicky about 7 years ago
Labels: mock

#3 - Trait attributes should be passed along to mock objects

Issue - State: open - Opened by jasongrlicky about 7 years ago
Labels: macros, breaking

#2 - simulacrum_auto should support return behaviors for methods with mutable reference parameters

Issue - State: closed - Opened by jasongrlicky about 7 years ago - 1 comment
Labels: auto

#1 - create_mock! doesn't support unsafe functions

Issue - State: closed - Opened by jasongrlicky about 7 years ago - 1 comment
Labels: macros