nand2tetris / web-ide

A web-based IDE for https://nand2tetris.org
https://nand2tetris.github.io/web-ide
Other
38 stars 11 forks source link

[bug]: Leaving the Jack compiler too quickly(?) loses the last few characters entered (Chrome) #363

Open Arcadonauts opened 2 weeks ago

Arcadonauts commented 2 weeks ago

Tool

Jack Compiler

Interface

Website (https://nand2tetris.github.io/web-ide)

Contact Details

No response

What happened?

I edited my Jack code in the Jack Compiler, complied, ran the program, then went back to edit the Jack code. The last few characters I entered before compiling were lost.

This happens every time I do the above too quickly.

Additional Comments

It may be related to this: https://github.com/nand2tetris/web-ide/issues/357#issue-2344115136 as the Jack compiler suffers the most from slow-down (refreshing the page only barely helps).

Do you want to try to fix this bug?

Code of Conduct