SharpScratchMod / Sharp

Sharp Scratch Mod - In Development!
http://sharpscratchmod.github.io
GNU General Public License v2.0
7 stars 2 forks source link

Custom reporters freeze editor when the report block is not at end of define #15

Closed Mrcomputer1 closed 7 years ago

Mrcomputer1 commented 8 years ago

Reported by: -io-

If there is not "report" block at the end of a custom reporter define it will freeze the editor.

Messages

@NoMod-Programming - Since you added the custom reporters you might know what to do. @SharpScratchMod/developers - Maybe one of this team might know what to do as well

scratchyone commented 8 years ago

Hmm... I'll look into this if I have a chance.

Mrcomputer1 commented 8 years ago

@scratchyone Ok

CosmicWebServices commented 8 years ago

bump

ghost commented 7 years ago

This issue hasn't been active for 4 months... 0.o

Mrcomputer1 commented 7 years ago

@algmwc5 Yeah, it is hard to fix. I have tried a few times but I never succeeded. BTW I see you have changed your username


To try to get issue active again: @SharpScratchMod/developers

NoMod-Programming commented 7 years ago

Yup. To fix this, one would have to rewrite the interpreter (again), which would also fix a bunch of other issues with the custom reporters interpreter at the same time. Then, after rewriting the interpreter, one would have to get async reporters working while they call other scripts that report a value back to it (and if there is no report () block, then use a default value. Rewriting the interpreter, sadly, is the easiest part of this. I'm currently stuck on getting async reporters to receive a value from another script.

On Oct 4, 2016, at 4:30 AM, Mrcomputer1 notifications@github.com wrote:

@algmwc5 Yeah, it is hard to fix. I have tried a few times but I never succeeded. BTW I see you have changed your username

To try to get issue active again: @SharpScratchMod/developers

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

ghost commented 7 years ago

Oh my

Mrcomputer1 commented 7 years ago

I hope this fix works. It adds the report block if none is found. Please tell me if it does not work.