Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* turn an error during type conversion into a TATypeErrortype-systemMarion2013-10-081-12/+17
| | | | - This makes it try the next type/ slot/ ...
* always accept lambda functions as arguments (even though their type is unknown)Marion2013-10-081-21/+36
| | | | - more debugging output on TATypeErrors in Primitive
* pass the LogoCode instance to any lambda function wrapped in a PrimitiveMarion2013-10-081-1/+1
|
* Merge remote-tracking branch 'mainline/master' into type-systemMarion2013-10-0717-1085/+1571
|\ | | | | | | | | | | Conflicts: plugins/turtle_blocks_extras/turtle_blocks_extras.py -- accept all incoming changes from mainline/master
| * add support for querying remote turtle position, headingWalter Bender2013-10-072-0/+64
| |
| * News for v191Walter Bender2013-10-072-1/+10
| |
| * Merge branch 'master' of git.sugarlabs.org:turtleart/mainlineWalter Bender2013-10-062-1054/+1049
| |\
| | *