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

Florida #92

Open
wants to merge 50 commits into
base: master
Choose a base branch
from
Open

Florida #92

wants to merge 50 commits into from

Conversation

ashergottlieb
Copy link
Member

Before Merging

  • PR to NU17-framework submitted which checks out that repository to your latest commit and fixes any breaking changes you have made
  • The checks listed in NU17-FRamework all pass

@@ -108,32 +108,32 @@
value="Type name ''{0}'' must match pattern ''{1}''."/>
</module>
<module name="MemberName">
<property name="format" value="^[a-z][a-z0-9][a-zA-Z0-9]*$"/>
<property name="format" value="^[a-zPos][a-z0-9][a-zA-Z0-9]*$"/>
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is Pos special?

boolean subcommandsForceTerminate) {
return new Command(x -> Flowable.fromPublisher(commandStream).share()
.concatMap(y -> Flowable.<Terminator>just(FlattenedTerminator.from(y.execute(subcommandsSelfTerminate)))
.subscribeOn(Schedulers.io()))
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the switch to trampoline in a different branch?


import io.reactivex.functions.Consumer;

public abstract class ServoController implements Consumer<ServoCommand> {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why's this class need to be abstract? Don't see any other subclasses besides RevServo

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.

4 participants