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

async await codelab #1659

Merged
merged 51 commits into from
Aug 7, 2019
Merged
Show file tree
Hide file tree
Changes from 48 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
7cf3303
Add WIP async await codelab
legalcodes Jun 4, 2019
cd75e7f
Limit lines to 80 chars
legalcodes Jun 4, 2019
33a671b
Round 1 of revisions:
legalcodes Jun 5, 2019
3934ee6
Add more updates per language comments/suggestions review feedback
legalcodes Jun 5, 2019
b34a5d7
Further small updates addressing review comments.
legalcodes Jun 5, 2019
b587b7f
Configure site.alert templates and update futures codelab w/ templates
legalcodes Jun 6, 2019
7396cc6
Add "Practicing" section iframe; slight restructure for "Errors" section
legalcodes Jun 6, 2019
0e169e0
Added dartpad examples
legalcodes Jun 10, 2019
d2bafa7
Remove extra title
legalcodes Jun 11, 2019
846944c
Remove section head and use of "future object"
legalcodes Jun 11, 2019
60374bf
Remove typos
legalcodes Jun 11, 2019
48f7c3a
Merge branch 'master' of https://github.com/dart-lang/site-www into f…
legalcodes Jun 11, 2019
0fd4ed2
Punctuate all bulleted list items.
legalcodes Jun 12, 2019
4417dd9
Allow check-code to fail for dart dev builds
legalcodes Jun 12, 2019
11427cf
Correct mistaken exclusion of check-code from builds
legalcodes Jun 12, 2019
a63570b
Allow failure for check-code.sh
legalcodes Jun 12, 2019
38b3d5b
Merge branch 'master' of https://github.com/dart-lang/site-www into f…
legalcodes Jun 12, 2019
5f9d525
Allow failure for both check-code and analyze-and-test-examples
legalcodes Jun 12, 2019
c0c98ae
Updates per ux and tw review
legalcodes Jun 19, 2019
5ff8fb1
More updates per review from @sfshaza2
legalcodes Jun 19, 2019
d18e711
Updates per latest sfshaza2 comments
legalcodes Jul 9, 2019
71b621c
Merge branch 'master' of https://github.com/dart-lang/site-www into f…
legalcodes Jul 9, 2019
0c92c5c
Incorporate first part of changes from UX round 2
legalcodes Jul 11, 2019
9d136d3
Merge branch 'master' of https://github.com/dart-lang/site-www into f…
legalcodes Jul 15, 2019
3120d87
Correct typos, turn on latest DartPad UI, and misc small fxies
legalcodes Jul 16, 2019
123f576
Update descriptions for examples
legalcodes Jul 16, 2019
f67ffc4
Add updates from observing test user
legalcodes Jul 18, 2019
5e5ec20
Minor update for example missing a border, extra sentence for DartPad
legalcodes Jul 19, 2019
125f9a3
Re-organize introduction per latest feedback:
legalcodes Jul 20, 2019
4ee31a2
Remove "!" characters from "Putting it all together" section
legalcodes Jul 24, 2019
64dc921
Adding changes from latest review
legalcodes Jul 30, 2019
da8e3e3
Refactored sync / async comparison section into 2 columns
legalcodes Jul 31, 2019
95a7ab7
Updated instructions before each example
legalcodes Jul 31, 2019
c151e1d
Add changes before switching markup back to single-column view
legalcodes Aug 1, 2019
86367c6
Completed markup re-write
legalcodes Aug 2, 2019
d7b72c0
Finished updates from latest review comments
legalcodes Aug 2, 2019
0e6a5a9
End with new lines for .travis.yml and .firebaserc
legalcodes Aug 2, 2019
cc371e2
Remove dartpad includes file, update nav per review comments
legalcodes Aug 2, 2019
60a0d36
Update codelab title
legalcodes Aug 2, 2019
f48f067
Incorporate suggestions from latest review
legalcodes Aug 2, 2019
2c8c32f
Enforce 80 char line limit
legalcodes Aug 2, 2019
9621eb3
Small changes from latest review
legalcodes Aug 5, 2019
e0aa7b8
Updates from latest review
legalcodes Aug 6, 2019
f672a1a
Test omitting refresh-code-excerpts.sh - failing built
legalcodes Aug 6, 2019
b2a44ce
Remove test fix for build
legalcodes Aug 6, 2019
cdda574
Some changes based on recent review
legalcodes Aug 6, 2019
37b6c04
Incorporate latest review items
legalcodes Aug 6, 2019
6624930
Remove 'before running it'
legalcodes Aug 6, 2019
fb19d9c
Exercise applies to "Working with futures"
legalcodes Aug 7, 2019
f48d9c3
More updates - latest review
legalcodes Aug 7, 2019
218c301
Add survey at the end of the codelab
legalcodes Aug 7, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
.pub
.*-cache/
.vscode
.spelling
_asset_bundler_cache
_bookhtml
_cache/
Expand Down
24 changes: 24 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,30 @@ assets:

future: true # In support of https://github.com/dart-lang/site-www/issues/1111

## Site-wide shorthands

os-list: [Windows, macOS, Linux]

alert:
legalcodes marked this conversation as resolved.
Show resolved Hide resolved
important: >-
<aside class="alert alert-warning" role="alert" markdown="1">
<i class="fas fa-exclamation-circle"></i> **Important:**
info: >-
<aside class="alert alert-info" role="alert" markdown="1">
<i class="fas fa-info-circle"></i>
note: >-
<aside class="alert alert-info" role="alert" markdown="1">
<i class="fas fa-info-circle"></i> **Note:**
secondary: >-
<aside class="alert alert-secondary" role="alert" markdown="1">
tip: >-
<aside class="alert alert-success" role="alert" markdown="1">
<i class="far fa-lightbulb"></i> **Tip:**
warning: >-
<aside class="alert alert-warning" role="alert" markdown="1">
<i class="fas fa-exclamation-triangle"></i> **Warning:**
end: </aside>

# bundler_args: --without production
exclude: [diagrams]
plugins: [jekyll-toc]
Expand Down
6 changes: 4 additions & 2 deletions src/_data/side-nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
- title: Codelabs
expanded: true
children:
- title: Overview
- title: List of Dart codelabs
urlExactMatch: true
match-page-url-exactly: true
permalink: /codelabs
- title: Cheatsheet codelab
- title: Language cheatsheet
permalink: /codelabs/dart-cheatsheet
- title: "Asynchrony: futures, async, await"
permalink: /codelabs/async-await
- title: Tutorials
urlExactMatch: true
match-page-url-exactly: true
Expand Down
Loading