You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some errors have detailed explanations: E0034, E0308.
138
+
For more information about an error, try `rustc --explain E0034`.
139
+
error: could not compile `bitvec`
140
+
141
+
To learn more, run the command again with --verbose.
142
+
warning: build failed, waiting for other jobs to finish...
143
+
error: failed to compile `cargo-contract v0.8.0 (https://github.com/paritytech/cargo-contract#79dbcb65)`, intermediate artifacts can be found at `/var/folders/g5/hf7q78jn0vngnqtqj_3qfm6r0000gn/T/cargo-installBtwvjf`
144
+
145
+
Caused by:
146
+
build failed
147
+
```
148
+
149
+
Changes in the smart contract:
150
+
I add more verification in the run-highest-level logic that
151
+
prints congratulations and
152
+
**do not** level\_up once the player's run\_level\_2 is succeeded.
153
+
154
+
44
155
### 2021-02-13 {#2021-02-13}
45
156
46
157
Test with submit\_level and run\_level + level\_up after run\_level succeed:
@@ -62,7 +173,7 @@ Test with submit\_level and run\_level + level\_up after run\_level succeed:
62
173
63
174
Now a player can submit (and run) programs up to 3 levels.
64
175
65
-
I also add more `Debugging` log.
176
+
I also add more `Debugging` log, and clean up the code.
Some errors have detailed explanations: E0034, E0308.
397
+
For more information about an error, try `rustc --explain E0034`.
398
+
error: could not compile `bitvec`
399
+
400
+
To learn more, run the command again with --verbose.
401
+
warning: build failed, waiting for other jobs to finish...
402
+
error: failed to compile `cargo-contract v0.8.0 (https://github.com/paritytech/cargo-contract#79dbcb65)`, intermediate artifacts can be found at `/var/folders/g5/hf7q78jn0vngnqtqj_3qfm6r0000gn/T/cargo-installBtwvjf`
403
+
404
+
Caused by:
405
+
build failed
406
+
#+end_src
407
+
408
+
Changes in the smart contract:
409
+
I add more verification in the run-highest-level logic that
410
+
prints congratulations and
411
+
*do not* level_up once the player's run_level_2 is succeeded.
412
+
304
413
**** 2021-02-13
305
414
306
415
Test with submit_level and run_level + level_up after run_level succeed:
@@ -322,7 +431,7 @@ Test with submit_level and run_level + level_up after run_level succeed:
322
431
323
432
Now a player can submit (and run) programs up to 3 levels.
324
433
325
-
I also add more ~Debugging~ log.
434
+
I also add more ~Debugging~ log, and clean up the code.
326
435
327
436
328
437
**** 2021-02-06
@@ -3256,7 +3365,8 @@ The videos' quality isn't great, and I give up.
3256
3365
Then I move to another lecture:
3257
3366
[[https://www.youtube.com/watch?v=HtSuA80QTyo&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb&index=1][MIT 6.006 Introduction to Algorithms, Fall 2011]]
0 commit comments