kopia lustrzana https://github.com/backface/turtlestitch
added implicit parameter count to experimental JIT compile reporter
rodzic
b432da2dfe
commit
fef9539a1d
|
@ -4073,3 +4073,7 @@ in development:
|
||||||
180412
|
180412
|
||||||
------
|
------
|
||||||
* Threads: disable detecting collision with hidden sprites
|
* Threads: disable detecting collision with hidden sprites
|
||||||
|
|
||||||
|
180413
|
||||||
|
------
|
||||||
|
* Objects: added implicit parameter count to experimental JIT compile reporter
|
||||||
|
|
|
@ -83,7 +83,7 @@ BlockEditorMorph, BlockDialogMorph, PrototypeHatBlockMorph, localize,
|
||||||
TableMorph, TableFrameMorph, normalizeCanvas, BooleanSlotMorph, HandleMorph,
|
TableMorph, TableFrameMorph, normalizeCanvas, BooleanSlotMorph, HandleMorph,
|
||||||
AlignmentMorph, Process, XML_Element, VectorPaintEditorMorph*/
|
AlignmentMorph, Process, XML_Element, VectorPaintEditorMorph*/
|
||||||
|
|
||||||
modules.objects = '2018-March-19';
|
modules.objects = '2018-April-13';
|
||||||
|
|
||||||
var SpriteMorph;
|
var SpriteMorph;
|
||||||
var StageMorph;
|
var StageMorph;
|
||||||
|
@ -1080,7 +1080,8 @@ SpriteMorph.prototype.initBlocks = function () {
|
||||||
reportCompiled: { // experimental
|
reportCompiled: { // experimental
|
||||||
type: 'reporter',
|
type: 'reporter',
|
||||||
category: 'operators',
|
category: 'operators',
|
||||||
spec: 'compile %repRing'
|
spec: 'compile %repRing for %n args',
|
||||||
|
defaults: [null, 0]
|
||||||
},
|
},
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Ładowanie…
Reference in New Issue