Skip to content

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

</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