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

Retry stage #3235

Merged
merged 14 commits into from
Jan 14, 2018
Merged

Retry stage #3235

merged 14 commits into from
Jan 14, 2018

Conversation

vasily-kirichenko
Copy link
Contributor

No description provided.

/// <typeparam name="TO">output elements type</typeparam>
/// <typeparam name="TM">materialized value type</typeparam>
[ApiMayChange]
public static IGraph<FlowShape<Tuple<TI, TS>, Tuple<Result<TO>, TS>>, TM> Create<TI, TS, TO, TM>(
Copy link
Contributor

Choose a reason for hiding this comment

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

I know that his signature is quite long, but maybe we should stick to convention for generic type parameters (TIn, TState, TOut, TMat)?

@Horusiath Horusiath self-requested a review January 1, 2018 10:11
@Aaronontheweb
Copy link
Member

@marcpiechura looks like we have a conflict in the Framing DSL?

@marcpiechura
Copy link
Contributor

fixed conflicts

@Aaronontheweb
Copy link
Member

@marcpiechura have hard failures on all of the framing specs now. Definitely something wrong there.


private readonly Outlet<ByteString> _out = new Outlet<ByteString>("DelimiterFraming.in");

public override FlowShape<ByteString, ByteString> Shape { get; }
Copy link
Contributor

Choose a reason for hiding this comment

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

Not sure why I added those properties since they're already provided by the base class...

@Horusiath Horusiath merged commit b646c5a into akkadotnet:dev Jan 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants