You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will be difficult to implement removing a listener and we don't really need that it returns self...
this was interesting for chaining method, but this is something that we can live without.
The text was updated successfully, but these errors were encountered:
* fix#52
* rename CDProtocol method get_formals -> get_formals_for_command
* add a get_formals_for_event method in CDProtocol
* add formals to event listeners
* fix#57
* move one comment
* add more tests
* bugfix
* create a wrapper class and an infix %wraps% function
* always use hold when disconnecting client
* re-organize source code
* workaround a weird check error when using lapply or map with a S3 generic
* maybe a waiting time could help to remove the fail on Travis
* bugfix in the print method
* remove warning when running test
* if the stop() function is well removed, hold(witness) should be silent
* modify print method for crrri_callback_wrapper
* remove comment: the tests performs well now
* use a value to create a predicate function
* secure the use of rlang::as_function
* add test about as_predicate usage
* add doc to as_predicate
* add tests for new_callback_wrapper
* add test for get_formals_*
* clearer test and remove old one
* Update tests/testthat/test-cdpsession.R
Co-Authored-By: RLesur <RLesur@users.noreply.github.com>
* Update tests/testthat/test-cdpsession.R
Co-Authored-By: RLesur <RLesur@users.noreply.github.com>
* Update tests/testthat/test-cdpsession.R
Co-Authored-By: RLesur <RLesur@users.noreply.github.com>
* Update R/utils.R
Co-Authored-By: RLesur <RLesur@users.noreply.github.com>
* just check for function see #58 (comment)
This will be difficult to implement removing a listener and we don't really need that it returns self...
this was interesting for chaining method, but this is something that we can live without.
The text was updated successfully, but these errors were encountered: