We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ae564 commit 67230d0Copy full SHA for 67230d0
2 files changed
assets/TODO.md
@@ -1,8 +1,12 @@
1
Need interfaces for
2
3
-- generating icons using tooltip names (with \_ instead of spaces)
4
-- generating visual from text-based program
5
-- accessing text-based compiler and runtime
6
-- mocking the runtime host
+- generating icons using tooltip names (with \_ instead of spaces)
+- generating visual-program from text-based program
+- accessing text-based compiler and runtime
+- mocking the runtime host
7
8
Testing
9
+
10
+- program behavior
11
+ - sequence of (input,output)
12
+- user interface
pxt.json
@@ -8,7 +8,7 @@
"microphone": "*",
"datalogger": "*",
"settings": "*",
- "microgui": "github:microbit-apps/microgui#v0.0.40"
+ "microgui": "github:microbit-apps/microgui#v0.0.41"
},
13
"files": [
14
"config.ts",
0 commit comments