Commits
User selector
Commit History
Commits on Jul 25, 2019
Support for array assignment (#5767)
Show description for 2c1b968authoredAdding support for python global and nonlocal + tests (#5770)
Show description for 6c951b4authoredrecognize unions of numbers as 'number-like' (#5769)
Show description for 2cb8110authored
Commits on Jul 15, 2019
Display method signature help (types, etc) for python (#5747)
Show description for ebc3cfbauthored
Commits on Jul 12, 2019
Commits on Jul 11, 2019
Allow unicode identifiers python (#5743)
Show description for c805aebauthored
Commits on Jul 10, 2019
Pipe Python errors into diagnostics (#5739)
Show description for 4fa0997authoredfix semicolon separated statements in python (#5742)
Show description for eff219aauthored
Commits on Jul 4, 2019
Commits on Jun 21, 2019
base type check off of inferred type rather than explicit typing (#5703)
Show description for 1f6aab1authored
Commits on Jun 18, 2019
Clean for loop decompilation with numeric literal upper bounds (#5691)
Show description for 0f92f85authored
Commits on May 31, 2019
Py module (#5621)
Show description for e3630b1authored
Commits on May 30, 2019
- committed
Commits on May 29, 2019
Fix decompilation for microbit game of life example (#5614)
Show description for adb6ed6authored
Commits on May 24, 2019
Sprite kind with namespaces (#5571)
Show description for 8336af6authored andcommitted
Commits on May 15, 2019
Fix decompilation of non-block combined fields (#5563)
Show description for edad1c7authored
Commits on May 13, 2019
- authored andcommitted
Commits on May 3, 2019
Add python round-trip testing to "pxt checkdocs" (#5544)
Show description for 4604e97authoredFix decompilation of &&, ||, and ! with non-boolean operands (#5545)
Show description for f743997authored
Commits on May 2, 2019
Fix decompilation of non-boolean conditions (#5533)
Show description for b6e80a8authored
Commits on May 1, 2019
Implements compilation of type annotated assignment in py2ts (#5536)
Show description for 2a75c40authored
Commits on Apr 27, 2019
Only count blocks, not other pieces of the XML, towards MAX_BLOCKS (#5514)
Show description for bf7c409authored
Commits on Apr 24, 2019
Commits on Apr 22, 2019
Don't decompile globals (#5493)
Show description for 96b49f1authored
Commits on Apr 19, 2019
Integrating python changes to master (#5494)
Show description for 86b7a88authoredEmpty statement (#5488)
Show description for 98364eccommittedEnable py2ts in unit tests (specifically the runtime-trace tests) (#5474)
Show description for dccde18authored
Commits on Apr 12, 2019
Generate better names for python callbacks (#5461)
Show description for 9c9c35fauthored
Commits on Apr 11, 2019
Adds basic ts2py type support for: arrays, booleans, type references; adds support for ternary conditional (#5455)
Show description for 1922aacauthored- authored andcommitted
- authored
Add semantic tests for: ts2py, py2ts, and static typescript compiler based on runtime traces compared with python3 & tsc+node.js as baselines (#5445)
Show description for d8983d2authored
Commits on Apr 9, 2019
Add some compile / decompile tests for string comparisons (#5446)
Show description for 8d0834eauthored