Skip to content

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