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
|
||||
------
|
||||
* 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,
|
||||
AlignmentMorph, Process, XML_Element, VectorPaintEditorMorph*/
|
||||
|
||||
modules.objects = '2018-March-19';
|
||||
modules.objects = '2018-April-13';
|
||||
|
||||
var SpriteMorph;
|
||||
var StageMorph;
|
||||
|
@ -1080,7 +1080,8 @@ SpriteMorph.prototype.initBlocks = function () {
|
|||
reportCompiled: { // experimental
|
||||
type: 'reporter',
|
||||
category: 'operators',
|
||||
spec: 'compile %repRing'
|
||||
spec: 'compile %repRing for %n args',
|
||||
defaults: [null, 0]
|
||||
},
|
||||
|
||||
/*
|
||||
|
|
Ładowanie…
Reference in New Issue