Skip to content

properly deprecating previously WIP concept exercises #622

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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 .lycheeignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
https://www.reddit.com/r/dartlang
https://stackoverflow.com/questions/tagged/dart
26 changes: 26 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,32 @@
]
},
"exercises": {
"concept": [
{
"slug": "futures",
"name": "futures",
"uuid": "cf1093f0-3a6b-4ad1-83a9-a8d9b2a57991",
"concepts": [],
"prerequisites": [],
"status": "deprecated"
},
{
"slug": "numbers",
"name": "numbers",
"uuid": "714711a6-1be7-4540-9d44-87b1e58417fc",
"concepts": [],
"prerequisites": [],
"status": "deprecated"
},
{
"slug": "strings",
"name": "strings",
"uuid": "1b7e3737-0333-4eee-b425-2e84b2e09fe2",
"concepts": [],
"prerequisites": [],
"status": "deprecated"
}
],
"practice": [
{
"slug": "hello-world",
Expand Down
Empty file.
Empty file.
Empty file.
17 changes: 17 additions & 0 deletions exercises/concept/futures/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"authors": [
"glennj"
],
"files": {
"solution": [
"lib/futures.dart"
],
"test": [
"test/futures_test.dart"
],
"exemplar": [
".meta/exemplar.dart"
]
},
"blurb": "TODO: add blurb"
}
Empty file.
1 change: 1 addition & 0 deletions exercises/concept/futures/lib/futures.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// TODO
Empty file.
1 change: 1 addition & 0 deletions exercises/concept/futures/test/futures_test.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// TODO
Empty file.
Empty file.
Empty file.
17 changes: 17 additions & 0 deletions exercises/concept/numbers/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"authors": [
"glennj"
],
"files": {
"solution": [
"lib/numbers.dart"
],
"test": [
"test/numbers_test.dart"
],
"exemplar": [
".meta/exemplar.dart"
]
},
"blurb": "TODO: add blurb"
}
Empty file.
1 change: 1 addition & 0 deletions exercises/concept/numbers/lib/numbers.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// TODO
Empty file.
1 change: 1 addition & 0 deletions exercises/concept/numbers/test/numbers_test.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// TODO
Empty file.
Empty file.
Empty file.
17 changes: 17 additions & 0 deletions exercises/concept/strings/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"authors": [
"glennj"
],
"files": {
"solution": [
"lib/strings.dart"
],
"test": [
"test/strings_test.dart"
],
"exemplar": [
".meta/exemplar.dart"
]
},
"blurb": "TODO: add blurb"
}
Empty file.
1 change: 1 addition & 0 deletions exercises/concept/strings/lib/strings.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// TODO
Empty file.
1 change: 1 addition & 0 deletions exercises/concept/strings/test/strings_test.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// TODO