omegaup / karel.js

Compilador y evaluador de Karel en javascript
MIT License
15 stars 21 forks source link

Arreglar referencia al mismo EventTarget #172

Closed kishtarn555 closed 3 months ago

kishtarn555 commented 5 months ago

Weird attempt at inheritance resulted in World always having the same this.listeners, resulting in the triggering of events from worlds that were already removed (replaced by a new one)

Fixes: https://github.com/omegaup/karel.js/issues/171 Fixes https://github.com/omegaup/karel.js/issues/148

kishtarn555 commented 5 months ago

Los test fallan en npm install, pero no creo que sea culpa de este PR

kishtarn555 commented 4 months ago

Linted!