diff --git a/assets/barra.jpeg b/assets/barra.jpeg deleted file mode 100644 index f533e48..0000000 Binary files a/assets/barra.jpeg and /dev/null differ diff --git a/dinoGame.wlk b/dinoGame.wlk index 521ed43..8f46e37 100644 --- a/dinoGame.wlk +++ b/dinoGame.wlk @@ -13,8 +13,8 @@ object juego{ game.addVisual(cactus) game.addVisual(dino) game.addVisual(reloj) + game.addVisual(comenzar) - game.onCollideDo(dino, { obstaculo => obstaculo.chocar() }) // se fija con que choca ( si es cactus llama a cactus.choar()) keyboard.space().onPressDo{ self.iniciarGame()} @@ -28,7 +28,11 @@ object juego{ dino.iniciar() reloj.iniciar() cactus.iniciar() + game.boardGround("fondo.png") + game.removeVisual(comenzar) game.start() + + } method jugar(){ @@ -54,12 +58,19 @@ object gameOver { method position() = game.center() method text() = "GAME OVER" } +object comenzar { + method position() = game.center() + method text() = "Presione space para comenzar y C para ver tu recorrido" + method textColor() = "05043b" + +} object reloj { var property tiempo = 0 + method text() = tiempo.toString() method textColor() = "FFA500FF" - method position() = game.at(1, game.height()-1) + method position() = game.at(1, game.height()-3) method pasarTiempo() { tiempo = tiempo+1 @@ -95,6 +106,7 @@ object cactus { dino.morir() } method detener(){ + game.addVisual(gameOver) game.schedule(100, { game.stop() }) // terminar game } } diff --git a/log/wollok.log b/log/wollok.log index d66403f..7f9505f 100644 --- a/log/wollok.log +++ b/log/wollok.log @@ -1266,3 +1266,158 @@ {"level":"error","message":"✘ Completions for node failed: Error: [Send]{fe353a} at dinoGame.wlk:16 exhausted all cases without a match [Send]{fe353a} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{fe353a} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:54:38.742Z"} {"level":"info","message":"⌛ Building environment","timeElapsed":102,"timestamp":"2024-10-01T22:55:18.780Z"} {"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":8937,"timestamp":"2024-10-01T22:55:34.405Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:58:30.640Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:58:30.725Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:58:30.860Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:58:31.169Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:58:31.491Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:58:32.201Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:58:32.643Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{a63da8} at dinoGame.wlk:16 exhausted all cases without a match [Send]{a63da8} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{a63da8} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:58:34.048Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:58:34.183Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:58:34.246Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:58:34.367Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:58:34.583Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{acbcd3} at dinoGame.wlk:16 exhausted all cases without a match [Send]{acbcd3} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{acbcd3} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:58:35.023Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{79f64e} at dinoGame.wlk:16 exhausted all cases without a match [Send]{79f64e} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{79f64e} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:58:35.159Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{66add6} at dinoGame.wlk:16 exhausted all cases without a match [Send]{66add6} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{66add6} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:58:36.076Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:58:36.144Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:58:36.203Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{0d9297} at dinoGame.wlk:16 exhausted all cases without a match [Send]{0d9297} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{0d9297} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:58:36.341Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{e803ce} at dinoGame.wlk:16 exhausted all cases without a match [Send]{e803ce} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{e803ce} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:58:36.480Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":134,"timestamp":"2024-10-01T22:58:37.544Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{85db5b} at dinoGame.wlk:16 exhausted all cases without a match [Send]{85db5b} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{85db5b} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:58:37.619Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{c74edc} at dinoGame.wlk:16 exhausted all cases without a match [Send]{c74edc} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{c74edc} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:59:03.271Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:59:03.424Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{af1691} at dinoGame.wlk:16 exhausted all cases without a match [Send]{af1691} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{af1691} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:59:03.907Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:59:10.846Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:59:10.936Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:59:11.070Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:59:11.501Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:59:11.627Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:59:11.837Z"} +{"error":["wollok.lang.EvaluationError wrapping TypeScript TypeError: position"," at dinoGame.juego.configurar() [dinoGame.wlk:7]\r"," at mainExample.DinoGame [mainExample.wpgm:4]"],"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","ok":false,"timeElapsed":333,"timestamp":"2024-10-01T22:59:22.145Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{a9fba5} at dinoGame.wlk:16 exhausted all cases without a match [Send]{a9fba5} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{a9fba5} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:59:29.700Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:59:29.775Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:59:29.838Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{2bcad4} at dinoGame.wlk:16 exhausted all cases without a match [Send]{2bcad4} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{2bcad4} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:59:30.005Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{ab606a} at dinoGame.wlk:16 exhausted all cases without a match [Send]{ab606a} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{ab606a} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:59:30.157Z"} +{"error":["wollok.lang.EvaluationError wrapping TypeScript Error: Could not resolve reference to barra or its a reference to void"," at dinoGame.juego.configurar() [dinoGame.wlk:7]\r"," at mainExample.DinoGame [mainExample.wpgm:4]"],"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","ok":false,"timeElapsed":324,"timestamp":"2024-10-01T22:59:33.802Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{2224f3} at dinoGame.wlk:12 exhausted all cases without a match [Send]{2224f3} at dinoGame.wlk:12 exhausted all cases without a match","stack":"Error: [Send]{2224f3} at dinoGame.wlk:12 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:59:38.010Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:59:38.149Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{618530} at dinoGame.wlk:12 exhausted all cases without a match [Send]{618530} at dinoGame.wlk:12 exhausted all cases without a match","stack":"Error: [Send]{618530} at dinoGame.wlk:12 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:59:38.319Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{b9297a} at dinoGame.wlk:12 exhausted all cases without a match [Send]{b9297a} at dinoGame.wlk:12 exhausted all cases without a match","stack":"Error: [Send]{b9297a} at dinoGame.wlk:12 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:59:38.461Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{9f10c4} at dinoGame.wlk:12 exhausted all cases without a match [Send]{9f10c4} at dinoGame.wlk:12 exhausted all cases without a match","stack":"Error: [Send]{9f10c4} at dinoGame.wlk:12 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:59:39.447Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{07e01f} at dinoGame.wlk:12 exhausted all cases without a match [Send]{07e01f} at dinoGame.wlk:12 exhausted all cases without a match","stack":"Error: [Send]{07e01f} at dinoGame.wlk:12 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:59:41.424Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:59:41.490Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{412d6e} at dinoGame.wlk:16 exhausted all cases without a match [Send]{412d6e} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{412d6e} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:59:44.895Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:59:44.962Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":101,"timestamp":"2024-10-01T22:59:45.669Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{63963c} at dinoGame.wlk:16 exhausted all cases without a match [Send]{63963c} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{63963c} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:59:45.684Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:59:45.829Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":117,"timestamp":"2024-10-01T22:59:46.785Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{a062bf} at dinoGame.wlk:16 exhausted all cases without a match [Send]{a062bf} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{a062bf} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:59:47.061Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:59:47.128Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{336c09} at dinoGame.wlk:16 exhausted all cases without a match [Send]{336c09} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{336c09} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:59:47.958Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{daa423} at dinoGame.wlk:16 exhausted all cases without a match [Send]{daa423} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{daa423} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:59:48.139Z"} +{"exitCode":"SIGHUP","level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":18297,"timestamp":"2024-10-01T22:59:51.773Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":121,"timestamp":"2024-10-01T23:00:02.352Z"} +{"level":"info","message":"onRequest - WORKSPACE_URI:file:///c%3A/Users/Alan/Desktop/PROGAMACION/WOLLOK/dino2-te-amordido-un-perro","timestamp":"2024-10-01T23:00:02.354Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":103,"timestamp":"2024-10-01T23:00:02.676Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{2b286e} at dinoGame.wlk:16 exhausted all cases without a match [Send]{2b286e} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{2b286e} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:00:04.394Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:00:04.568Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{b425ec} at dinoGame.wlk:16 exhausted all cases without a match [Send]{b425ec} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{b425ec} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:00:04.767Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{9f3e30} at dinoGame.wlk:16 exhausted all cases without a match [Send]{9f3e30} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{9f3e30} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:00:05.218Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{a548ec} at dinoGame.wlk:16 exhausted all cases without a match [Send]{a548ec} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{a548ec} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:00:05.771Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:00:26.049Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:00:26.161Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:00:43.621Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:00:43.800Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":4478,"timestamp":"2024-10-01T23:00:52.666Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":4696,"timestamp":"2024-10-01T23:01:02.151Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":22826,"timestamp":"2024-10-01T23:01:34.874Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:01:51.659Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:01:51.749Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:01:52.770Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:01:52.930Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:01:53.071Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:01:55.178Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:01:55.245Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:01:56.041Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:03.771Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:03.901Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:03.960Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:04.234Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:04.342Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:04.476Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:04.601Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:04.662Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:07.094Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:08.349Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":123,"timestamp":"2024-10-01T23:02:11.550Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":108,"timestamp":"2024-10-01T23:02:13.171Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:13.260Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:13.328Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":5884,"timestamp":"2024-10-01T23:02:23.175Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":3498,"timestamp":"2024-10-01T23:02:30.790Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:41.674Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:41.769Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:41.900Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:42.193Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:42.258Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:42.385Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:43.880Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:44.101Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:44.265Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:44.419Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:44.579Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:02:51.964Z"} +{"level":"error","message":"✘ Completions for node failed: Error: p [Variable]{abadd3} at dinoGame.wlk:8 exhausted all cases without a match p [Variable]{abadd3} at dinoGame.wlk:8 exhausted all cases without a match","stack":"Error: p [Variable]{abadd3} at dinoGame.wlk:8 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:02:57.568Z"} +{"level":"error","message":"✘ Completions for node failed: Error: pul [Variable]{1e8295} at dinoGame.wlk:8 exhausted all cases without a match pul [Variable]{1e8295} at dinoGame.wlk:8 exhausted all cases without a match","stack":"Error: pul [Variable]{1e8295} at dinoGame.wlk:8 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:02:57.979Z"} +{"level":"error","message":"✘ Completions for node failed: Error: pulsa [Variable]{88d0e0} at dinoGame.wlk:8 exhausted all cases without a match pulsa [Variable]{88d0e0} at dinoGame.wlk:8 exhausted all cases without a match","stack":"Error: pulsa [Variable]{88d0e0} at dinoGame.wlk:8 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:02:58.172Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [If]{a33c8e} at dinoGame.wlk:14 exhausted all cases without a match [If]{a33c8e} at dinoGame.wlk:14 exhausted all cases without a match","stack":"Error: [If]{a33c8e} at dinoGame.wlk:14 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:03:16.760Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:03:16.833Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"de19c2aa-e76d-4699-bcfd-a60e13b3635c","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":24,"line":17,"offset":256},"start":{"column":3,"line":14,"offset":176}}}],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sentences":[{"id":"7118e205-6001-4fd3-98e5-ee4919d17fb3","isConstant":false,"metadata":[],"name":"pulsar","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":17,"line":9,"offset":107},"start":{"column":3,"line":9,"offset":93}},"value":{"id":"2712ac8c-4020-431a-be7e-902b50968ecb","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":17,"line":9,"offset":107},"start":{"column":16,"line":9,"offset":106}},"value":0}},{"args":[{"id":"1c65226f-2aeb-40df-a3b5-d838734b91c5","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":16,"line":11,"offset":126},"start":{"column":14,"line":11,"offset":124}},"value":12}],"id":"03c9def4-bf51-43b5-9989-c94248ac8eb9","message":"width","metadata":[],"receiver":{"id":"0fb68b4a-f3ae-47ff-b120-ed5c691b4b8d","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":7,"line":11,"offset":117},"start":{"column":3,"line":11,"offset":113}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":17,"line":11,"offset":127},"start":{"column":3,"line":11,"offset":113}}},{"args":[{"id":"3de3d31e-cd6c-441d-8593-37c45024471a","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":16,"line":12,"offset":144},"start":{"column":15,"line":12,"offset":143}},"value":8}],"id":"aa8291b1-c3fd-4309-930c-1866f31b44e4","message":"height","metadata":[],"receiver":{"id":"19fe955a-9c9a-4f3c-82ec-a4cae958a6b4","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":7,"line":12,"offset":135},"start":{"column":3,"line":12,"offset":131}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":17,"line":12,"offset":145},"start":{"column":3,"line":12,"offset":131}}},{"args":[{"id":"11c49c48-9849-44d1-a92c-6f0cbf248076","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":25,"line":13,"offset":171},"start":{"column":14,"line":13,"offset":160}},"value":"Dino Game"}],"id":"a9e6a164-dd8b-4cec-a7b3-387089770ac8","message":"title","metadata":[],"receiver":{"id":"f6b63b42-a7c2-43f1-b4a9-6399852f00f0","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":7,"line":13,"offset":153},"start":{"column":3,"line":13,"offset":149}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":26,"line":13,"offset":172},"start":{"column":3,"line":13,"offset":149}}},{"args":[{"id":"a664e7a0-cf63-4fc6-9a0d-b026953bd50d","metadata":[],"name":"cactus","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":24,"line":18,"offset":281},"start":{"column":18,"line":18,"offset":275}}}],"id":"7b302616-8459-4578-80b0-374a8a78e598","message":"addVisual","metadata":[],"receiver":{"id":"8b7c2e57-2bc1-4f4c-bb00-d2ce789f3cce","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":7,"line":18,"offset":264},"start":{"column":3,"line":18,"offset":260}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":25,"line":18,"offset":282},"start":{"column":3,"line":18,"offset":260}}},{"args":[{"id":"788fd99d-0ae3-488c-a381-2b4b130b580f","metadata":[],"name":"dino","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":22,"line":19,"offset":305},"start":{"column":18,"line":19,"offset":301}}}],"id":"14d70909-0b40-407b-b4bf-dbc5a53b4eb2","message":"addVisual","metadata":[],"receiver":{"id":"e79b19fd-5c3e-4d7d-af11-0e2b74e34766","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":7,"line":19,"offset":290},"start":{"column":3,"line":19,"offset":286}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":23,"line":19,"offset":306},"start":{"column":3,"line":19,"offset":286}}},{"args":[{"id":"e596d41e-ad07-4469-b6e9-fee2a3584469","metadata":[],"name":"reloj","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":23,"line":20,"offset":330},"start":{"column":18,"line":20,"offset":325}}}],"id":"c6279498-4424-4a68-9415-92edc4036f4d","message":"addVisual","metadata":[],"receiver":{"id":"5eda80c4-7b21-4a1d-94cb-e89709b255bb","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":7,"line":20,"offset":314},"start":{"column":3,"line":20,"offset":310}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":24,"line":20,"offset":331},"start":{"column":3,"line":20,"offset":310}}},{"args":[{"id":"0ac55ced-66bb-4b18-844b-179ea2c64222","metadata":[],"name":"dino","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":24,"line":23,"offset":362},"start":{"column":20,"line":23,"offset":358}}},{"id":"8aef8a86-819b-4c80-828b-9961e415acf4","members":[{"body":{"id":"dd42ce5e-a14e-4510-a679-106c71e89f66","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sentences":[{"id":"dd3b5350-4d90-4983-b0c7-5c7e67e83450","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"value":{"args":[],"id":"a3e87886-3abb-46d9-873c-01b39ab892bc","message":"chocar","metadata":[],"receiver":{"id":"315781a3-2b05-460b-bf25-939fcebcd0e6","metadata":[],"name":"obstaculo","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":50,"line":23,"offset":388},"start":{"column":41,"line":23,"offset":379}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":59,"line":23,"offset":397},"start":{"column":41,"line":23,"offset":379}}}}]},"id":"7675d4de-9928-48ba-8f9c-7e6b6b84c356","isOverride":false,"metadata":[],"name":"","parameters":[{"id":"4e0e9482-735a-4f51-b3ef-fc2615ae4923","isVarArg":false,"metadata":[],"name":"obstaculo","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":37,"line":23,"offset":375},"start":{"column":28,"line":23,"offset":366}}}],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}},{"id":"cc02f0ba-b0f9-4082-90c7-ab44cec8e60a","isConstant":true,"isProperty":false,"metadata":[],"name":"","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"value":{"id":"b797a8f9-c14b-46db-b68f-adcc835a87c5","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"value":"{ obstaculo => obstaculo.chocar() }"}}],"metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"sourceMap":{"end":{"column":61,"line":23,"offset":399},"start":{"column":26,"line":23,"offset":364}},"supertypes":[{"args":[],"id":"80a1edb5-bd91-42a9-885a-ce44cb4ed2fe","metadata":[],"reference":{"id":"4b6aaa69-ca8f-41dd-9f65-ba6fbc8c5701","metadata":[],"name":"wollok.lang.Closure","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}}]}],"id":"97de22aa-c386-4730-8a3f-7661657d5543","message":"onCollideDo","metadata":[{"args":{"position":"end","text":"// se fija con que choca ( si es cactus llama a cactus.choar())"},"name":"comment"}],"receiver":{"id":"47bbd463-c012-4e07-8955-0354239334da","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":7,"line":23,"offset":345},"start":{"column":3,"line":23,"offset":341}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":62,"line":23,"offset":400},"start":{"column":3,"line":23,"offset":341}}},{"args":[{"id":"2bf3b3e2-5220-4203-9b85-4992a1200a99","members":[{"body":{"id":"0da81b57-6851-4777-a51a-b6196b06a5b2","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sentences":[{"id":"d5a5fe76-63c2-4ba6-87b7-ac98fa5eaf94","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"value":{"args":[],"id":"fd4bf6f2-6159-456f-9889-9222879c9f5e","message":"iniciarGame","metadata":[],"receiver":{"id":"fffd8266-2601-47e6-aeba-9a07dc583f0a","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":35,"line":25,"offset":502},"start":{"column":31,"line":25,"offset":498}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":49,"line":25,"offset":516},"start":{"column":31,"line":25,"offset":498}}}}]},"id":"08d7b0b9-d72b-4f1f-9f62-7209ed8123d9","isOverride":false,"metadata":[],"name":"","parameters":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}},{"id":"47fc02f7-c98f-4c1c-b9ce-cf60414a4e20","isConstant":true,"isProperty":false,"metadata":[],"name":"","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"value":{"id":"2d84e9de-008d-41e1-9dfa-35071595a25d","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"value":"{ self.iniciarGame()}"}}],"metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"sourceMap":{"end":{"column":50,"line":25,"offset":517},"start":{"column":29,"line":25,"offset":496}},"supertypes":[{"args":[],"id":"4f8c5835-3115-4e8f-983b-275fcaa88f9b","metadata":[],"reference":{"id":"e84c68da-73bb-442f-b62c-a7431ebc0d69","metadata":[],"name":"wollok.lang.Closure","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}}]}],"id":"70d4db16-707d-4494-a448-690371962774","message":"onPressDo","metadata":[],"receiver":{"args":[],"id":"ab5fe2e6-fd03-427d-909d-be4b89e3d9cd","message":"space","metadata":[],"receiver":{"id":"af1b2d34-5f3a-4dba-abde-5453c698abcf","metadata":[],"name":"keyboard","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":11,"line":25,"offset":478},"start":{"column":3,"line":25,"offset":470}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":19,"line":25,"offset":486},"start":{"column":3,"line":25,"offset":470}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":50,"line":25,"offset":517},"start":{"column":3,"line":25,"offset":470}}},{"args":[{"id":"b5b1585f-8c45-43d4-984c-9f11954ad184","members":[{"body":{"id":"2c6f3042-11cb-4152-b9fa-4808b44419a2","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sentences":[{"id":"c4595901-226b-44b7-a7f8-085dc95db4c5","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"value":{"args":[],"id":"ec0c77c1-fa72-417c-ab74-cbe0e6420920","message":"saltar","metadata":[],"receiver":{"id":"b1a7fb85-c965-4669-8cb1-4a0aa0ab1c32","metadata":[],"name":"dino","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":32,"line":27,"offset":552},"start":{"column":28,"line":27,"offset":548}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":41,"line":27,"offset":561},"start":{"column":28,"line":27,"offset":548}}}}]},"id":"30c3bf0a-c18a-47da-a391-a8e7a96016bc","isOverride":false,"metadata":[],"name":"","parameters":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}},{"id":"531af455-ac6a-4924-b713-41b19606b502","isConstant":true,"isProperty":false,"metadata":[],"name":"","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"value":{"id":"60d0c416-d4ce-4823-95a8-b0179be1e568","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"value":"{dino.saltar()}"}}],"metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"sourceMap":{"end":{"column":42,"line":27,"offset":562},"start":{"column":27,"line":27,"offset":547}},"supertypes":[{"args":[],"id":"aefa0289-1f81-43c0-b952-255a48477fe1","metadata":[],"reference":{"id":"51460d45-3a06-4d10-a713-745a0eacbd02","metadata":[],"name":"wollok.lang.Closure","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}}]}],"id":"681e90f1-8fc5-4b48-9adf-d54c23126127","message":"onPressDo","metadata":[{"args":{"position":"end","text":"// si toco up salto "},"name":"comment"}],"receiver":{"args":[],"id":"8e88e6b2-4ef0-4298-8513-c931f59bee4b","message":"up","metadata":[],"receiver":{"id":"e1af498e-84e2-4858-be17-2b9f5d58ffc1","metadata":[],"name":"keyboard","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":11,"line":27,"offset":531},"start":{"column":3,"line":27,"offset":523}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":16,"line":27,"offset":536},"start":{"column":3,"line":27,"offset":523}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":43,"line":27,"offset":563},"start":{"column":3,"line":27,"offset":523}}}],"sourceMap":{"end":{"column":3,"line":30,"offset":594},"start":{"column":21,"line":7,"offset":86}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T23:03:25.318Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"de19c2aa-e76d-4699-bcfd-a60e13b3635c","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":24,"line":17,"offset":256},"start":{"column":3,"line":14,"offset":176}}}],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sentences":[{"id":"7118e205-6001-4fd3-98e5-ee4919d17fb3","isConstant":false,"metadata":[],"name":"pulsar","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":17,"line":9,"offset":107},"start":{"column":3,"line":9,"offset":93}},"value":{"id":"2712ac8c-4020-431a-be7e-902b50968ecb","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":17,"line":9,"offset":107},"start":{"column":16,"line":9,"offset":106}},"value":0}},{"args":[{"id":"1c65226f-2aeb-40df-a3b5-d838734b91c5","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":16,"line":11,"offset":126},"start":{"column":14,"line":11,"offset":124}},"value":12}],"id":"03c9def4-bf51-43b5-9989-c94248ac8eb9","message":"width","metadata":[],"receiver":{"id":"0fb68b4a-f3ae-47ff-b120-ed5c691b4b8d","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":7,"line":11,"offset":117},"start":{"column":3,"line":11,"offset":113}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":17,"line":11,"offset":127},"start":{"column":3,"line":11,"offset":113}}},{"args":[{"id":"3de3d31e-cd6c-441d-8593-37c45024471a","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":16,"line":12,"offset":144},"start":{"column":15,"line":12,"offset":143}},"value":8}],"id":"aa8291b1-c3fd-4309-930c-1866f31b44e4","message":"height","metadata":[],"receiver":{"id":"19fe955a-9c9a-4f3c-82ec-a4cae958a6b4","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":7,"line":12,"offset":135},"start":{"column":3,"line":12,"offset":131}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":17,"line":12,"offset":145},"start":{"column":3,"line":12,"offset":131}}},{"args":[{"id":"11c49c48-9849-44d1-a92c-6f0cbf248076","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":25,"line":13,"offset":171},"start":{"column":14,"line":13,"offset":160}},"value":"Dino Game"}],"id":"a9e6a164-dd8b-4cec-a7b3-387089770ac8","message":"title","metadata":[],"receiver":{"id":"f6b63b42-a7c2-43f1-b4a9-6399852f00f0","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":7,"line":13,"offset":153},"start":{"column":3,"line":13,"offset":149}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":26,"line":13,"offset":172},"start":{"column":3,"line":13,"offset":149}}},{"args":[{"id":"a664e7a0-cf63-4fc6-9a0d-b026953bd50d","metadata":[],"name":"cactus","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":24,"line":18,"offset":281},"start":{"column":18,"line":18,"offset":275}}}],"id":"7b302616-8459-4578-80b0-374a8a78e598","message":"addVisual","metadata":[],"receiver":{"id":"8b7c2e57-2bc1-4f4c-bb00-d2ce789f3cce","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":7,"line":18,"offset":264},"start":{"column":3,"line":18,"offset":260}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":25,"line":18,"offset":282},"start":{"column":3,"line":18,"offset":260}}},{"args":[{"id":"788fd99d-0ae3-488c-a381-2b4b130b580f","metadata":[],"name":"dino","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":22,"line":19,"offset":305},"start":{"column":18,"line":19,"offset":301}}}],"id":"14d70909-0b40-407b-b4bf-dbc5a53b4eb2","message":"addVisual","metadata":[],"receiver":{"id":"e79b19fd-5c3e-4d7d-af11-0e2b74e34766","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":7,"line":19,"offset":290},"start":{"column":3,"line":19,"offset":286}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":23,"line":19,"offset":306},"start":{"column":3,"line":19,"offset":286}}},{"args":[{"id":"e596d41e-ad07-4469-b6e9-fee2a3584469","metadata":[],"name":"reloj","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":23,"line":20,"offset":330},"start":{"column":18,"line":20,"offset":325}}}],"id":"c6279498-4424-4a68-9415-92edc4036f4d","message":"addVisual","metadata":[],"receiver":{"id":"5eda80c4-7b21-4a1d-94cb-e89709b255bb","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":7,"line":20,"offset":314},"start":{"column":3,"line":20,"offset":310}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":24,"line":20,"offset":331},"start":{"column":3,"line":20,"offset":310}}},{"args":[{"id":"0ac55ced-66bb-4b18-844b-179ea2c64222","metadata":[],"name":"dino","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":24,"line":23,"offset":362},"start":{"column":20,"line":23,"offset":358}}},{"id":"8aef8a86-819b-4c80-828b-9961e415acf4","members":[{"body":{"id":"dd42ce5e-a14e-4510-a679-106c71e89f66","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sentences":[{"id":"dd3b5350-4d90-4983-b0c7-5c7e67e83450","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"value":{"args":[],"id":"a3e87886-3abb-46d9-873c-01b39ab892bc","message":"chocar","metadata":[],"receiver":{"id":"315781a3-2b05-460b-bf25-939fcebcd0e6","metadata":[],"name":"obstaculo","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":50,"line":23,"offset":388},"start":{"column":41,"line":23,"offset":379}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":59,"line":23,"offset":397},"start":{"column":41,"line":23,"offset":379}}}}]},"id":"7675d4de-9928-48ba-8f9c-7e6b6b84c356","isOverride":false,"metadata":[],"name":"","parameters":[{"id":"4e0e9482-735a-4f51-b3ef-fc2615ae4923","isVarArg":false,"metadata":[],"name":"obstaculo","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":37,"line":23,"offset":375},"start":{"column":28,"line":23,"offset":366}}}],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}},{"id":"cc02f0ba-b0f9-4082-90c7-ab44cec8e60a","isConstant":true,"isProperty":false,"metadata":[],"name":"","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"value":{"id":"b797a8f9-c14b-46db-b68f-adcc835a87c5","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"value":"{ obstaculo => obstaculo.chocar() }"}}],"metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"sourceMap":{"end":{"column":61,"line":23,"offset":399},"start":{"column":26,"line":23,"offset":364}},"supertypes":[{"args":[],"id":"80a1edb5-bd91-42a9-885a-ce44cb4ed2fe","metadata":[],"reference":{"id":"4b6aaa69-ca8f-41dd-9f65-ba6fbc8c5701","metadata":[],"name":"wollok.lang.Closure","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}}]}],"id":"97de22aa-c386-4730-8a3f-7661657d5543","message":"onCollideDo","metadata":[{"args":{"position":"end","text":"// se fija con que choca ( si es cactus llama a cactus.choar())"},"name":"comment"}],"receiver":{"id":"47bbd463-c012-4e07-8955-0354239334da","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":7,"line":23,"offset":345},"start":{"column":3,"line":23,"offset":341}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":62,"line":23,"offset":400},"start":{"column":3,"line":23,"offset":341}}},{"args":[{"id":"2bf3b3e2-5220-4203-9b85-4992a1200a99","members":[{"body":{"id":"0da81b57-6851-4777-a51a-b6196b06a5b2","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sentences":[{"id":"d5a5fe76-63c2-4ba6-87b7-ac98fa5eaf94","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"value":{"args":[],"id":"fd4bf6f2-6159-456f-9889-9222879c9f5e","message":"iniciarGame","metadata":[],"receiver":{"id":"fffd8266-2601-47e6-aeba-9a07dc583f0a","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":35,"line":25,"offset":502},"start":{"column":31,"line":25,"offset":498}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":49,"line":25,"offset":516},"start":{"column":31,"line":25,"offset":498}}}}]},"id":"08d7b0b9-d72b-4f1f-9f62-7209ed8123d9","isOverride":false,"metadata":[],"name":"","parameters":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}},{"id":"47fc02f7-c98f-4c1c-b9ce-cf60414a4e20","isConstant":true,"isProperty":false,"metadata":[],"name":"","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"value":{"id":"2d84e9de-008d-41e1-9dfa-35071595a25d","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"value":"{ self.iniciarGame()}"}}],"metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"sourceMap":{"end":{"column":50,"line":25,"offset":517},"start":{"column":29,"line":25,"offset":496}},"supertypes":[{"args":[],"id":"4f8c5835-3115-4e8f-983b-275fcaa88f9b","metadata":[],"reference":{"id":"e84c68da-73bb-442f-b62c-a7431ebc0d69","metadata":[],"name":"wollok.lang.Closure","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}}]}],"id":"70d4db16-707d-4494-a448-690371962774","message":"onPressDo","metadata":[],"receiver":{"args":[],"id":"ab5fe2e6-fd03-427d-909d-be4b89e3d9cd","message":"space","metadata":[],"receiver":{"id":"af1b2d34-5f3a-4dba-abde-5453c698abcf","metadata":[],"name":"keyboard","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":11,"line":25,"offset":478},"start":{"column":3,"line":25,"offset":470}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":19,"line":25,"offset":486},"start":{"column":3,"line":25,"offset":470}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":50,"line":25,"offset":517},"start":{"column":3,"line":25,"offset":470}}},{"args":[{"id":"b5b1585f-8c45-43d4-984c-9f11954ad184","members":[{"body":{"id":"2c6f3042-11cb-4152-b9fa-4808b44419a2","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sentences":[{"id":"c4595901-226b-44b7-a7f8-085dc95db4c5","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"value":{"args":[],"id":"ec0c77c1-fa72-417c-ab74-cbe0e6420920","message":"saltar","metadata":[],"receiver":{"id":"b1a7fb85-c965-4669-8cb1-4a0aa0ab1c32","metadata":[],"name":"dino","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":32,"line":27,"offset":552},"start":{"column":28,"line":27,"offset":548}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":41,"line":27,"offset":561},"start":{"column":28,"line":27,"offset":548}}}}]},"id":"30c3bf0a-c18a-47da-a391-a8e7a96016bc","isOverride":false,"metadata":[],"name":"","parameters":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}},{"id":"531af455-ac6a-4924-b713-41b19606b502","isConstant":true,"isProperty":false,"metadata":[],"name":"","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"value":{"id":"60d0c416-d4ce-4823-95a8-b0179be1e568","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"value":"{dino.saltar()}"}}],"metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"sourceMap":{"end":{"column":42,"line":27,"offset":562},"start":{"column":27,"line":27,"offset":547}},"supertypes":[{"args":[],"id":"aefa0289-1f81-43c0-b952-255a48477fe1","metadata":[],"reference":{"id":"51460d45-3a06-4d10-a713-745a0eacbd02","metadata":[],"name":"wollok.lang.Closure","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}}]}],"id":"681e90f1-8fc5-4b48-9adf-d54c23126127","message":"onPressDo","metadata":[{"args":{"position":"end","text":"// si toco up salto "},"name":"comment"}],"receiver":{"args":[],"id":"8e88e6b2-4ef0-4298-8513-c931f59bee4b","message":"up","metadata":[],"receiver":{"id":"e1af498e-84e2-4858-be17-2b9f5d58ffc1","metadata":[],"name":"keyboard","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":11,"line":27,"offset":531},"start":{"column":3,"line":27,"offset":523}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":16,"line":27,"offset":536},"start":{"column":3,"line":27,"offset":523}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":43,"line":27,"offset":563},"start":{"column":3,"line":27,"offset":523}}}],"sourceMap":{"end":{"column":3,"line":30,"offset":594},"start":{"column":21,"line":7,"offset":86}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T23:03:25.591Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":117,"timestamp":"2024-10-01T23:03:27.843Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:03:27.922Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:03:27.989Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [If]{bf1b82} at dinoGame.wlk:14 exhausted all cases without a match [If]{bf1b82} at dinoGame.wlk:14 exhausted all cases without a match","stack":"Error: [If]{bf1b82} at dinoGame.wlk:14 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:03:28.279Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":115,"timestamp":"2024-10-01T23:03:38.897Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":117,"timestamp":"2024-10-01T23:03:48.551Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:04:02.028Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":112,"timestamp":"2024-10-01T23:04:05.856Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Assignment]{1bd02d} at dinoGame.wlk:36 exhausted all cases without a match [Assignment]{1bd02d} at dinoGame.wlk:36 exhausted all cases without a match","stack":"Error: [Assignment]{1bd02d} at dinoGame.wlk:36 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:04:12.452Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:04:12.518Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:04:12.630Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:04:12.812Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:04:14.222Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"67807829-d243-4fd8-9d24-b93347106945","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":24,"line":36,"offset":696},"start":{"column":21,"line":36,"offset":693}}}],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sentences":[{"id":"ae0d3be2-06fe-412a-9ba0-721595113c2a","metadata":[],"name":"congigurar.pulsar","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":20,"line":36,"offset":692},"start":{"column":3,"line":36,"offset":675}}},{"args":[],"id":"7bd20a9f-6f2a-4fb0-9c5f-8085e3d3eb1f","message":"iniciar","metadata":[],"receiver":{"id":"d826b0b0-5e67-4e9f-8205-389d3ba875f1","metadata":[],"name":"dino","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":7,"line":37,"offset":704},"start":{"column":3,"line":37,"offset":700}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":17,"line":37,"offset":714},"start":{"column":3,"line":37,"offset":700}}},{"args":[],"id":"ecb3d5f1-c528-446e-b2cc-4a0049f35a40","message":"iniciar","metadata":[],"receiver":{"id":"87b05f86-e5be-4771-9e19-b3e5a4bc07fa","metadata":[],"name":"reloj","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":8,"line":38,"offset":723},"start":{"column":3,"line":38,"offset":718}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":18,"line":38,"offset":733},"start":{"column":3,"line":38,"offset":718}}},{"args":[],"id":"8f258d83-b83c-498f-91ff-dc0acf907416","message":"iniciar","metadata":[],"receiver":{"id":"6009eaa9-58cd-4490-82bd-e833c07cb3d3","metadata":[],"name":"cactus","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":9,"line":39,"offset":743},"start":{"column":3,"line":39,"offset":737}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":19,"line":39,"offset":753},"start":{"column":3,"line":39,"offset":737}}},{"args":[],"id":"f814b878-03f3-4d0a-8c68-a05815a7084c","message":"start","metadata":[],"receiver":{"id":"ee3719f3-d796-49ff-a9da-980c931b3453","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":7,"line":40,"offset":761},"start":{"column":3,"line":40,"offset":757}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":15,"line":40,"offset":769},"start":{"column":3,"line":40,"offset":757}}}],"sourceMap":{"end":{"column":3,"line":43,"offset":779},"start":{"column":22,"line":35,"offset":670}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T23:04:16.036Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Assignment]{922bda} at dinoGame.wlk:36 exhausted all cases without a match [Assignment]{922bda} at dinoGame.wlk:36 exhausted all cases without a match","stack":"Error: [Assignment]{922bda} at dinoGame.wlk:36 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:04:21.831Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:04:22.574Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:04:22.742Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:04:22.950Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:04:23.158Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":103,"timestamp":"2024-10-01T23:04:23.262Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:04:23.262Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:04:23.401Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:04:23.537Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{417ff3} at dinoGame.wlk:36 exhausted all cases without a match [Send]{417ff3} at dinoGame.wlk:36 exhausted all cases without a match","stack":"Error: [Send]{417ff3} at dinoGame.wlk:36 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:04:26.205Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:04:26.332Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:04:26.457Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{5dd418} at dinoGame.wlk:36 exhausted all cases without a match [Send]{5dd418} at dinoGame.wlk:36 exhausted all cases without a match","stack":"Error: [Send]{5dd418} at dinoGame.wlk:36 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:04:26.596Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{1e8da9} at dinoGame.wlk:36 exhausted all cases without a match [Send]{1e8da9} at dinoGame.wlk:36 exhausted all cases without a match","stack":"Error: [Send]{1e8da9} at dinoGame.wlk:36 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:04:26.866Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{73f57a} at dinoGame.wlk:36 exhausted all cases without a match [Send]{73f57a} at dinoGame.wlk:36 exhausted all cases without a match","stack":"Error: [Send]{73f57a} at dinoGame.wlk:36 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:04:27.136Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":104,"timestamp":"2024-10-01T23:04:27.924Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{379832} at dinoGame.wlk:36 exhausted all cases without a match [Send]{379832} at dinoGame.wlk:36 exhausted all cases without a match","stack":"Error: [Send]{379832} at dinoGame.wlk:36 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:04:28.070Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":110,"timestamp":"2024-10-01T23:04:35.987Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{ef4524} at dinoGame.wlk:18 exhausted all cases without a match [Send]{ef4524} at dinoGame.wlk:18 exhausted all cases without a match","stack":"Error: [Send]{ef4524} at dinoGame.wlk:18 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:04:51.162Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [If]{e524af} at dinoGame.wlk:15 exhausted all cases without a match [If]{e524af} at dinoGame.wlk:15 exhausted all cases without a match","stack":"Error: [If]{e524af} at dinoGame.wlk:15 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at q5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:730)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T23:04:51.162Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{6553f2} at dinoGame.wlk:18 exhausted all cases without a match [Send]{6553f2} at dinoGame.wlk:18 exhausted all cases without a match","stack":"Error: [Send]{6553f2} at dinoGame.wlk:18 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:04:51.411Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [If]{795392} at dinoGame.wlk:15 exhausted all cases without a match [If]{795392} at dinoGame.wlk:15 exhausted all cases without a match","stack":"Error: [If]{795392} at dinoGame.wlk:15 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at q5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:730)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T23:04:51.411Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{922761} at dinoGame.wlk:18 exhausted all cases without a match [Send]{922761} at dinoGame.wlk:18 exhausted all cases without a match","stack":"Error: [Send]{922761} at dinoGame.wlk:18 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:04:51.610Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [If]{1c3f98} at dinoGame.wlk:15 exhausted all cases without a match [If]{1c3f98} at dinoGame.wlk:15 exhausted all cases without a match","stack":"Error: [If]{1c3f98} at dinoGame.wlk:15 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at q5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:730)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T23:04:51.610Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{ee787a} at dinoGame.wlk:18 exhausted all cases without a match [Send]{ee787a} at dinoGame.wlk:18 exhausted all cases without a match","stack":"Error: [Send]{ee787a} at dinoGame.wlk:18 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:04:51.851Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [If]{ed6f1d} at dinoGame.wlk:15 exhausted all cases without a match [If]{ed6f1d} at dinoGame.wlk:15 exhausted all cases without a match","stack":"Error: [If]{ed6f1d} at dinoGame.wlk:15 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at q5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:730)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T23:04:51.851Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{92e8ce} at dinoGame.wlk:18 exhausted all cases without a match [Send]{92e8ce} at dinoGame.wlk:18 exhausted all cases without a match","stack":"Error: [Send]{92e8ce} at dinoGame.wlk:18 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:04:52.193Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [If]{8fc58e} at dinoGame.wlk:15 exhausted all cases without a match [If]{8fc58e} at dinoGame.wlk:15 exhausted all cases without a match","stack":"Error: [If]{8fc58e} at dinoGame.wlk:15 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at q5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:730)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T23:04:52.193Z"} diff --git a/log/wollok1.log b/log/wollok1.log new file mode 100644 index 0000000..a81c194 --- /dev/null +++ b/log/wollok1.log @@ -0,0 +1,283 @@ +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{6f55fc} at dinoGame.wlk:18 exhausted all cases without a match [Send]{6f55fc} at dinoGame.wlk:18 exhausted all cases without a match","stack":"Error: [Send]{6f55fc} at dinoGame.wlk:18 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:04:52.740Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [If]{8b6c75} at dinoGame.wlk:15 exhausted all cases without a match [If]{8b6c75} at dinoGame.wlk:15 exhausted all cases without a match","stack":"Error: [If]{8b6c75} at dinoGame.wlk:15 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at q5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:730)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T23:04:52.740Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{be95e6} at dinoGame.wlk:18 exhausted all cases without a match [Send]{be95e6} at dinoGame.wlk:18 exhausted all cases without a match","stack":"Error: [Send]{be95e6} at dinoGame.wlk:18 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:04:53.047Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [If]{2cfe6f} at dinoGame.wlk:15 exhausted all cases without a match [If]{2cfe6f} at dinoGame.wlk:15 exhausted all cases without a match","stack":"Error: [If]{2cfe6f} at dinoGame.wlk:15 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at q5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:730)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T23:04:53.047Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{5297c9} at dinoGame.wlk:18 exhausted all cases without a match [Send]{5297c9} at dinoGame.wlk:18 exhausted all cases without a match","stack":"Error: [Send]{5297c9} at dinoGame.wlk:18 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:04:53.183Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [If]{21fdd9} at dinoGame.wlk:15 exhausted all cases without a match [If]{21fdd9} at dinoGame.wlk:15 exhausted all cases without a match","stack":"Error: [If]{21fdd9} at dinoGame.wlk:15 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at q5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:730)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T23:04:53.183Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{4aa230} at dinoGame.wlk:18 exhausted all cases without a match [Send]{4aa230} at dinoGame.wlk:18 exhausted all cases without a match","stack":"Error: [Send]{4aa230} at dinoGame.wlk:18 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:04:53.385Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [If]{be47b4} at dinoGame.wlk:15 exhausted all cases without a match [If]{be47b4} at dinoGame.wlk:15 exhausted all cases without a match","stack":"Error: [If]{be47b4} at dinoGame.wlk:15 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at q5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:730)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T23:04:53.386Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{55b165} at dinoGame.wlk:18 exhausted all cases without a match [Send]{55b165} at dinoGame.wlk:18 exhausted all cases without a match","stack":"Error: [Send]{55b165} at dinoGame.wlk:18 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:04:53.530Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [If]{7566c8} at dinoGame.wlk:15 exhausted all cases without a match [If]{7566c8} at dinoGame.wlk:15 exhausted all cases without a match","stack":"Error: [If]{7566c8} at dinoGame.wlk:15 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at q5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:730)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T23:04:53.530Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":105,"timestamp":"2024-10-01T23:05:00.495Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:05:10.808Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:05:11.759Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:05:11.815Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:05:11.939Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:05:12.202Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:05:12.308Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:05:12.432Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":117,"timestamp":"2024-10-01T23:05:13.932Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:05:17.761Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:05:18.246Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":5298,"timestamp":"2024-10-01T23:05:27.336Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:07:12.905Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:07:12.996Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:07:13.131Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:07:13.351Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"71fd262a-78cb-49dc-97ef-9d0c0b3f9f83","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":13,"line":102,"offset":2069},"start":{"column":3,"line":102,"offset":2059}}}],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sentences":[{"args":[{"id":"0e33251f-32c8-434d-bd36-22fe190c8d32","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":20,"line":103,"offset":2090},"start":{"column":17,"line":103,"offset":2087}},"value":100},{"id":"e89118e1-7af1-4b27-b416-595c7604c834","members":[{"body":{"id":"4aa86cd0-c598-4c9c-8e3c-eae8f084ccf0","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sentences":[{"id":"582100c2-b2f3-414b-b3aa-47ad3bf01c33","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"value":{"args":[],"id":"96a3f6ba-0fe8-449a-8859-3d0f562332ee","message":"stop","metadata":[],"receiver":{"id":"6edecf66-cd13-4068-bb8b-b351e4845721","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":28,"line":103,"offset":2098},"start":{"column":24,"line":103,"offset":2094}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":35,"line":103,"offset":2105},"start":{"column":24,"line":103,"offset":2094}}}}]},"id":"200aaf57-f3df-4b89-8723-f16b514aecf4","isOverride":false,"metadata":[],"name":"","parameters":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}},{"id":"c9a2df88-2190-4165-a1f0-9691f147a95d","isConstant":true,"isProperty":false,"metadata":[],"name":"","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"value":{"id":"20e7eb59-1863-4d04-a81a-0af1ca814400","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"value":"{ game.stop() }"}}],"metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"sourceMap":{"end":{"column":37,"line":103,"offset":2107},"start":{"column":22,"line":103,"offset":2092}},"supertypes":[{"args":[],"id":"46c06b39-4615-4bfa-b0c1-ed461e2e0a80","metadata":[],"reference":{"id":"b41cb473-b90e-48f8-b425-d49a9ddad5a0","metadata":[],"name":"wollok.lang.Closure","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}}]}],"id":"0e287bc3-92db-47b9-9f4a-293cd62148f5","message":"schedule","metadata":[{"args":{"position":"end","text":"// terminar game"},"name":"comment"}],"receiver":{"id":"5b1c5f63-aa50-4f2c-afc4-21d6ab656cc6","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":7,"line":103,"offset":2077},"start":{"column":3,"line":103,"offset":2073}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":38,"line":103,"offset":2108},"start":{"column":3,"line":103,"offset":2073}}}],"sourceMap":{"end":{"column":3,"line":104,"offset":2129},"start":{"column":21,"line":101,"offset":2054}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T23:07:25.371Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"71fd262a-78cb-49dc-97ef-9d0c0b3f9f83","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":13,"line":102,"offset":2069},"start":{"column":3,"line":102,"offset":2059}}}],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sentences":[{"args":[{"id":"0e33251f-32c8-434d-bd36-22fe190c8d32","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":20,"line":103,"offset":2090},"start":{"column":17,"line":103,"offset":2087}},"value":100},{"id":"e89118e1-7af1-4b27-b416-595c7604c834","members":[{"body":{"id":"4aa86cd0-c598-4c9c-8e3c-eae8f084ccf0","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sentences":[{"id":"582100c2-b2f3-414b-b3aa-47ad3bf01c33","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"value":{"args":[],"id":"96a3f6ba-0fe8-449a-8859-3d0f562332ee","message":"stop","metadata":[],"receiver":{"id":"6edecf66-cd13-4068-bb8b-b351e4845721","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":28,"line":103,"offset":2098},"start":{"column":24,"line":103,"offset":2094}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":35,"line":103,"offset":2105},"start":{"column":24,"line":103,"offset":2094}}}}]},"id":"200aaf57-f3df-4b89-8723-f16b514aecf4","isOverride":false,"metadata":[],"name":"","parameters":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}},{"id":"c9a2df88-2190-4165-a1f0-9691f147a95d","isConstant":true,"isProperty":false,"metadata":[],"name":"","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"value":{"id":"20e7eb59-1863-4d04-a81a-0af1ca814400","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"value":"{ game.stop() }"}}],"metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"sourceMap":{"end":{"column":37,"line":103,"offset":2107},"start":{"column":22,"line":103,"offset":2092}},"supertypes":[{"args":[],"id":"46c06b39-4615-4bfa-b0c1-ed461e2e0a80","metadata":[],"reference":{"id":"b41cb473-b90e-48f8-b425-d49a9ddad5a0","metadata":[],"name":"wollok.lang.Closure","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]}}]}],"id":"0e287bc3-92db-47b9-9f4a-293cd62148f5","message":"schedule","metadata":[{"args":{"position":"end","text":"// terminar game"},"name":"comment"}],"receiver":{"id":"5b1c5f63-aa50-4f2c-afc4-21d6ab656cc6","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":7,"line":103,"offset":2077},"start":{"column":3,"line":103,"offset":2073}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":38,"line":103,"offset":2108},"start":{"column":3,"line":103,"offset":2073}}}],"sourceMap":{"end":{"column":3,"line":104,"offset":2129},"start":{"column":21,"line":101,"offset":2054}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T23:07:25.754Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:07:26.361Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:07:26.516Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:07:26.681Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:07:31.852Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:07:31.975Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:07:32.203Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:07:32.267Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:07:32.391Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:07:32.449Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:07:33.885Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:07:33.942Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:07:34.064Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:07:34.350Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:07:35.047Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:07:35.881Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:07:35.943Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:07:36.172Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":3612,"timestamp":"2024-10-01T23:07:44.689Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":104,"timestamp":"2024-10-01T23:07:50.131Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{153c3a} at dinoGame.wlk:44 exhausted all cases without a match [Send]{153c3a} at dinoGame.wlk:44 exhausted all cases without a match","stack":"Error: [Send]{153c3a} at dinoGame.wlk:44 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:10:15.514Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [If]{c9d0be} at dinoGame.wlk:40 exhausted all cases without a match [If]{c9d0be} at dinoGame.wlk:40 exhausted all cases without a match","stack":"Error: [If]{c9d0be} at dinoGame.wlk:40 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at q5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:730)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T23:10:15.514Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{e82e8d} at dinoGame.wlk:44 exhausted all cases without a match [Send]{e82e8d} at dinoGame.wlk:44 exhausted all cases without a match","stack":"Error: [Send]{e82e8d} at dinoGame.wlk:44 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:10:15.714Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [If]{37f8ab} at dinoGame.wlk:40 exhausted all cases without a match [If]{37f8ab} at dinoGame.wlk:40 exhausted all cases without a match","stack":"Error: [If]{37f8ab} at dinoGame.wlk:40 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at q5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:730)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T23:10:15.714Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{a8b8f9} at dinoGame.wlk:44 exhausted all cases without a match [Send]{a8b8f9} at dinoGame.wlk:44 exhausted all cases without a match","stack":"Error: [Send]{a8b8f9} at dinoGame.wlk:44 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:10:15.987Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [If]{938530} at dinoGame.wlk:40 exhausted all cases without a match [If]{938530} at dinoGame.wlk:40 exhausted all cases without a match","stack":"Error: [If]{938530} at dinoGame.wlk:40 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at q5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:730)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T23:10:15.987Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":4905,"timestamp":"2024-10-01T23:10:45.727Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":117,"timestamp":"2024-10-01T23:10:58.040Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":138,"timestamp":"2024-10-01T23:10:58.822Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":12493,"timestamp":"2024-10-01T23:11:21.632Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":129,"timestamp":"2024-10-01T23:12:21.913Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":103,"timestamp":"2024-10-01T23:12:26.873Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":123,"timestamp":"2024-10-01T23:12:29.993Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":127,"timestamp":"2024-10-01T23:12:32.741Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":104,"timestamp":"2024-10-01T23:12:33.832Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":119,"timestamp":"2024-10-01T23:12:35.194Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":105,"timestamp":"2024-10-01T23:12:38.179Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":114,"timestamp":"2024-10-01T23:12:38.546Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":103,"timestamp":"2024-10-01T23:12:39.202Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":115,"timestamp":"2024-10-01T23:12:43.386Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":119,"timestamp":"2024-10-01T23:12:49.504Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:12:53.975Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:12:54.096Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:12:54.160Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:12:54.561Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:12:55.075Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:12:55.276Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:12:55.374Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:12:55.507Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:12:56.235Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:12:56.948Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":132,"timestamp":"2024-10-01T23:12:58.462Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{86b01c} at dinoGame.wlk:12 exhausted all cases without a match [Send]{86b01c} at dinoGame.wlk:12 exhausted all cases without a match","stack":"Error: [Send]{86b01c} at dinoGame.wlk:12 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:12:58.605Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:12:58.671Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:12:58.728Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{5f8114} at dinoGame.wlk:12 exhausted all cases without a match [Send]{5f8114} at dinoGame.wlk:12 exhausted all cases without a match","stack":"Error: [Send]{5f8114} at dinoGame.wlk:12 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:12:58.932Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{eacb4f} at dinoGame.wlk:12 exhausted all cases without a match [Send]{eacb4f} at dinoGame.wlk:12 exhausted all cases without a match","stack":"Error: [Send]{eacb4f} at dinoGame.wlk:12 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:12:59.097Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:13:00.345Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:13:00.513Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{35cd5a} at dinoGame.wlk:12 exhausted all cases without a match [Send]{35cd5a} at dinoGame.wlk:12 exhausted all cases without a match","stack":"Error: [Send]{35cd5a} at dinoGame.wlk:12 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:13:02.373Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:13:08.876Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:13:09.396Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:13:10.561Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:13:11.414Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:13:11.472Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:13:11.617Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:13:23.697Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":9501,"timestamp":"2024-10-01T23:13:58.913Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":19742,"timestamp":"2024-10-01T23:14:28.190Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":102,"timestamp":"2024-10-01T23:14:47.184Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":3315,"timestamp":"2024-10-01T23:14:53.131Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:15:24.123Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:15:24.825Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:15:24.957Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:15:25.588Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:15:27.236Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:15:29.367Z"} +{"level":"info","message":"onRequest - STRONG_FILES_CHANGED:c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro\\assets\\barra.png","timestamp":"2024-10-01T23:16:12.985Z"} +{"level":"info","message":"onRequest - WORKSPACE_URI:file:///c%3A/Users/Alan/Desktop/PROGAMACION/WOLLOK/dino2-te-amordido-un-perro","timestamp":"2024-10-01T23:16:13.167Z"} +{"level":"info","message":"Removing diagnostics from \\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro\\assets\\barra.png","timestamp":"2024-10-01T23:16:13.234Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:16:53.093Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:16:53.217Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:16:53.279Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:16:54.184Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:16:54.284Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:16:54.344Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{9b1296} at dinoGame.wlk:101 exhausted all cases without a match [Send]{9b1296} at dinoGame.wlk:101 exhausted all cases without a match","stack":"Error: [Send]{9b1296} at dinoGame.wlk:101 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:16:55.163Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:16:55.237Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":101,"timestamp":"2024-10-01T23:16:56.612Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:16:59.231Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:17:01.308Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:17:01.370Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:17:01.679Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":106,"timestamp":"2024-10-01T23:17:02.024Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:17:02.024Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:17:02.667Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:17:03.484Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":125,"timestamp":"2024-10-01T23:17:03.976Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:17:04.364Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:17:04.498Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:17:04.624Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{205b87} at dinoGame.wlk:101 exhausted all cases without a match [Send]{205b87} at dinoGame.wlk:101 exhausted all cases without a match","stack":"Error: [Send]{205b87} at dinoGame.wlk:101 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:17:08.385Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:17:08.511Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:17:08.993Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":4018,"timestamp":"2024-10-01T23:17:18.798Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:17:42.972Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":104,"timestamp":"2024-10-01T23:17:51.208Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:13.665Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:13.792Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:13.850Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:14.120Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:14.179Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:14.237Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:15.522Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{d3919f} at dinoGame.wlk:16 exhausted all cases without a match [Send]{d3919f} at dinoGame.wlk:16 exhausted all cases without a match","stack":"Error: [Send]{d3919f} at dinoGame.wlk:16 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:18:17.837Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:17.962Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:18.024Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:18.176Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:18.301Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:18.431Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:18.556Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:18.678Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":111,"timestamp":"2024-10-01T23:18:26.080Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:30.977Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:31.036Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":103,"timestamp":"2024-10-01T23:18:31.726Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:32.315Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:32.438Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:32.705Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:32.961Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:33.024Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:33.151Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":107,"timestamp":"2024-10-01T23:18:34.194Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:34.194Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:34.318Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:34.377Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:34.891Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":108,"timestamp":"2024-10-01T23:18:36.033Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:36.033Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":103,"timestamp":"2024-10-01T23:18:36.596Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:36.596Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":104,"timestamp":"2024-10-01T23:18:40.152Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{592098} at dinoGame.wlk:32 exhausted all cases without a match [Send]{592098} at dinoGame.wlk:32 exhausted all cases without a match","stack":"Error: [Send]{592098} at dinoGame.wlk:32 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:18:40.169Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:40.293Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:40.355Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:40.484Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:40.609Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:40.738Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:40.864Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:18:40.923Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":6488,"timestamp":"2024-10-01T23:18:50.534Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":103,"timestamp":"2024-10-01T23:19:01.744Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":5098,"timestamp":"2024-10-01T23:19:51.912Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":9048,"timestamp":"2024-10-01T23:20:20.789Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":7229,"timestamp":"2024-10-01T23:20:54.549Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:21:13.415Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 34 | \n 35 | \t\t\n> 36 | \t}\n | ^\n 37 | \t\n 38 | \tmethod jugar(){\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\t\r\n\t\", whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 34 | \n 35 | \t\t\n> 36 | \t}\n | ^\n 37 | \t\n 38 | \tmethod jugar(){\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\t\r\n\t\", whitespace\n\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21840\n at Array.map ()\n at Ifn (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T23:21:13.505Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:21:13.505Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:21:13.933Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:21:15.121Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 34 | \n 35 | \t\t\n> 36 | \t}\n | ^\n 37 | \t\n 38 | \tmethod jugar(){\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\t\r\n\t\", whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 34 | \n 35 | \t\t\n> 36 | \t}\n | ^\n 37 | \t\n 38 | \tmethod jugar(){\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\t\r\n\t\", whitespace\n\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21840\n at Array.map ()\n at Ifn (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T23:21:15.212Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:21:15.212Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 34 | \n 35 | \t\t\n> 36 | \t}\n | ^\n 37 | \t\n 38 | \tmethod jugar(){\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\t\r\n\t\", whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 34 | \n 35 | \t\t\n> 36 | \t}\n | ^\n 37 | \t\n 38 | \tmethod jugar(){\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\t\r\n\t\", whitespace\n\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21840\n at Array.map ()\n at Ifn (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T23:21:15.217Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:21:15.217Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 34 | \n 35 | \t\t\n> 36 | \t}\n | ^\n 37 | \t\n 38 | \tmethod jugar(){\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\t\r\n\t\", whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 34 | \n 35 | \t\t\n> 36 | \t}\n | ^\n 37 | \t\n 38 | \tmethod jugar(){\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\t\r\n\t\", whitespace\n\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21840\n at Array.map ()\n at Ifn (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T23:21:15.792Z"} +{"level":"error","message":"✘ Completions for node failed: Error: dinoGame.juego.e [Field]{226b53} at dinoGame.wlk:6 exhausted all cases without a match dinoGame.juego.e [Field]{226b53} at dinoGame.wlk:6 exhausted all cases without a match","stack":"Error: dinoGame.juego.e [Field]{226b53} at dinoGame.wlk:6 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:21:16.054Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:21:16.125Z"} +{"level":"error","message":"✘ Completions for node failed: Error: dinoGame.juego.es [Field]{8f7db4} at dinoGame.wlk:6 exhausted all cases without a match dinoGame.juego.es [Field]{8f7db4} at dinoGame.wlk:6 exhausted all cases without a match","stack":"Error: dinoGame.juego.es [Field]{8f7db4} at dinoGame.wlk:6 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:21:16.223Z"} +{"level":"error","message":"✘ Completions for node failed: Error: dinoGame.juego.esP [Field]{20c1cd} at dinoGame.wlk:6 exhausted all cases without a match dinoGame.juego.esP [Field]{20c1cd} at dinoGame.wlk:6 exhausted all cases without a match","stack":"Error: dinoGame.juego.esP [Field]{20c1cd} at dinoGame.wlk:6 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:21:16.920Z"} +{"level":"error","message":"✘ Completions for node failed: Error: dinoGame.juego.esPa [Field]{dc7233} at dinoGame.wlk:6 exhausted all cases without a match dinoGame.juego.esPa [Field]{dc7233} at dinoGame.wlk:6 exhausted all cases without a match","stack":"Error: dinoGame.juego.esPa [Field]{dc7233} at dinoGame.wlk:6 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:21:17.199Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 34 | \n 35 | \t\t\n> 36 | \t}\n | ^\n 37 | \t\n 38 | \tmethod jugar(){\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\t\r\n\t\", whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 34 | \n 35 | \t\t\n> 36 | \t}\n | ^\n 37 | \t\n 38 | \tmethod jugar(){\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\t\r\n\t\", whitespace\n\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21840\n at Array.map ()\n at Ifn (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T23:21:18.550Z"} +{"level":"error","message":"✘ Completions for node failed: Error: dinoGame.juego.e [Field]{f36471} at dinoGame.wlk:6 exhausted all cases without a match dinoGame.juego.e [Field]{f36471} at dinoGame.wlk:6 exhausted all cases without a match","stack":"Error: dinoGame.juego.e [Field]{f36471} at dinoGame.wlk:6 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:21:18.862Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:21:18.928Z"} +{"level":"error","message":"✘ Completions for node failed: Error: dinoGame.juego.es [Field]{bcfaeb} at dinoGame.wlk:6 exhausted all cases without a match dinoGame.juego.es [Field]{bcfaeb} at dinoGame.wlk:6 exhausted all cases without a match","stack":"Error: dinoGame.juego.es [Field]{bcfaeb} at dinoGame.wlk:6 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:21:19.028Z"} +{"level":"error","message":"✘ Completions for node failed: Error: dinoGame.juego.esP [Field]{80b448} at dinoGame.wlk:6 exhausted all cases without a match dinoGame.juego.esP [Field]{80b448} at dinoGame.wlk:6 exhausted all cases without a match","stack":"Error: dinoGame.juego.esP [Field]{80b448} at dinoGame.wlk:6 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:21:19.345Z"} +{"level":"error","message":"✘ Completions for node failed: Error: dinoGame.juego.esPa [Field]{782d1d} at dinoGame.wlk:6 exhausted all cases without a match dinoGame.juego.esPa [Field]{782d1d} at dinoGame.wlk:6 exhausted all cases without a match","stack":"Error: dinoGame.juego.esPa [Field]{782d1d} at dinoGame.wlk:6 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:21:19.734Z"} +{"level":"error","message":"✘ Completions for node failed: Error: dinoGame.juego.esPac [Field]{4392bd} at dinoGame.wlk:6 exhausted all cases without a match dinoGame.juego.esPac [Field]{4392bd} at dinoGame.wlk:6 exhausted all cases without a match","stack":"Error: dinoGame.juego.esPac [Field]{4392bd} at dinoGame.wlk:6 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:21:19.983Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 34 | \n 35 | \t\t\n> 36 | \t}\n | ^\n 37 | \t\n 38 | \tmethod jugar(){\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\t\r\n\t\", whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 34 | \n 35 | \t\t\n> 36 | \t}\n | ^\n 37 | \t\n 38 | \tmethod jugar(){\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\t\r\n\t\", whitespace\n\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21840\n at Array.map ()\n at Ifn (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T23:21:22.263Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":113,"timestamp":"2024-10-01T23:21:23.238Z"} +{"level":"error","message":"✘ Completions for node failed: Error: dinoGame.juego.u [Field]{296743} at dinoGame.wlk:6 exhausted all cases without a match dinoGame.juego.u [Field]{296743} at dinoGame.wlk:6 exhausted all cases without a match","stack":"Error: dinoGame.juego.u [Field]{296743} at dinoGame.wlk:6 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:21:23.249Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":108,"timestamp":"2024-10-01T23:21:23.424Z"} +{"level":"error","message":"✘ Completions for node failed: Error: dinoGame.juego.un [Field]{5bf05a} at dinoGame.wlk:6 exhausted all cases without a match dinoGame.juego.un [Field]{5bf05a} at dinoGame.wlk:6 exhausted all cases without a match","stack":"Error: dinoGame.juego.un [Field]{5bf05a} at dinoGame.wlk:6 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:21:23.437Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":105,"timestamp":"2024-10-01T23:21:24.489Z"} +{"level":"error","message":"✘ Completions for node failed: Error: dinoGame.juego.unaV [Field]{511101} at dinoGame.wlk:6 exhausted all cases without a match dinoGame.juego.unaV [Field]{511101} at dinoGame.wlk:6 exhausted all cases without a match","stack":"Error: dinoGame.juego.unaV [Field]{511101} at dinoGame.wlk:6 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:21:24.505Z"} +{"level":"error","message":"✘ Completions for node failed: Error: dinoGame.juego.unaVe [Field]{f16935} at dinoGame.wlk:6 exhausted all cases without a match dinoGame.juego.unaVe [Field]{f16935} at dinoGame.wlk:6 exhausted all cases without a match","stack":"Error: dinoGame.juego.unaVe [Field]{f16935} at dinoGame.wlk:6 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:21:24.703Z"} +{"level":"error","message":"✘ Completions for node failed: Error: dinoGame.juego.unaVez [Field]{bbe309} at dinoGame.wlk:6 exhausted all cases without a match dinoGame.juego.unaVez [Field]{bbe309} at dinoGame.wlk:6 exhausted all cases without a match","stack":"Error: dinoGame.juego.unaVez [Field]{bbe309} at dinoGame.wlk:6 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6142)\n at process.processImmediate (node:internal/timers:478:21)","timestamp":"2024-10-01T23:21:24.874Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 34 | \n 35 | \t\t\n> 36 | \t}\n | ^\n 37 | \t\n 38 | \tmethod jugar(){\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\t\r\n\t\", whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 34 | \n 35 | \t\t\n> 36 | \t}\n | ^\n 37 | \t\n 38 | \tmethod jugar(){\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\t\r\n\t\", whitespace\n\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21840\n at Array.map ()\n at Ifn (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T23:21:25.930Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 34 | \n 35 | \t\t\n> 36 | \t}\n | ^\n 37 | \t\n 38 | \tmethod jugar(){\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\t\r\n\t\", whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 34 | \n 35 | \t\t\n> 36 | \t}\n | ^\n 37 | \t\n 38 | \tmethod jugar(){\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\t\r\n\t\", whitespace\n\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21840\n at Array.map ()\n at Ifn (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T23:21:26.342Z"} +{"level":"error","message":"✘ Completions for node failed: Error: dinoGame.juego.unaVez [Field]{73667c} at dinoGame.wlk:6 exhausted all cases without a match dinoGame.juego.unaVez [Field]{73667c} at dinoGame.wlk:6 exhausted all cases without a match","stack":"Error: dinoGame.juego.unaVez [Field]{73667c} at dinoGame.wlk:6 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:21:26.609Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:21:26.675Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:21:26.735Z"} +{"level":"error","message":"✘ Completions for node failed: Error: dinoGame.juego.unaVez [Field]{759938} at dinoGame.wlk:6 exhausted all cases without a match dinoGame.juego.unaVez [Field]{759938} at dinoGame.wlk:6 exhausted all cases without a match","stack":"Error: dinoGame.juego.unaVez [Field]{759938} at dinoGame.wlk:6 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:21:26.873Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":111,"timestamp":"2024-10-01T23:21:28.389Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":102,"timestamp":"2024-10-01T23:21:28.763Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":106,"timestamp":"2024-10-01T23:21:30.799Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":143,"timestamp":"2024-10-01T23:21:32.759Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 57 | \t\n 58 | \t\n> 59 | }\n | ^\n 60 | \n 61 | object gameOver {\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\r\n\", whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 57 | \t\n 58 | \t\n> 59 | }\n | ^\n 60 | \n 61 | object gameOver {\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\r\n\", whitespace\n\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21840\n at Array.map ()\n at Ifn (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T23:21:44.789Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:21:47.481Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:22:10.814Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:22:10.863Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:22:10.979Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 9 | \t\n 10 | \t\n> 11 | }\n | ^\n 12 | \n 13 | object gameOver {\n\nExpected one of the following: \n\n'!=', '!==', '%', '&&', '*', '**', '+', '-', '->', '..', '..<', '/', '<', '<<', '<<<', '<=', '<=>', '<>', '==', '===', '>', '>..', '>=', '>>', '>>>', '?:', '@', 'and', 'class', 'const', 'describe', 'invert', 'mixin', 'negate', 'object', 'only', 'or', 'package', 'plus', 'program', 'test', 'var', '{', '||', EOF, comment, identifier, not \"}\r\n\r\n\", whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 9 | \t\n 10 | \t\n> 11 | }\n | ^\n 12 | \n 13 | object gameOver {\n\nExpected one of the following: \n\n'!=', '!==', '%', '&&', '*', '**', '+', '-', '->', '..', '..<', '/', '<', '<<', '<<<', '<=', '<=>', '<>', '==', '===', '>', '>..', '>=', '>>', '>>>', '?:', '@', 'and', 'class', 'const', 'describe', 'invert', 'mixin', 'negate', 'object', 'only', 'or', 'package', 'plus', 'program', 'test', 'var', '{', '||', EOF, comment, identifier, not \"}\r\n\r\n\", whitespace\n\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21840\n at Array.map ()\n at Ifn (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T23:22:11.395Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 9 | \t\n 10 | \t\n> 11 | }\n | ^\n 12 | \n 13 | object gameOver {\n\nExpected one of the following: \n\n'!=', '!==', '%', '&&', '*', '**', '+', '-', '->', '..', '..<', '/', '<', '<<', '<<<', '<=', '<=>', '<>', '==', '===', '>', '>..', '>=', '>>', '>>>', '?:', '@', 'and', 'class', 'const', 'describe', 'invert', 'mixin', 'negate', 'object', 'only', 'or', 'package', 'plus', 'program', 'test', 'var', '{', '||', EOF, comment, identifier, not \"}\r\n\r\n\", whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 9 | \t\n 10 | \t\n> 11 | }\n | ^\n 12 | \n 13 | object gameOver {\n\nExpected one of the following: \n\n'!=', '!==', '%', '&&', '*', '**', '+', '-', '->', '..', '..<', '/', '<', '<<', '<<<', '<=', '<=>', '<>', '==', '===', '>', '>..', '>=', '>>', '>>>', '?:', '@', 'and', 'class', 'const', 'describe', 'invert', 'mixin', 'negate', 'object', 'only', 'or', 'package', 'plus', 'program', 'test', 'var', '{', '||', EOF, comment, identifier, not \"}\r\n\r\n\", whitespace\n\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21840\n at Array.map ()\n at Ifn (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T23:22:11.557Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":101,"timestamp":"2024-10-01T23:22:12.251Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:22:12.457Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:22:12.510Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:22:12.561Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:22:12.675Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:22:12.851Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":107,"timestamp":"2024-10-01T23:22:14.902Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":130,"timestamp":"2024-10-01T23:22:15.776Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 9 | \t\n 10 | \t\n> 11 | }\n | ^\n 12 | \n 13 | object gameOver {\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\r\n\", whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 9 | \t\n 10 | \t\n> 11 | }\n | ^\n 12 | \n 13 | object gameOver {\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\r\n\", whitespace\n\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21840\n at Array.map ()\n at Ifn (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T23:22:18.344Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:22:21.136Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:22:21.942Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:22:21.993Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:22:22.110Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 56 | \t}\n 57 | \t\t}\n> 58 | \t}\n | ^\n 59 | \t\n 60 | \t\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\t\r\n\t\r\n\", whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 56 | \t}\n 57 | \t\t}\n> 58 | \t}\n | ^\n 59 | \t\n 60 | \t\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\t\r\n\t\r\n\", whitespace\n\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21840\n at Array.map ()\n at Ifn (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T23:22:24.066Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":198,"timestamp":"2024-10-01T23:22:32.286Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 9 | \t\n 10 | \t\n> 11 | }\n | ^\n 12 | \n 13 | object gameOver {\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\r\n\", whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 9 | \t\n 10 | \t\n> 11 | }\n | ^\n 12 | \n 13 | object gameOver {\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\r\n\", whitespace\n\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21840\n at Array.map ()\n at Ifn (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T23:22:33.491Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 9 | \t\n 10 | \t\n> 11 | }\n | ^\n 12 | \n 13 | object gameOver {\n\nExpected one of the following: \n\n'!=', '!==', '%', '&&', '*', '**', '+', '-', '->', '..', '..<', '/', '<', '<<', '<<<', '<=', '<=>', '<>', '==', '===', '>', '>..', '>=', '>>', '>>>', '?:', '@', 'and', 'class', 'const', 'describe', 'invert', 'mixin', 'negate', 'object', 'only', 'or', 'package', 'plus', 'program', 'test', 'var', '{', '||', EOF, comment, identifier, not \"}\r\n\r\n\", whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 9 | \t\n 10 | \t\n> 11 | }\n | ^\n 12 | \n 13 | object gameOver {\n\nExpected one of the following: \n\n'!=', '!==', '%', '&&', '*', '**', '+', '-', '->', '..', '..<', '/', '<', '<<', '<<<', '<=', '<=>', '<>', '==', '===', '>', '>..', '>=', '>>', '>>>', '?:', '@', 'and', 'class', 'const', 'describe', 'invert', 'mixin', 'negate', 'object', 'only', 'or', 'package', 'plus', 'program', 'test', 'var', '{', '||', EOF, comment, identifier, not \"}\r\n\r\n\", whitespace\n\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21840\n at Array.map ()\n at Ifn (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T23:22:34.491Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":117,"timestamp":"2024-10-01T23:22:36.600Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 34 | \n 35 | \t\t\n> 36 | \t}\n | ^\n 37 | \t\n 38 | \tmethod jugar(){\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\t\r\n\t\", whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 34 | \n 35 | \t\t\n> 36 | \t}\n | ^\n 37 | \t\n 38 | \tmethod jugar(){\n\nExpected one of the following: \n\n'@', 'class', 'const', 'describe', 'mixin', 'object', 'only', 'package', 'program', 'test', 'var', '{', EOF, comment, not \"}\r\n\t\r\n\t\", whitespace\n\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21840\n at Array.map ()\n at Ifn (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T23:22:39.780Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":114,"timestamp":"2024-10-01T23:22:40.070Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:22:42.078Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":7481,"timestamp":"2024-10-01T23:22:56.618Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:23:04.010Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:23:04.072Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:23:04.154Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:23:04.928Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":103,"timestamp":"2024-10-01T23:23:12.023Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":109,"timestamp":"2024-10-01T23:23:21.033Z"} +{"level":"info","message":"onRequest - WORKSPACE_URI:file:///c%3A/Users/Alan/Desktop/PROGAMACION/WOLLOK/dino2-te-amordido-un-perro","timestamp":"2024-10-01T23:24:05.798Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":5943,"timestamp":"2024-10-01T23:24:14.324Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":5410,"timestamp":"2024-10-01T23:25:04.361Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":4912,"timestamp":"2024-10-01T23:25:27.215Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":3203,"timestamp":"2024-10-01T23:25:40.507Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":2552,"timestamp":"2024-10-01T23:25:50.004Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:26:05.315Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:26:05.456Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:26:05.754Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:26:05.851Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:26:05.918Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:26:06.413Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{d51f6b} at dinoGame.wlk:110 exhausted all cases without a match [Send]{d51f6b} at dinoGame.wlk:110 exhausted all cases without a match","stack":"Error: [Send]{d51f6b} at dinoGame.wlk:110 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:26:08.058Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:26:08.130Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:26:08.218Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{a36cb6} at dinoGame.wlk:110 exhausted all cases without a match [Send]{a36cb6} at dinoGame.wlk:110 exhausted all cases without a match","stack":"Error: [Send]{a36cb6} at dinoGame.wlk:110 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:26:08.301Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{18f913} at dinoGame.wlk:110 exhausted all cases without a match [Send]{18f913} at dinoGame.wlk:110 exhausted all cases without a match","stack":"Error: [Send]{18f913} at dinoGame.wlk:110 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:26:08.618Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{8de904} at dinoGame.wlk:110 exhausted all cases without a match [Send]{8de904} at dinoGame.wlk:110 exhausted all cases without a match","stack":"Error: [Send]{8de904} at dinoGame.wlk:110 exhausted all cases without a match\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Alan\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T23:26:10.845Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:26:10.986Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:26:11.069Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:26:11.210Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T23:26:11.360Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":4873,"timestamp":"2024-10-01T23:27:38.934Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":10737,"timestamp":"2024-10-01T23:27:53.989Z"} +{"exitCode":0,"level":"info","message":"👾 Game executed mainExample.DinoGame on c:\\Users\\Alan\\Desktop\\PROGAMACION\\WOLLOK\\dino2-te-amordido-un-perro","timeElapsed":17875,"timestamp":"2024-10-01T23:28:27.822Z"}