From 77bdcacfd9d4e7143baa10e6ee01d55466c819f5 Mon Sep 17 00:00:00 2001 From: gazzty Date: Tue, 1 Oct 2024 19:15:32 -0300 Subject: [PATCH] Reloj resuelto --- dinoGame.wlk | 8 +- log/wollok.log | 552 +++++++++++++++++++++++++++++++++++++++++++++++ mainExample.wpgm | 5 +- 3 files changed, 559 insertions(+), 6 deletions(-) diff --git a/dinoGame.wlk b/dinoGame.wlk index 872b0f9..7c0c13b 100644 --- a/dinoGame.wlk +++ b/dinoGame.wlk @@ -14,10 +14,11 @@ object juego{ game.addVisual(dino) game.addVisual(reloj) + keyboard.s().onPressDo{reloj.detener()} keyboard.space().onPressDo{ self.jugar()} game.onCollideDo(dino,{ obstaculo => obstaculo.chocar()}) - } + } method iniciar(){ dino.iniciar() @@ -56,14 +57,15 @@ object reloj { method position() = game.at(1, game.height()-1) method pasarTiempo() { - //COMPLETAR + // Change this Gus + tiempo = tiempo + 1 } method iniciar(){ tiempo = 0 game.onTick(100,"tiempo",{self.pasarTiempo()}) } method detener(){ - //COMPLETAR + game.removeTickEvent("tiempo") } } diff --git a/log/wollok.log b/log/wollok.log index 7721ea3..303b1ea 100644 --- a/log/wollok.log +++ b/log/wollok.log @@ -625,3 +625,555 @@ {"level":"info","message":"⌛ Building environment","timeElapsed":243,"timestamp":"2024-10-01T04:08:48.918Z"} {"level":"info","message":"onRequest - WORKSPACE_URI:file:///home/leon/Work/ALGO1/2024/Workspace/dino2","timestamp":"2024-10-01T04:08:48.974Z"} {"level":"info","message":"Removing diagnostics from /home/leon/Work/ALGO1/2024/Workspace/dino2/testExample.wtest","timestamp":"2024-10-01T04:08:49.020Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":197,"timestamp":"2024-10-01T21:26:03.405Z"} +{"level":"info","message":"onRequest - WORKSPACE_URI:file:///d%3A/UNSAM/Algoritmos/dino2-offline-dino","timestamp":"2024-10-01T21:26:03.427Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":140,"timestamp":"2024-10-01T21:26:03.571Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":241,"timestamp":"2024-10-01T21:26:03.980Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":189,"timestamp":"2024-10-01T21:26:04.170Z"} +{"level":"info","message":"⌛ Validating mainExample.wpgm","timeElapsed":185,"timestamp":"2024-10-01T21:26:04.365Z"} +{"level":"info","message":"⌛ Validating dino.wtest","timeElapsed":170,"timestamp":"2024-10-01T21:26:04.537Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":183,"timestamp":"2024-10-01T21:26:04.721Z"} +{"level":"info","message":"⌛ Validating mainExample.wpgm","timeElapsed":261,"timestamp":"2024-10-01T21:26:04.984Z"} +{"level":"info","message":"⌛ Validating dino.wtest","timeElapsed":168,"timestamp":"2024-10-01T21:26:05.152Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":104,"timestamp":"2024-10-01T21:27:10.117Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":137,"timestamp":"2024-10-01T21:27:10.261Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":113,"timestamp":"2024-10-01T21:27:19.147Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":116,"timestamp":"2024-10-01T21:27:19.272Z"} +{"error":["Error: Could not resolve reference to .\\dinoGame.wlk"," at Environment.getNodeByFQN (C:\\Users\\gazzty\\AppData\\Roaming\\npm\\node_modules\\wollok-ts-cli\\node_modules\\wollok-ts\\dist\\model.js:705:19)"," at Command.default_1 (C:\\Users\\gazzty\\AppData\\Roaming\\npm\\node_modules\\wollok-ts-cli\\build\\src\\commands\\run.js:71:44)"," at async Command.parseAsync (C:\\Users\\gazzty\\AppData\\Roaming\\npm\\node_modules\\wollok-ts-cli\\node_modules\\commander\\lib\\command.js:936:5"],"level":"info","message":"👾 Game executed .\\dinoGame.wlk on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","ok":false,"timeElapsed":412,"timestamp":"2024-10-01T21:28:09.187Z"} +{"exitCode":"SIGINT","level":"info","message":"👾 Game executed .\\dinoGame.wlk on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","timeElapsed":10179,"timestamp":"2024-10-01T21:28:18.951Z"} +{"error":["Error: Could not resolve reference to .\\mainExample.wpgm"," at Environment.getNodeByFQN (C:\\Users\\gazzty\\AppData\\Roaming\\npm\\node_modules\\wollok-ts-cli\\node_modules\\wollok-ts\\dist\\model.js:705:19)"," at Command.default_1 (C:\\Users\\gazzty\\AppData\\Roaming\\npm\\node_modules\\wollok-ts-cli\\build\\src\\commands\\run.js:71:44)"," at async Command.parseAsync (C:\\Users\\gazzty\\AppData\\Roaming\\npm\\node_modules\\wollok-ts-cli\\node_modules\\commander\\lib\\command.js:936:5"],"level":"info","message":"👾 Game executed .\\mainExample.wpgm on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","ok":false,"timeElapsed":388,"timestamp":"2024-10-01T21:28:32.918Z"} +{"exitCode":"SIGINT","level":"info","message":"👾 Game executed .\\mainExample.wpgm on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","timeElapsed":2066,"timestamp":"2024-10-01T21:28:34.595Z"} +{"error":["Error: Could not resolve reference to .\\mainExample.wpgm"," at Environment.getNodeByFQN (C:\\Users\\gazzty\\AppData\\Roaming\\npm\\node_modules\\wollok-ts-cli\\node_modules\\wollok-ts\\dist\\model.js:705:19)"," at Command.default_1 (C:\\Users\\gazzty\\AppData\\Roaming\\npm\\node_modules\\wollok-ts-cli\\build\\src\\commands\\run.js:71:44)"," at async Command.parseAsync (C:\\Users\\gazzty\\AppData\\Roaming\\npm\\node_modules\\wollok-ts-cli\\node_modules\\commander\\lib\\command.js:936:5"],"level":"info","message":"👾 Game executed .\\mainExample.wpgm on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","ok":false,"timeElapsed":394,"timestamp":"2024-10-01T21:28:50.086Z"} +{"exitCode":"SIGINT","level":"info","message":"👾 Game executed .\\mainExample.wpgm on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","timeElapsed":2234,"timestamp":"2024-10-01T21:28:51.925Z"} +{"error":["Error: Could not resolve reference to DinoGame"," at Environment.getNodeByFQN (C:\\Users\\gazzty\\AppData\\Roaming\\npm\\node_modules\\wollok-ts-cli\\node_modules\\wollok-ts\\dist\\model.js:705:19)"," at Command.default_1 (C:\\Users\\gazzty\\AppData\\Roaming\\npm\\node_modules\\wollok-ts-cli\\build\\src\\commands\\run.js:71:44)"," at async Command.parseAsync (C:\\Users\\gazzty\\AppData\\Roaming\\npm\\node_modules\\wollok-ts-cli\\node_modules\\commander\\lib\\command.js:936:5"],"level":"info","message":"👾 Game executed DinoGame on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","ok":false,"timeElapsed":389,"timestamp":"2024-10-01T21:28:58.198Z"} +{"exitCode":"SIGINT","level":"info","message":"👾 Game executed DinoGame on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","timeElapsed":1336,"timestamp":"2024-10-01T21:28:59.144Z"} +{"exitCode":{"address":"::","code":"EADDRINUSE","errno":-4091,"port":3000,"syscall":"listen"},"level":"info","message":"👾 Game executed mainExample.DinoGame on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","timeElapsed":629,"timestamp":"2024-10-01T21:29:45.895Z"} +{"level":"info","message":"⌛ Validating mainExample.wpgm","timeElapsed":108,"timestamp":"2024-10-01T21:30:45.333Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":104,"timestamp":"2024-10-01T21:32:26.747Z"} +{"level":"info","message":"⌛ Validating dino.wtest","timeElapsed":107,"timestamp":"2024-10-01T21:32:26.859Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":126,"timestamp":"2024-10-01T21:32:28.393Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":104,"timestamp":"2024-10-01T21:34:45.819Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":124,"timestamp":"2024-10-01T21:34:45.985Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":110,"timestamp":"2024-10-01T21:34:46.095Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:34:46.173Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":118,"timestamp":"2024-10-01T21:34:46.291Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:34:46.372Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":108,"timestamp":"2024-10-01T21:34:46.674Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:34:46.771Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:34:47.009Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:34:47.087Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":108,"timestamp":"2024-10-01T21:34:47.195Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:34:54.083Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:34:54.209Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":106,"timestamp":"2024-10-01T21:35:00.455Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{c0e858} at dinoGame.wlk:59 exhausted all cases without a match [Send]{c0e858} at dinoGame.wlk:59 exhausted all cases without a match","stack":"Error: [Send]{c0e858} at dinoGame.wlk:59 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T21:35:04.835Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":133,"timestamp":"2024-10-01T21:35:05.059Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:35:05.059Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:35:05.137Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:35:05.305Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{3a77b8} at dinoGame.wlk:59 exhausted all cases without a match [Send]{3a77b8} at dinoGame.wlk:59 exhausted all cases without a match","stack":"Error: [Send]{3a77b8} at dinoGame.wlk:59 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T21:35:07.723Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:35:07.908Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:35:07.997Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":116,"timestamp":"2024-10-01T21:35:08.114Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:35:08.196Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:35:08.565Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:35:09.228Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{ffa6f3} at dinoGame.wlk:59 exhausted all cases without a match [Send]{ffa6f3} at dinoGame.wlk:59 exhausted all cases without a match","stack":"Error: [Send]{ffa6f3} at dinoGame.wlk:59 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T21:35:09.417Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:35:09.509Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{98877d} at dinoGame.wlk:59 exhausted all cases without a match [Send]{98877d} at dinoGame.wlk:59 exhausted all cases without a match","stack":"Error: [Send]{98877d} at dinoGame.wlk:59 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T21:35:09.979Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:35:10.073Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{8ebb97} at dinoGame.wlk:59 exhausted all cases without a match [Send]{8ebb97} at dinoGame.wlk:59 exhausted all cases without a match","stack":"Error: [Send]{8ebb97} at dinoGame.wlk:59 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T21:35:10.684Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:35:10.770Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":111,"timestamp":"2024-10-01T21:35:14.393Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":112,"timestamp":"2024-10-01T21:35:15.139Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{296034} at dinoGame.wlk:59 exhausted all cases without a match [Send]{296034} at dinoGame.wlk:59 exhausted all cases without a match","stack":"Error: [Send]{296034} at dinoGame.wlk:59 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T21:35:17.866Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":101,"timestamp":"2024-10-01T21:35:17.969Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:35:18.128Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:35:18.518Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{441f00} at dinoGame.wlk:59 exhausted all cases without a match [Send]{441f00} at dinoGame.wlk:59 exhausted all cases without a match","stack":"Error: [Send]{441f00} at dinoGame.wlk:59 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T21:35:18.614Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:35:18.715Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":115,"timestamp":"2024-10-01T21:35:19.380Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:35:19.380Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:35:19.940Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:35:20.019Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":107,"timestamp":"2024-10-01T21:35:20.316Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{ce0371} at dinoGame.wlk:59 exhausted all cases without a match [Send]{ce0371} at dinoGame.wlk:59 exhausted all cases without a match","stack":"Error: [Send]{ce0371} at dinoGame.wlk:59 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T21:35:20.337Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":123,"timestamp":"2024-10-01T21:35:20.541Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{5f1bcf} at dinoGame.wlk:59 exhausted all cases without a match [Send]{5f1bcf} at dinoGame.wlk:59 exhausted all cases without a match","stack":"Error: [Send]{5f1bcf} at dinoGame.wlk:59 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T21:35:21.312Z"} +{"level":"info","message":"⌛ Validating mainExample.wpgm","timeElapsed":114,"timestamp":"2024-10-01T21:36:08.414Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":107,"timestamp":"2024-10-01T21:36:08.521Z"} +{"level":"info","message":"⌛ Validating mainExample.wpgm","timeElapsed":104,"timestamp":"2024-10-01T21:36:08.631Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":109,"timestamp":"2024-10-01T21:36:14.867Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":101,"timestamp":"2024-10-01T21:36:22.631Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:36:22.632Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":108,"timestamp":"2024-10-01T21:36:23.030Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:36:23.809Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:36:23.985Z"} +{"level":"error","message":"✘ Completions for node failed: Error: p [Variable]{706f6e} at dinoGame.wlk:8 exhausted all cases without a match p [Variable]{706f6e} at dinoGame.wlk:8 exhausted all cases without a match","stack":"Error: p [Variable]{706f6e} at dinoGame.wlk:8 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\gazzty\\.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-01T21:36:24.163Z"} +{"level":"error","message":"✘ Completions for node failed: Error: pro [Variable]{635f3a} at dinoGame.wlk:8 exhausted all cases without a match pro [Variable]{635f3a} at dinoGame.wlk:8 exhausted all cases without a match","stack":"Error: pro [Variable]{635f3a} at dinoGame.wlk:8 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\gazzty\\.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-01T21:36:24.636Z"} +{"level":"error","message":"✘ Completions for node failed: Error: propert [Variable]{9f2683} at dinoGame.wlk:8 exhausted all cases without a match propert [Variable]{9f2683} at dinoGame.wlk:8 exhausted all cases without a match","stack":"Error: propert [Variable]{9f2683} at dinoGame.wlk:8 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\gazzty\\.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-01T21:36:25.440Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":104,"timestamp":"2024-10-01T21:36:29.301Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":104,"timestamp":"2024-10-01T21:36:49.739Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":102,"timestamp":"2024-10-01T21:36:49.842Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":107,"timestamp":"2024-10-01T21:36:54.086Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":114,"timestamp":"2024-10-01T21:36:54.284Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":102,"timestamp":"2024-10-01T21:36:56.944Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":108,"timestamp":"2024-10-01T21:36:57.177Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:36:57.178Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 25 | \t\treloj.iniciar()\n 26 | \t\tcactus.iniciar()\n> 27 | \t}\n | ^\n 28 | \t\n 29 | \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 25 | \t\treloj.iniciar()\n 26 | \t\tcactus.iniciar()\n> 27 | \t}\n | ^\n 28 | \t\n 29 | \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\\gazzty\\.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\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T21:36:57.184Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:36:57.185Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 25 | \t\treloj.iniciar()\n 26 | \t\tcactus.iniciar()\n> 27 | \t}\n | ^\n 28 | \t\n 29 | \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 25 | \t\treloj.iniciar()\n 26 | \t\tcactus.iniciar()\n> 27 | \t}\n | ^\n 28 | \t\n 29 | \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\\gazzty\\.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\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T21:36:57.301Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:36:57.301Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:36:57.406Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":113,"timestamp":"2024-10-01T21:36:57.519Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":154,"timestamp":"2024-10-01T21:36:57.845Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":107,"timestamp":"2024-10-01T21:36:58.220Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":102,"timestamp":"2024-10-01T21:36:58.323Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 25 | \t\treloj.iniciar()\n 26 | \t\tcactus.iniciar()\n> 27 | \t}\n | ^\n 28 | \t\n 29 | \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 25 | \t\treloj.iniciar()\n 26 | \t\tcactus.iniciar()\n> 27 | \t}\n | ^\n 28 | \t\n 29 | \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\\gazzty\\.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\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T21:36:58.407Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":107,"timestamp":"2024-10-01T21:36:58.515Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":109,"timestamp":"2024-10-01T21:36:58.625Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 25 | \t\treloj.iniciar()\n 26 | \t\tcactus.iniciar()\n> 27 | \t}\n | ^\n 28 | \t\n 29 | \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 25 | \t\treloj.iniciar()\n 26 | \t\tcactus.iniciar()\n> 27 | \t}\n | ^\n 28 | \t\n 29 | \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\\gazzty\\.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\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T21:36:58.632Z"} +{"level":"error","message":"✘ Completions for node failed: Error: dinoGame.juego.t [Field]{2cec37} at dinoGame.wlk:6 exhausted all cases without a match dinoGame.juego.t [Field]{2cec37} at dinoGame.wlk:6 exhausted all cases without a match","stack":"Error: dinoGame.juego.t [Field]{2cec37} at dinoGame.wlk:6 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\gazzty\\.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-01T21:36:58.825Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 25 | \t\treloj.iniciar()\n 26 | \t\tcactus.iniciar()\n> 27 | \t}\n | ^\n 28 | \t\n 29 | \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 25 | \t\treloj.iniciar()\n 26 | \t\tcactus.iniciar()\n> 27 | \t}\n | ^\n 28 | \t\n 29 | \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\\gazzty\\.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\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T21:36:59.241Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 25 | \t\treloj.iniciar()\n 26 | \t\tcactus.iniciar()\n> 27 | \t}\n | ^\n 28 | \t\n 29 | \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 25 | \t\treloj.iniciar()\n 26 | \t\tcactus.iniciar()\n> 27 | \t}\n | ^\n 28 | \t\n 29 | \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\\gazzty\\.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\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T21:36:59.531Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 25 | \t\treloj.iniciar()\n 26 | \t\tcactus.iniciar()\n> 27 | \t}\n | ^\n 28 | \t\n 29 | \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 25 | \t\treloj.iniciar()\n 26 | \t\tcactus.iniciar()\n> 27 | \t}\n | ^\n 28 | \t\n 29 | \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\\gazzty\\.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\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T21:36:59.631Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 25 | \t\treloj.iniciar()\n 26 | \t\tcactus.iniciar()\n> 27 | \t}\n | ^\n 28 | \t\n 29 | \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 25 | \t\treloj.iniciar()\n 26 | \t\tcactus.iniciar()\n> 27 | \t}\n | ^\n 28 | \t\n 29 | \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\\gazzty\\.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\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T21:36:59.933Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":102,"timestamp":"2024-10-01T21:37:11.241Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":124,"timestamp":"2024-10-01T21:40:51.190Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":111,"timestamp":"2024-10-01T21:40:52.274Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":105,"timestamp":"2024-10-01T21:40:52.875Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":110,"timestamp":"2024-10-01T21:40:53.323Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":105,"timestamp":"2024-10-01T21:40:54.194Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":113,"timestamp":"2024-10-01T21:40:54.568Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":101,"timestamp":"2024-10-01T21:40:54.933Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":106,"timestamp":"2024-10-01T21:40:55.040Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":111,"timestamp":"2024-10-01T21:43:28.536Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":105,"timestamp":"2024-10-01T21:43:28.641Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":110,"timestamp":"2024-10-01T21:43:28.961Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":105,"timestamp":"2024-10-01T21:43:29.177Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:43:29.178Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":106,"timestamp":"2024-10-01T21:43:29.285Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:43:29.291Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":101,"timestamp":"2024-10-01T21:43:29.392Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:43:29.470Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":112,"timestamp":"2024-10-01T21:43:29.583Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:43:29.665Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:43:30.065Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:43:32.302Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:43:32.470Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":114,"timestamp":"2024-10-01T21:44:35.778Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":102,"timestamp":"2024-10-01T21:44:39.475Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":121,"timestamp":"2024-10-01T21:44:40.248Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":102,"timestamp":"2024-10-01T21:44:41.129Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":130,"timestamp":"2024-10-01T21:44:41.353Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":102,"timestamp":"2024-10-01T21:44:41.455Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":110,"timestamp":"2024-10-01T21:46:29.130Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":115,"timestamp":"2024-10-01T21:46:29.272Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:46:29.464Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":107,"timestamp":"2024-10-01T21:46:29.571Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:46:29.580Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:46:29.751Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":104,"timestamp":"2024-10-01T21:46:29.960Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:46:30.073Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":116,"timestamp":"2024-10-01T21:46:30.196Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{29b788} at dinoGame.wlk:-- exhausted all cases without a match [Send]{29b788} at dinoGame.wlk:-- exhausted all cases without a match","stack":"Error: [Send]{29b788} at dinoGame.wlk:-- exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T21:46:35.272Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Assignment]{9794f6} at dinoGame.wlk:60 exhausted all cases without a match [Assignment]{9794f6} at dinoGame.wlk:60 exhausted all cases without a match","stack":"Error: [Assignment]{9794f6} at dinoGame.wlk:60 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T21:46:35.272Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:46:35.439Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":105,"timestamp":"2024-10-01T21:46:36.389Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:46:36.390Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:46:38.529Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:46:39.398Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:46:39.998Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:46:40.352Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:46:40.626Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:46:41.214Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:46:41.374Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:46:41.530Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":101,"timestamp":"2024-10-01T21:46:54.789Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":106,"timestamp":"2024-10-01T21:46:57.055Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Assignment]{500956} at dinoGame.wlk:60 exhausted all cases without a match [Assignment]{500956} at dinoGame.wlk:60 exhausted all cases without a match","stack":"Error: [Assignment]{500956} at dinoGame.wlk:60 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T21:46:58.255Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":104,"timestamp":"2024-10-01T21:46:58.441Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:46:58.442Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:46:58.616Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:46:58.690Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:46:58.770Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:46:58.865Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":122,"timestamp":"2024-10-01T21:46:59.261Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:46:59.443Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Assignment]{6ad309} at dinoGame.wlk:60 exhausted all cases without a match [Assignment]{6ad309} at dinoGame.wlk:60 exhausted all cases without a match","stack":"Error: [Assignment]{6ad309} at dinoGame.wlk:60 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T21:46:59.539Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:46:59.638Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":106,"timestamp":"2024-10-01T21:47:00.233Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":105,"timestamp":"2024-10-01T21:47:08.173Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":140,"timestamp":"2024-10-01T21:47:09.291Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":109,"timestamp":"2024-10-01T21:47:10.722Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":142,"timestamp":"2024-10-01T21:47:11.571Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:47:12.015Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:47:12.105Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:47:12.180Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:47:12.620Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":107,"timestamp":"2024-10-01T21:47:18.748Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":122,"timestamp":"2024-10-01T21:47:19.201Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":115,"timestamp":"2024-10-01T21:47:21.306Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":110,"timestamp":"2024-10-01T21:47:21.417Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":105,"timestamp":"2024-10-01T21:47:21.605Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":116,"timestamp":"2024-10-01T21:47:21.721Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":105,"timestamp":"2024-10-01T21:47:21.826Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":105,"timestamp":"2024-10-01T21:47:22.048Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":108,"timestamp":"2024-10-01T21:47:22.254Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":101,"timestamp":"2024-10-01T21:47:22.540Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":113,"timestamp":"2024-10-01T21:47:22.999Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":117,"timestamp":"2024-10-01T21:47:25.166Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":150,"timestamp":"2024-10-01T21:47:29.317Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":116,"timestamp":"2024-10-01T21:47:29.434Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":113,"timestamp":"2024-10-01T21:47:29.723Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":106,"timestamp":"2024-10-01T21:47:30.384Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":125,"timestamp":"2024-10-01T21:47:31.656Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":197,"timestamp":"2024-10-01T21:47:31.855Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":129,"timestamp":"2024-10-01T21:47:33.632Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:47:34.906Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{018f1a} at dinoGame.wlk:59 exhausted all cases without a match [Send]{018f1a} at dinoGame.wlk:59 exhausted all cases without a match","stack":"Error: [Send]{018f1a} at dinoGame.wlk:59 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T21:47:35.625Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":101,"timestamp":"2024-10-01T21:47:36.655Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Assignment]{fb84cb} at dinoGame.wlk:60 exhausted all cases without a match [Assignment]{fb84cb} at dinoGame.wlk:60 exhausted all cases without a match","stack":"Error: [Assignment]{fb84cb} at dinoGame.wlk:60 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T21:47:36.834Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":107,"timestamp":"2024-10-01T21:47:38.943Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":115,"timestamp":"2024-10-01T21:47:39.059Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":129,"timestamp":"2024-10-01T21:47:39.666Z"} +{"exitCode":"SIGINT","level":"info","message":"👾 Game executed mainExample.DinoGame on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","timeElapsed":1066713,"timestamp":"2024-10-01T21:47:50.857Z"} +{"level":"info","message":"⌛ Validating mainExample.wpgm","timeElapsed":105,"timestamp":"2024-10-01T21:49:47.776Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:49:49.760Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:49:49.834Z"} +{"level":"info","message":"⌛ Validating mainExample.wpgm","timeElapsed":111,"timestamp":"2024-10-01T21:49:49.946Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":101,"timestamp":"2024-10-01T21:49:50.047Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:49:50.053Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:49:50.115Z"} +{"level":"info","message":"⌛ Validating mainExample.wpgm","timeElapsed":124,"timestamp":"2024-10-01T21:49:50.240Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:49:50.405Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:49:50.463Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:49:50.527Z"} +{"level":"info","message":"⌛ Validating mainExample.wpgm","timeElapsed":120,"timestamp":"2024-10-01T21:49:50.647Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:49:50.823Z"} +{"exitCode":"SIGINT","level":"info","message":"👾 Game executed mainExample.DinoGame on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","timeElapsed":122768,"timestamp":"2024-10-01T21:49:54.640Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":106,"timestamp":"2024-10-01T21:50:25.583Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":110,"timestamp":"2024-10-01T21:50:25.716Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:50:25.718Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":106,"timestamp":"2024-10-01T21:50:26.035Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":105,"timestamp":"2024-10-01T21:50:26.141Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":111,"timestamp":"2024-10-01T21:50:26.440Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":110,"timestamp":"2024-10-01T21:50:26.825Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":105,"timestamp":"2024-10-01T21:50:27.199Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":108,"timestamp":"2024-10-01T21:50:27.660Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":112,"timestamp":"2024-10-01T21:50:38.390Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:50:38.390Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":109,"timestamp":"2024-10-01T21:50:38.499Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:50:38.583Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:50:38.669Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":112,"timestamp":"2024-10-01T21:50:38.781Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:50:38.867Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:50:39.041Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":103,"timestamp":"2024-10-01T21:50:39.249Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":101,"timestamp":"2024-10-01T21:50:40.241Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Assignment]{101c10} at dinoGame.wlk:67 exhausted all cases without a match [Assignment]{101c10} at dinoGame.wlk:67 exhausted all cases without a match","stack":"Error: [Assignment]{101c10} at dinoGame.wlk:67 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T21:50:40.730Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":157,"timestamp":"2024-10-01T21:50:40.890Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:50:41.068Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:50:41.150Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":115,"timestamp":"2024-10-01T21:50:41.266Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:50:41.266Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:50:41.348Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:50:41.422Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":107,"timestamp":"2024-10-01T21:50:41.628Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":108,"timestamp":"2024-10-01T21:50:51.929Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":127,"timestamp":"2024-10-01T21:50:52.368Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":117,"timestamp":"2024-10-01T21:50:52.566Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":111,"timestamp":"2024-10-01T21:50:55.545Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":121,"timestamp":"2024-10-01T21:50:56.150Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":105,"timestamp":"2024-10-01T21:50:56.255Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":143,"timestamp":"2024-10-01T21:50:56.559Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":118,"timestamp":"2024-10-01T21:50:56.939Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":109,"timestamp":"2024-10-01T21:50:57.401Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:50:59.544Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":112,"timestamp":"2024-10-01T21:50:59.655Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:50:59.665Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":103,"timestamp":"2024-10-01T21:50:59.768Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:50:59.852Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":116,"timestamp":"2024-10-01T21:51:00.074Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:00.270Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:00.360Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:00.441Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":112,"timestamp":"2024-10-01T21:51:00.553Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:01.611Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":107,"timestamp":"2024-10-01T21:51:01.810Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":129,"timestamp":"2024-10-01T21:51:03.962Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":101,"timestamp":"2024-10-01T21:51:04.227Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":107,"timestamp":"2024-10-01T21:51:04.335Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":107,"timestamp":"2024-10-01T21:51:04.720Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":104,"timestamp":"2024-10-01T21:51:04.825Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":118,"timestamp":"2024-10-01T21:51:05.112Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":112,"timestamp":"2024-10-01T21:51:05.224Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":138,"timestamp":"2024-10-01T21:51:06.269Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":103,"timestamp":"2024-10-01T21:51:06.402Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":130,"timestamp":"2024-10-01T21:51:06.533Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":104,"timestamp":"2024-10-01T21:51:06.638Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:06.651Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:06.735Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":106,"timestamp":"2024-10-01T21:51:06.940Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":102,"timestamp":"2024-10-01T21:51:07.071Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:07.258Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:09.418Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":114,"timestamp":"2024-10-01T21:51:09.951Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":115,"timestamp":"2024-10-01T21:51:10.288Z"} +{"exitCode":"SIGINT","level":"info","message":"👾 Game executed mainExample.DinoGame on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","timeElapsed":79349,"timestamp":"2024-10-01T21:51:15.365Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":104,"timestamp":"2024-10-01T21:51:51.131Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":149,"timestamp":"2024-10-01T21:51:51.393Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:51.393Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:51.479Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:51.656Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":105,"timestamp":"2024-10-01T21:51:51.762Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:52.067Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:53.681Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:53.845Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:54.025Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:54.390Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:54.680Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:54.905Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:55.169Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:55.557Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:55.750Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:56.060Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:56.249Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:56.438Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:56.777Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:57.058Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:57.330Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:57.998Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:58.178Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:58.491Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:58.801Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:59.008Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:59.343Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:51:59.855Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:52:00.518Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:52:00.854Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:52:01.653Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:52:02.130Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{233b61} at dinoGame.wlk:67 exhausted all cases without a match [Send]{233b61} at dinoGame.wlk:67 exhausted all cases without a match","stack":"Error: [Send]{233b61} at dinoGame.wlk:67 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T21:52:12.634Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":101,"timestamp":"2024-10-01T21:52:12.738Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:52:12.837Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:52:12.923Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":106,"timestamp":"2024-10-01T21:52:13.030Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:52:13.037Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":115,"timestamp":"2024-10-01T21:52:13.435Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:52:13.523Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:52:13.615Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":108,"timestamp":"2024-10-01T21:52:13.836Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":130,"timestamp":"2024-10-01T21:52:14.234Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":101,"timestamp":"2024-10-01T21:52:14.777Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":121,"timestamp":"2024-10-01T21:52:15.216Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":108,"timestamp":"2024-10-01T21:52:15.609Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":105,"timestamp":"2024-10-01T21:52:15.994Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":105,"timestamp":"2024-10-01T21:52:22.475Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":104,"timestamp":"2024-10-01T21:52:22.581Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":113,"timestamp":"2024-10-01T21:52:22.777Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":103,"timestamp":"2024-10-01T21:52:23.602Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":107,"timestamp":"2024-10-01T21:52:24.129Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":106,"timestamp":"2024-10-01T21:52:25.801Z"} +{"exitCode":"SIGINT","level":"info","message":"👾 Game executed mainExample.DinoGame on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","timeElapsed":16223,"timestamp":"2024-10-01T21:52:56.140Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":115,"timestamp":"2024-10-01T21:55:00.433Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":104,"timestamp":"2024-10-01T21:55:00.539Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":104,"timestamp":"2024-10-01T21:55:00.645Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":101,"timestamp":"2024-10-01T21:55:07.913Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":121,"timestamp":"2024-10-01T21:55:08.036Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":105,"timestamp":"2024-10-01T21:55:08.141Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":109,"timestamp":"2024-10-01T21:55:08.416Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":102,"timestamp":"2024-10-01T21:55:08.618Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":104,"timestamp":"2024-10-01T21:55:08.723Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":106,"timestamp":"2024-10-01T21:55:19.769Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":104,"timestamp":"2024-10-01T21:55:19.879Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":141,"timestamp":"2024-10-01T21:55:23.124Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":132,"timestamp":"2024-10-01T21:55:23.256Z"} +{"exitCode":"SIGINT","level":"info","message":"👾 Game executed mainExample.DinoGame on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","timeElapsed":13213,"timestamp":"2024-10-01T21:55:24.131Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":106,"timestamp":"2024-10-01T21:56:10.054Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":118,"timestamp":"2024-10-01T21:56:10.188Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":115,"timestamp":"2024-10-01T21:56:10.306Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":106,"timestamp":"2024-10-01T21:56:10.412Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":118,"timestamp":"2024-10-01T21:56:10.619Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":117,"timestamp":"2024-10-01T21:56:10.737Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":105,"timestamp":"2024-10-01T21:56:10.863Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":103,"timestamp":"2024-10-01T21:56:11.063Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":107,"timestamp":"2024-10-01T21:56:12.067Z"} +{"exitCode":"SIGINT","level":"info","message":"👾 Game executed mainExample.DinoGame on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","timeElapsed":51690,"timestamp":"2024-10-01T21:56:18.236Z"} +{"exitCode":"SIGINT","level":"info","message":"👾 Game executed mainExample.DinoGame on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","timeElapsed":150122,"timestamp":"2024-10-01T21:58:50.046Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":102,"timestamp":"2024-10-01T21:59:09.823Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:59:09.825Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":110,"timestamp":"2024-10-01T21:59:09.936Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:59:10.018Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:59:10.270Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":114,"timestamp":"2024-10-01T21:59:10.477Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:59:10.676Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:59:12.385Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":105,"timestamp":"2024-10-01T21:59:12.491Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":102,"timestamp":"2024-10-01T21:59:13.148Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:59:13.149Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":102,"timestamp":"2024-10-01T21:59:13.252Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":114,"timestamp":"2024-10-01T21:59:15.312Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:59:15.312Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:59:15.401Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:59:15.484Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":117,"timestamp":"2024-10-01T21:59:15.601Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:59:15.773Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":155,"timestamp":"2024-10-01T21:59:16.038Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":112,"timestamp":"2024-10-01T21:59:16.230Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":101,"timestamp":"2024-10-01T21:59:16.423Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":114,"timestamp":"2024-10-01T21:59:25.530Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Return]{5437a1} at dinoGame.wlk:-- exhausted all cases without a match [Return]{5437a1} at dinoGame.wlk:-- exhausted all cases without a match","stack":"Error: [Return]{5437a1} at dinoGame.wlk:-- exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T21:59:25.555Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":102,"timestamp":"2024-10-01T21:59:25.752Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:59:25.754Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":116,"timestamp":"2024-10-01T21:59:25.871Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:59:25.871Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":111,"timestamp":"2024-10-01T21:59:25.983Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:59:26.063Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:59:26.270Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":107,"timestamp":"2024-10-01T21:59:26.494Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":111,"timestamp":"2024-10-01T21:59:26.607Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":112,"timestamp":"2024-10-01T21:59:26.720Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:59:26.890Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":124,"timestamp":"2024-10-01T21:59:27.015Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:59:27.016Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:59:27.184Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:59:27.297Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":110,"timestamp":"2024-10-01T21:59:27.408Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":109,"timestamp":"2024-10-01T21:59:27.525Z"} +{"exitCode":"SIGINT","level":"info","message":"👾 Game executed mainExample.DinoGame on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","timeElapsed":37997,"timestamp":"2024-10-01T21:59:29.586Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":103,"timestamp":"2024-10-01T21:59:48.821Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":113,"timestamp":"2024-10-01T21:59:48.934Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":103,"timestamp":"2024-10-01T21:59:49.039Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":101,"timestamp":"2024-10-01T21:59:49.150Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":103,"timestamp":"2024-10-01T21:59:49.881Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":114,"timestamp":"2024-10-01T21:59:50.112Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":101,"timestamp":"2024-10-01T21:59:51.348Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":105,"timestamp":"2024-10-01T22:00:01.068Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":109,"timestamp":"2024-10-01T22:00:01.178Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":124,"timestamp":"2024-10-01T22:00:01.304Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":107,"timestamp":"2024-10-01T22:00:04.706Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":103,"timestamp":"2024-10-01T22:00:04.810Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{2aa103} at dinoGame.wlk:61 exhausted all cases without a match [Send]{2aa103} at dinoGame.wlk:61 exhausted all cases without a match","stack":"Error: [Send]{2aa103} at dinoGame.wlk:61 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:00:07.790Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Return]{bec329} at dinoGame.wlk:-- exhausted all cases without a match [Return]{bec329} at dinoGame.wlk:-- exhausted all cases without a match","stack":"Error: [Return]{bec329} at dinoGame.wlk:-- exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T22:00:07.791Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":117,"timestamp":"2024-10-01T22:00:07.912Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":122,"timestamp":"2024-10-01T22:00:08.035Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{abe3b0} at dinoGame.wlk:61 exhausted all cases without a match [Send]{abe3b0} at dinoGame.wlk:61 exhausted all cases without a match","stack":"Error: [Send]{abe3b0} at dinoGame.wlk:61 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:00:08.155Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Return]{4be0a7} at dinoGame.wlk:-- exhausted all cases without a match [Return]{4be0a7} at dinoGame.wlk:-- exhausted all cases without a match","stack":"Error: [Return]{4be0a7} at dinoGame.wlk:-- exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T22:00:08.156Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":135,"timestamp":"2024-10-01T22:00:08.391Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":120,"timestamp":"2024-10-01T22:00:09.434Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":130,"timestamp":"2024-10-01T22:00:09.567Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":106,"timestamp":"2024-10-01T22:00:09.675Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":128,"timestamp":"2024-10-01T22:00:09.803Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":120,"timestamp":"2024-10-01T22:00:09.923Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":105,"timestamp":"2024-10-01T22:00:10.029Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":104,"timestamp":"2024-10-01T22:00:10.312Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{cd34e5} at dinoGame.wlk:61 exhausted all cases without a match [Send]{cd34e5} at dinoGame.wlk:61 exhausted all cases without a match","stack":"Error: [Send]{cd34e5} at dinoGame.wlk:61 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:00:10.339Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Return]{00b176} at dinoGame.wlk:-- exhausted all cases without a match [Return]{00b176} at dinoGame.wlk:-- exhausted all cases without a match","stack":"Error: [Return]{00b176} at dinoGame.wlk:-- exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T22:00:10.339Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":102,"timestamp":"2024-10-01T22:00:10.724Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:00:10.725Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:00:10.813Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":105,"timestamp":"2024-10-01T22:00:10.919Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":107,"timestamp":"2024-10-01T22:00:11.042Z"} +{"exitCode":"SIGINT","level":"info","message":"👾 Game executed mainExample.DinoGame on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","timeElapsed":42148,"timestamp":"2024-10-01T22:00:12.978Z"} +{"exitCode":"SIGINT","level":"info","message":"👾 Game executed mainExample.DinoGame on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","timeElapsed":6020,"timestamp":"2024-10-01T22:00:21.928Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":133,"timestamp":"2024-10-01T22:00:26.535Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":109,"timestamp":"2024-10-01T22:00:26.644Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":107,"timestamp":"2024-10-01T22:00:26.752Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{729965} at dinoGame.wlk:67 exhausted all cases without a match [Send]{729965} at dinoGame.wlk:67 exhausted all cases without a match","stack":"Error: [Send]{729965} at dinoGame.wlk:67 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\gazzty\\.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-01T22:00:40.112Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Return]{3ebf5d} at dinoGame.wlk:-- exhausted all cases without a match [Return]{3ebf5d} at dinoGame.wlk:-- exhausted all cases without a match","stack":"Error: [Return]{3ebf5d} at dinoGame.wlk:-- exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)","timestamp":"2024-10-01T22:00:40.113Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{55eb2a} at dinoGame.wlk:67 exhausted all cases without a match [Send]{55eb2a} at dinoGame.wlk:67 exhausted all cases without a match","stack":"Error: [Send]{55eb2a} at dinoGame.wlk:67 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\gazzty\\.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-01T22:00:40.449Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Return]{3fcb5c} at dinoGame.wlk:-- exhausted all cases without a match [Return]{3fcb5c} at dinoGame.wlk:-- exhausted all cases without a match","stack":"Error: [Return]{3fcb5c} at dinoGame.wlk:-- exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)","timestamp":"2024-10-01T22:00:40.449Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{c81c88} at dinoGame.wlk:67 exhausted all cases without a match [Send]{c81c88} at dinoGame.wlk:67 exhausted all cases without a match","stack":"Error: [Send]{c81c88} at dinoGame.wlk:67 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\gazzty\\.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-01T22:00:40.939Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Return]{de4d2b} at dinoGame.wlk:-- exhausted all cases without a match [Return]{de4d2b} at dinoGame.wlk:-- exhausted all cases without a match","stack":"Error: [Return]{de4d2b} at dinoGame.wlk:-- exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)","timestamp":"2024-10-01T22:00:40.939Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":131,"timestamp":"2024-10-01T22:00:41.073Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":113,"timestamp":"2024-10-01T22:00:41.359Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":103,"timestamp":"2024-10-01T22:01:18.510Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{465160} at dinoGame.wlk:67 exhausted all cases without a match [Send]{465160} at dinoGame.wlk:67 exhausted all cases without a match","stack":"Error: [Send]{465160} at dinoGame.wlk:67 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\gazzty\\.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-01T22:01:18.528Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Return]{a679b4} at dinoGame.wlk:-- exhausted all cases without a match [Return]{a679b4} at dinoGame.wlk:-- exhausted all cases without a match","stack":"Error: [Return]{a679b4} at dinoGame.wlk:-- exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)","timestamp":"2024-10-01T22:01:18.528Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":101,"timestamp":"2024-10-01T22:01:18.710Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:01:18.710Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{bf84d1} at dinoGame.wlk:67 exhausted all cases without a match [Send]{bf84d1} at dinoGame.wlk:67 exhausted all cases without a match","stack":"Error: [Send]{bf84d1} at dinoGame.wlk:67 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\gazzty\\.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-01T22:01:18.984Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Return]{ea7fa4} at dinoGame.wlk:-- exhausted all cases without a match [Return]{ea7fa4} at dinoGame.wlk:-- exhausted all cases without a match","stack":"Error: [Return]{ea7fa4} at dinoGame.wlk:-- exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)","timestamp":"2024-10-01T22:01:18.984Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":110,"timestamp":"2024-10-01T22:01:19.184Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{45ded9} at dinoGame.wlk:67 exhausted all cases without a match [Send]{45ded9} at dinoGame.wlk:67 exhausted all cases without a match","stack":"Error: [Send]{45ded9} at dinoGame.wlk:67 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\gazzty\\.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-01T22:01:19.288Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Return]{0ff1e7} at dinoGame.wlk:-- exhausted all cases without a match [Return]{0ff1e7} at dinoGame.wlk:-- exhausted all cases without a match","stack":"Error: [Return]{0ff1e7} at dinoGame.wlk:-- exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)","timestamp":"2024-10-01T22:01:19.288Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":118,"timestamp":"2024-10-01T22:01:19.484Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":102,"timestamp":"2024-10-01T22:01:24.049Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":110,"timestamp":"2024-10-01T22:01:24.160Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"0ac286a4-4154-45af-958e-dae0f3796d95","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":35,"line":67,"offset":1225},"start":{"column":7,"line":67,"offset":1197}}}],"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":"20b66e3f-eed6-4309-a3dd-b6cf5d5a0e60","metadata":[],"name":"game","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":7,"line":67,"offset":1197},"start":{"column":3,"line":67,"offset":1193}}}],"sourceMap":{"end":{"column":3,"line":68,"offset":1229},"start":{"column":18,"line":66,"offset":1188}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:01:25.061Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":148,"timestamp":"2024-10-01T22:01:26.013Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":106,"timestamp":"2024-10-01T22:01:26.663Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":131,"timestamp":"2024-10-01T22:01:27.181Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":131,"timestamp":"2024-10-01T22:01:27.401Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":110,"timestamp":"2024-10-01T22:01:27.699Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":115,"timestamp":"2024-10-01T22:01:27.815Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{d3efd0} at dinoGame.wlk:67 exhausted all cases without a match [Send]{d3efd0} at dinoGame.wlk:67 exhausted all cases without a match","stack":"Error: [Send]{d3efd0} at dinoGame.wlk:67 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:01:28.206Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":106,"timestamp":"2024-10-01T22:01:28.392Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":116,"timestamp":"2024-10-01T22:01:28.624Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:01:28.625Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:01:28.803Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:01:28.878Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:01:28.962Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":119,"timestamp":"2024-10-01T22:01:29.082Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:01:29.083Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":103,"timestamp":"2024-10-01T22:01:29.186Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":107,"timestamp":"2024-10-01T22:01:56.498Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":103,"timestamp":"2024-10-01T22:01:56.721Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":105,"timestamp":"2024-10-01T22:01:59.070Z"} +{"exitCode":"SIGINT","level":"info","message":"👾 Game executed mainExample.DinoGame on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","timeElapsed":27231,"timestamp":"2024-10-01T22:02:01.985Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":104,"timestamp":"2024-10-01T22:02:22.081Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":109,"timestamp":"2024-10-01T22:02:22.192Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":105,"timestamp":"2024-10-01T22:02:22.298Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":102,"timestamp":"2024-10-01T22:02:22.410Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":112,"timestamp":"2024-10-01T22:03:35.779Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":142,"timestamp":"2024-10-01T22:03:36.112Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":117,"timestamp":"2024-10-01T22:03:36.230Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":124,"timestamp":"2024-10-01T22:03:37.212Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":121,"timestamp":"2024-10-01T22:03:37.431Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":101,"timestamp":"2024-10-01T22:03:38.587Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":117,"timestamp":"2024-10-01T22:03:38.705Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":122,"timestamp":"2024-10-01T22:03:38.828Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":104,"timestamp":"2024-10-01T22:03:39.033Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":134,"timestamp":"2024-10-01T22:03:39.168Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":106,"timestamp":"2024-10-01T22:03:39.275Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":112,"timestamp":"2024-10-01T22:03:39.387Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":120,"timestamp":"2024-10-01T22:03:39.508Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":120,"timestamp":"2024-10-01T22:03:39.806Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":104,"timestamp":"2024-10-01T22:03:40.564Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":110,"timestamp":"2024-10-01T22:03:40.676Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":116,"timestamp":"2024-10-01T22:03:40.793Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":118,"timestamp":"2024-10-01T22:03:41.086Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":101,"timestamp":"2024-10-01T22:03:41.187Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":113,"timestamp":"2024-10-01T22:03:41.854Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":110,"timestamp":"2024-10-01T22:07:37.231Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":110,"timestamp":"2024-10-01T22:11:06.507Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":101,"timestamp":"2024-10-01T22:11:07.654Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":107,"timestamp":"2024-10-01T22:11:09.105Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":108,"timestamp":"2024-10-01T22:11:09.215Z"} +{"exitCode":"SIGINT","level":"info","message":"👾 Game executed mainExample.DinoGame on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","timeElapsed":561086,"timestamp":"2024-10-01T22:11:24.479Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":101,"timestamp":"2024-10-01T22:12:44.226Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":102,"timestamp":"2024-10-01T22:12:44.329Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":102,"timestamp":"2024-10-01T22:12:44.448Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{f4dae8} at dinoGame.wlk:17 exhausted all cases without a match [Send]{f4dae8} at dinoGame.wlk:17 exhausted all cases without a match","stack":"Error: [Send]{f4dae8} at dinoGame.wlk:17 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\gazzty\\.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-01T22:12:44.479Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{1a68c3} at dinoGame.wlk:17 exhausted all cases without a match [Send]{1a68c3} at dinoGame.wlk:17 exhausted all cases without a match","stack":"Error: [Send]{1a68c3} at dinoGame.wlk:17 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)","timestamp":"2024-10-01T22:12:44.479Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":101,"timestamp":"2024-10-01T22:12:44.583Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{2c6aaa} at dinoGame.wlk:17 exhausted all cases without a match [Send]{2c6aaa} at dinoGame.wlk:17 exhausted all cases without a match","stack":"Error: [Send]{2c6aaa} at dinoGame.wlk:17 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\gazzty\\.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-01T22:12:44.678Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{57ca3c} at dinoGame.wlk:17 exhausted all cases without a match [Send]{57ca3c} at dinoGame.wlk:17 exhausted all cases without a match","stack":"Error: [Send]{57ca3c} at dinoGame.wlk:17 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)","timestamp":"2024-10-01T22:12:44.678Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{9a75cb} at dinoGame.wlk:17 exhausted all cases without a match [Send]{9a75cb} at dinoGame.wlk:17 exhausted all cases without a match","stack":"Error: [Send]{9a75cb} at dinoGame.wlk:17 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\gazzty\\.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-01T22:12:44.976Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{a7437c} at dinoGame.wlk:17 exhausted all cases without a match [Send]{a7437c} at dinoGame.wlk:17 exhausted all cases without a match","stack":"Error: [Send]{a7437c} at dinoGame.wlk:17 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)","timestamp":"2024-10-01T22:12:44.976Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":113,"timestamp":"2024-10-01T22:12:45.693Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"6c465dd2-9830-4c13-b15a-8cbe67870816","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":60,"line":19,"offset":440},"start":{"column":17,"line":17,"offset":304}}}],"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":"ffbbcaa2-7240-4659-a952-b4701f758207","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":8,"offset":104},"start":{"column":14,"line":8,"offset":102}},"value":12}],"id":"50f6781a-d794-4577-a259-63742e83d56a","message":"width","metadata":[],"receiver":{"id":"e758eea8-d62d-4b10-b1dc-f0361883b35c","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":8,"offset":95},"start":{"column":3,"line":8,"offset":91}}},"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":8,"offset":105},"start":{"column":3,"line":8,"offset":91}}},{"args":[{"id":"2b4bc3bb-c1b1-4cbd-bc50-32381d296be7","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":9,"offset":122},"start":{"column":15,"line":9,"offset":121}},"value":8}],"id":"c59f0b72-e7b6-4768-a998-90a57bca3371","message":"height","metadata":[],"receiver":{"id":"d8407314-7540-4887-8107-fc3e4d643d55","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":9,"offset":113},"start":{"column":3,"line":9,"offset":109}}},"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":123},"start":{"column":3,"line":9,"offset":109}}},{"args":[{"id":"9496a89f-781b-454e-bb96-a7b46d228a84","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":10,"offset":149},"start":{"column":14,"line":10,"offset":138}},"value":"Dino Game"}],"id":"64c7f963-972c-4cef-a028-ac78d9cedca0","message":"title","metadata":[],"receiver":{"id":"1160f512-9be4-4599-93e9-f36688b27170","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":10,"offset":131},"start":{"column":3,"line":10,"offset":127}}},"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":10,"offset":150},"start":{"column":3,"line":10,"offset":127}}},{"args":[{"id":"483334bc-8b9d-430d-93e7-c2a3d3ebd958","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":31,"line":11,"offset":182},"start":{"column":20,"line":11,"offset":171}},"value":"fondo.png"}],"id":"c20064e5-7995-4828-ab9c-cf556ebd8037","message":"boardGround","metadata":[],"receiver":{"id":"50726b3b-eac7-4e02-a0b2-3f0a93e8ed00","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":158},"start":{"column":3,"line":11,"offset":154}}},"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":32,"line":11,"offset":183},"start":{"column":3,"line":11,"offset":154}}},{"args":[{"id":"d1f3dccb-606e-435d-be48-5a849b5bb6c4","metadata":[],"name":"suelo","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":12,"offset":207},"start":{"column":18,"line":12,"offset":202}}}],"id":"b57fcd66-6db5-40e9-a968-4ff848622283","message":"addVisual","metadata":[],"receiver":{"id":"16cad2bd-9991-407b-be29-2affc16b7671","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":191},"start":{"column":3,"line":12,"offset":187}}},"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":12,"offset":208},"start":{"column":3,"line":12,"offset":187}}},{"args":[{"id":"19b1dd98-971d-477d-8493-6ffba7cef844","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":13,"offset":233},"start":{"column":18,"line":13,"offset":227}}}],"id":"6fa69fa9-f719-4f5b-8b3b-5b48b36a8712","message":"addVisual","metadata":[],"receiver":{"id":"0f782a43-2c2a-4c72-87af-c4e431955bc1","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":216},"start":{"column":3,"line":13,"offset":212}}},"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":13,"offset":234},"start":{"column":3,"line":13,"offset":212}}},{"args":[{"id":"46955b7f-d3c6-4eeb-99af-d4380384621c","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":14,"offset":257},"start":{"column":18,"line":14,"offset":253}}}],"id":"1fad3892-54d2-4fed-af3e-587b06d6049d","message":"addVisual","metadata":[],"receiver":{"id":"fb7a6251-5ca1-4173-9bdd-caed7def8dc3","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":14,"offset":242},"start":{"column":3,"line":14,"offset":238}}},"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":14,"offset":258},"start":{"column":3,"line":14,"offset":238}}},{"args":[{"id":"29d2e77b-31f1-4f7a-aa66-6fbb6e896b97","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":15,"offset":282},"start":{"column":18,"line":15,"offset":277}}}],"id":"1304a38e-e4a8-46cf-8658-e5dad53ff5ce","message":"addVisual","metadata":[],"receiver":{"id":"3a63af26-ccc5-4c29-89b9-359254dedf78","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":15,"offset":266},"start":{"column":3,"line":15,"offset":262}}},"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":15,"offset":283},"start":{"column":3,"line":15,"offset":262}}},{"id":"36705c5f-1d2e-40a4-a247-88544c7947e1","metadata":[],"name":"keyboard","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":17,"offset":304},"start":{"column":9,"line":17,"offset":296}}}],"sourceMap":{"end":{"column":3,"line":21,"offset":448},"start":{"column":21,"line":7,"offset":86}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:13:43.245Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":102,"timestamp":"2024-10-01T22:13:44.438Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":111,"timestamp":"2024-10-01T22:13:44.550Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{0ff573} at dinoGame.wlk:17 exhausted all cases without a match [Send]{0ff573} at dinoGame.wlk:17 exhausted all cases without a match","stack":"Error: [Send]{0ff573} at dinoGame.wlk:17 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:13:44.655Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":106,"timestamp":"2024-10-01T22:13:44.765Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:13:44.855Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":112,"timestamp":"2024-10-01T22:13:44.968Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{9f4b1c} at dinoGame.wlk:17 exhausted all cases without a match [Send]{9f4b1c} at dinoGame.wlk:17 exhausted all cases without a match","stack":"Error: [Send]{9f4b1c} at dinoGame.wlk:17 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:13:44.996Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":108,"timestamp":"2024-10-01T22:13:45.904Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{79f783} at dinoGame.wlk:17 exhausted all cases without a match [Send]{79f783} at dinoGame.wlk:17 exhausted all cases without a match","stack":"Error: [Send]{79f783} at dinoGame.wlk:17 exhausted all cases without a match\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\gazzty\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:13:46.815Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:13:46.909Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":102,"timestamp":"2024-10-01T22:13:48.237Z"} +{"exitCode":"SIGINT","level":"info","message":"👾 Game executed mainExample.DinoGame on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","timeElapsed":159944,"timestamp":"2024-10-01T22:14:06.187Z"} +{"exitCode":"SIGINT","level":"info","message":"👾 Game executed mainExample.DinoGame on D:\\UNSAM\\Algoritmos\\dino2-offline-dino","timeElapsed":6854,"timestamp":"2024-10-01T22:14:14.237Z"} diff --git a/mainExample.wpgm b/mainExample.wpgm index e28bf7d..8088f6c 100644 --- a/mainExample.wpgm +++ b/mainExample.wpgm @@ -3,9 +3,8 @@ import dinoGame.* program DinoGame { juego.configurar() - //juego.iniciar() game.showAttributes(dino) //Debug keyboard.c().onPressDo({game.say(dino, reloj.tiempo().toString())}) + juego.iniciar() game.start() - -} +} \ No newline at end of file