Skip to content

Commit

Permalink
Fix public import at rx.range
Browse files Browse the repository at this point in the history
  • Loading branch information
lempiji committed May 25, 2019
1 parent be5d7cd commit c80fbb9
Show file tree
Hide file tree
Showing 6 changed files with 414 additions and 405 deletions.
7 changes: 4 additions & 3 deletions deps-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -332,15 +332,16 @@ rx.range.takeLast (source\\rx\\range\\takeLast.d) : private : rx.observable (sou
rx.range.takeLast (source\\rx\\range\\takeLast.d) : private : rx.util (source\\rx\\util.d)
rx.range.takeLast (source\\rx\\range\\takeLast.d) : private : std.range (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\phobos\\std\\range\\package.d):put
rx.range (source\\rx\\range\\package.d) : public : rx.range.takeLast (source\\rx\\range\\takeLast.d)
rx (source\\rx\\package.d) : public : rx.range (source\\rx\\range\\package.d)
rx (source\\rx\\package.d) : public : rx.algorithm (source\\rx\\algorithm\\package.d)
rx (source\\rx\\package.d) : public : rx.util (source\\rx\\util.d)
rx.range.takeUntil (source\\rx\\range\\takeUntil.d) : private : object (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\object.d)
rx.range.takeUntil (source\\rx\\range\\takeUntil.d) : private : rx.disposable (source\\rx\\disposable.d)
rx.range.takeUntil (source\\rx\\range\\takeUntil.d) : private : rx.observer (source\\rx\\observer.d)
rx.range.takeUntil (source\\rx\\range\\takeUntil.d) : private : rx.observable (source\\rx\\observable.d)
rx.range.takeUntil (source\\rx\\range\\takeUntil.d) : private : rx.util (source\\rx\\util.d)
rx.range.takeUntil (source\\rx\\range\\takeUntil.d) : private : std.range (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\phobos\\std\\range\\package.d):put
rx.range (source\\rx\\range\\package.d) : public : rx.range.takeUntil (source\\rx\\range\\takeUntil.d)
rx (source\\rx\\package.d) : public : rx.range (source\\rx\\range\\package.d)
rx (source\\rx\\package.d) : public : rx.algorithm (source\\rx\\algorithm\\package.d)
rx (source\\rx\\package.d) : public : rx.util (source\\rx\\util.d)
std.concurrency (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\phobos\\std\\concurrency.d) : private : object (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\object.d)
std.variant (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\phobos\\std\\variant.d) : private : object (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\druntime\\import\\object.d)
std.variant (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\phobos\\std\\variant.d) : private : std.meta (C:\\D\\dmd2\\windows\\bin\\..\\..\\src\\phobos\\std\\meta.d)
Expand Down
1 change: 1 addition & 0 deletions deps.dot
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ digraph {
"rx.util" -> "core.atomic";
"rx.util" -> "core.sync.condition";
"rx.util" -> "core.sync.mutex";
"rx.range" -> "rx.range.takeUntil" [color="#2cbe4e"];
"rx.range.takeUntil" -> "rx.disposable" [color="#2cbe4e"];
"rx.range.takeUntil" -> "rx.observable" [color="#2cbe4e"];
"rx.range.takeUntil" -> "rx.observer" [color="#2cbe4e"];
Expand Down
Binary file modified deps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c80fbb9

Please sign in to comment.