Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Feature/fix merge planner bug #417

Merged
merged 5 commits into from
Jan 17, 2014
Merged

Conversation

ianoc
Copy link
Collaborator

@ianoc ianoc commented Jan 17, 2014

No description provided.


case class ProducerViz[P <: Platform[P]](tail: Producer[P, _]) {
private val dependantState = Dependants(tail)
private type NameLookupTable = (Map[Producer[P, _], String], Map[String, Int])
private val emptyNameLookupTable = (Map[Producer[P, _], String](), Map[String, Int]())
private val nodeLookupTable = MMap[Producer[P, _], String]()
Copy link
Collaborator

Choose a reason for hiding this comment

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

these look like caches, so despite being mutable, it is still safe. Is that correct? Can you add a comment to it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yep, will add comment.

johnynek added a commit that referenced this pull request Jan 17, 2014
@johnynek johnynek merged commit d3298e7 into develop Jan 17, 2014
@johnynek johnynek deleted the feature/fix_merge_planner_bug branch January 17, 2014 20:58
snoble pushed a commit to snoble/summingbird that referenced this pull request Sep 8, 2017
Add some combinators on MonoidAggregator
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants