issues
search
sunny
/
actor
Composable Ruby service objects
MIT License
712
stars
29
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix spec for Ruby 3.4.0devβs new pretty-print syntax for hashes
#178
sunny
closed
4 days ago
0
Bump rexml from 3.3.6 to 3.3.9
#177
dependabot[bot]
closed
4 days ago
1
Add extra RuboCop thread-safety checks
#176
sunny
closed
1 month ago
0
Fix `ThreadSafety::DirChdir` rubocop issue
#175
viralpraxis
closed
1 month ago
0
Fix ServiceActor::Result presentation in IRB
#174
MrChriss
closed
1 month ago
7
Bump rexml from 3.3.3 to 3.3.6
#173
dependabot[bot]
closed
2 months ago
0
Allow Result to have indifferent access
#172
MSILycanthropy
closed
2 months ago
0
Accept string keys for actor arguments
#171
sunny
closed
2 months ago
0
Inputs to Actor must be symbol keys.
#170
MSILycanthropy
closed
2 months ago
1
Add `#hash` and `#instance_of?` methods to `ServiceActor::Result`
#169
sunny
closed
2 months ago
0
BasicObject a bit too restrictive as an inheritance of ServiceActor::Result
#168
thierry-tranchant
closed
2 months ago
5
Bump rexml from 3.2.8 to 3.3.3
#166
dependabot[bot]
closed
2 months ago
0
Add extra spec to make sure fail_on can work with custom argument_error_class and failure_class π
#165
sunny
closed
2 months ago
1
Fail actor when playing a failing Interactor π
#164
sunny
closed
3 months ago
0
Actor play continues to call subsequent actors/interactors when one of the interactors fail
#163
yhaojin
closed
3 months ago
4
Allow `#blank?` and `#private_methods` on results β¬οΈ
#162
sunny
closed
5 months ago
0
Bump rexml from 3.2.6 to 3.2.8
#161
dependabot[bot]
closed
5 months ago
0
Fix description of it block
#160
sontixyou
closed
5 months ago
1
Add the `#methods` method on results to avoid introspection warnings π
#159
sunny
closed
6 months ago
0
Accept inputs called :error
#158
sunny
closed
6 months ago
0
Add `#nil?` method to actor results
#157
sunny
closed
6 months ago
0
Fix repeated `play` execution
#156
sunny
closed
6 months ago
0
Repeated `play` execution on 3.9.0
#155
viralpraxis
closed
6 months ago
2
Allow setting `failure?: true` on a result as well as `failure: true`
#154
sunny
closed
6 months ago
0
Breaking changes on ServiceActor::Result `failure?` after dropping `ostruct` ???
#153
stephannv
closed
6 months ago
5
Add .value() class method that gives the return value of actor's #call
#152
llhhaa
closed
6 months ago
1
[Proposal] Default outputs via `output_of` actor class method
#151
llhhaa
closed
6 months ago
3
Add error method to result object π₯
#150
sunny
closed
7 months ago
0
Release notes for 3.8.0
#149
dmkl
closed
5 months ago
8
Add missing common methods to result object
#148
viralpraxis
closed
7 months ago
1
Bump up RuboCop-LTS dependencies π€
#147
sunny
closed
7 months ago
0
Invoking undefined methods on `ServiceActor::Result` will lead to runtime errors in the next major release of Actor.
#146
afuno
closed
5 months ago
29
Remove unused `DefaultCheck` π§Ή
#145
sunny
closed
7 months ago
0
Is `DefaultCheck` obsolete?
#144
viralpraxis
closed
7 months ago
4
Add `tap` and `then` to `ServiceActor::Result` instance methods
#143
viralpraxis
closed
7 months ago
1
Fix incorrect outputs default value handling
#142
viralpraxis
closed
7 months ago
2
Using `Kernel.tap` and `Kernel.then` via `ServiceActor::Result` receiver
#141
viralpraxis
closed
7 months ago
1
Add simplecov as development dependency
#140
viralpraxis
closed
7 months ago
4
RuboCop linting
#139
sunny
closed
7 months ago
0
Verify origins do not collide with `ServiceActor::Result` object methods
#138
viralpraxis
closed
7 months ago
4
Actor's output names collision with `Object`'s instance methods
#137
viralpraxis
closed
7 months ago
2
Verify `fail_on` DSL arguments
#136
viralpraxis
closed
8 months ago
0
Skip `default` check for outputs
#135
viralpraxis
closed
8 months ago
0
Add pattern matching support for Result
#134
stephannv
closed
7 months ago
2
Make Actor result + pattern matching more pleasant
#133
stephannv
closed
7 months ago
1
Verify configurable exception classes in setter method
#132
viralpraxis
closed
8 months ago
2
Misleading `ServiceActor::ArgumentError` message under specific circumstances
#131
viralpraxis
closed
8 months ago
8
Add Ruby MRI 3.3 to CI matrix
#130
viralpraxis
closed
8 months ago
1
Forbid sending undefined messages to `ServiceActor::Result` instances
#129
viralpraxis
closed
8 months ago
3
Fix ruby head `NoMethodError` message mismatch
#128
viralpraxis
closed
8 months ago
1
Next