Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking/v0.4.0 #47

Merged
merged 124 commits into from
Jan 31, 2023
Merged

Breaking/v0.4.0 #47

merged 124 commits into from
Jan 31, 2023

Conversation

wkirby
Copy link
Contributor

@wkirby wkirby commented May 10, 2018

No description provided.

ncallaway and others added 27 commits March 14, 2017 20:11
commit 2754735
Author: Noah Callaway <noah@apsis.io>
Date:   Tue Mar 14 22:56:21 2017 -0700

    Make rubocop happy

commit c40d517
Author: Noah Callaway <noah@apsis.io>
Date:   Tue Mar 14 22:49:39 2017 -0700

    Service result machinery

commit a828f03
Author: Noah Callaway <noah@apsis.io>
Date:   Tue Mar 14 22:29:41 2017 -0700

    Service Result Machinery
pass value: m
end

def self.mul(x, y)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naming/UncommunicativeMethodParamName: Method parameter must be at least 3 characters long.

@@ -0,0 +1,15 @@
class MultiplyingService < Slayer::Service
def inst_mul(x, y)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naming/UncommunicativeMethodParamName: Method parameter must be at least 3 characters long.

def c; end
def self.c; end

def self.wrapper(_, _instance, wrapper_block)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naming/UncommunicativeMethodParamName: Method parameter must be at least 3 characters long.

def c; end
def self.c; end

def self.wrapper(_, _instance, wrapper_block)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naming/UncommunicativeMethodParamName: Method parameter must be at least 3 characters long.

def simple; end
def self.simple; end

def self.wrapper(_, _instance, wrapper_block)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naming/UncommunicativeMethodParamName: Method parameter must be at least 3 characters long.


return @transitive_dependencies
# rubocop:disable Metrics/MethodLength
def self.__service_hook(_, instance, service_block)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naming/UncommunicativeMethodParamName: Method parameter must be at least 3 characters long.

@coveralls
Copy link

coveralls commented May 10, 2018

Coverage Status

Coverage increased (+1.0%) to 100.0% when pulling b0fb3af on breaking/v0.4.0 into ac8ae59 on master.

@wkirby wkirby merged commit d3ee182 into master Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants