niv motoko-base: update cc57fd99 -> 7cdbb04f#1954
Merged
mergify[bot] merged 1 commit intomasterfrom Sep 19, 2020
Merged
Conversation
## Changelog for motoko-base: Branch: next-moc Commits: [caffeinelabs/motoko-base@cc57fd99...7cdbb04f](caffeinelabs/motoko-base@cc57fd9...7cdbb04) * [`8b749849`](caffeinelabs/motoko-base@8b74984) Time module (Take II) * [`c29ba993`](caffeinelabs/motoko-base@c29ba99) Update vessel version and uses compiler binary tarballs ([dfinity-lab/motoko-base#157](http://r.duckduckgo.com/l/?uddg=https://github.com/dfinity-lab/motoko-base/issues/157)) * [`8f050e90`](caffeinelabs/motoko-base@8f050e9) address comments * [`cbf02e4d`](caffeinelabs/motoko-base@cbf02e4) change Nat to Int * [`84a0e412`](caffeinelabs/motoko-base@84a0e41) update Float doc for Int conversion ([dfinity-lab/motoko-base#162](http://r.duckduckgo.com/l/?uddg=https://github.com/dfinity-lab/motoko-base/issues/162)) * [`5c93d001`](caffeinelabs/motoko-base@5c93d00) Stack container class ([dfinity-lab/motoko-base#152](http://r.duckduckgo.com/l/?uddg=https://github.com/dfinity-lab/motoko-base/issues/152)) * [`76fd50b7`](caffeinelabs/motoko-base@76fd50b) Documentation for RBTree module ([dfinity-lab/motoko-base#140](http://r.duckduckgo.com/l/?uddg=https://github.com/dfinity-lab/motoko-base/issues/140)) * [`2cc2e75f`](caffeinelabs/motoko-base@2cc2e75) Fix the typo in the Time.mo source file so that it is pulled in with the next adoc generation * [`09241278`](caffeinelabs/motoko-base@0924127) Fix: off by one in size / height of RBTree ([dfinity-lab/motoko-base#164](http://r.duckduckgo.com/l/?uddg=https://github.com/dfinity-lab/motoko-base/issues/164)) * [`3dfaf958`](caffeinelabs/motoko-base@3dfaf95) Add a simple example to the Time.mo source * [`f0607703`](caffeinelabs/motoko-base@f060770) Move example after the description of the now function * [`856e66e9`](caffeinelabs/motoko-base@856e66e) Update src/Time.mo * [`c607f15c`](caffeinelabs/motoko-base@c607f15) Add an extra line above the example * [`3cd3496e`](caffeinelabs/motoko-base@3cd3496) Fixes syntax errors in Option module docs ([dfinity-lab/motoko-base#172](http://r.duckduckgo.com/l/?uddg=https://github.com/dfinity-lab/motoko-base/issues/172)) * [`0ad167b3`](caffeinelabs/motoko-base@0ad167b) Update List.mo ([dfinity-lab/motoko-base#174](http://r.duckduckgo.com/l/?uddg=https://github.com/dfinity-lab/motoko-base/issues/174)) * [`f2ad261d`](caffeinelabs/motoko-base@f2ad261) Various version updates ([dfinity-lab/motoko-base#173](http://r.duckduckgo.com/l/?uddg=https://github.com/dfinity-lab/motoko-base/issues/173))
|
This PR does not affect the produced WebAssembly code. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog for motoko-base:
Branch: next-moc
Commits: dfinity-lab/motoko-base@cc57fd99...7cdbb04f
8b749849Time module (Take II)c29ba993Update vessel version and uses compiler binary tarballs (dfinity-lab/motoko-base#157)8f050e90address commentscbf02e4dchange Nat to Int84a0e412update Float doc for Int conversion (dfinity-lab/motoko-base#162)5c93d001Stack container class (dfinity-lab/motoko-base#152)76fd50b7Documentation for RBTree module (dfinity-lab/motoko-base#140)2cc2e75fFix the typo in the Time.mo source file so that it is pulled in with the next adoc generation09241278Fix: off by one in size / height of RBTree (dfinity-lab/motoko-base#164)3dfaf958Add a simple example to the Time.mo sourcef0607703Move example after the description of the now function856e66e9Update src/Time.moc607f15cAdd an extra line above the example3cd3496eFixes syntax errors in Option module docs (dfinity-lab/motoko-base#172)0ad167b3Update List.mo (dfinity-lab/motoko-base#174)f2ad261dVarious version updates (dfinity-lab/motoko-base#173)