From b0f592b52c5801cea970f66754bc22e0c7701e1e Mon Sep 17 00:00:00 2001 From: Juan Pablo Guazzotti Date: Tue, 1 Oct 2024 19:34:01 -0300 Subject: [PATCH] movimiento cactus --- dinoGame.wlk | 10 +- log/wollok.log | 1003 ++++++++++++++++++++++++++++++++++++++++++++++ log/wollok1.log | 274 +++++++++++++ mainExample.wpgm | 2 +- 4 files changed, 1284 insertions(+), 5 deletions(-) create mode 100644 log/wollok1.log diff --git a/dinoGame.wlk b/dinoGame.wlk index 872b0f9..c0260b0 100644 --- a/dinoGame.wlk +++ b/dinoGame.wlk @@ -5,7 +5,7 @@ const velocidad = 250 object juego{ method configurar(){ - game.width(12) + game.width(18) game.height(8) game.title("Dino Game") game.boardGround("fondo.png") @@ -71,7 +71,7 @@ object cactus { var property position = self.posicionInicial() method image() = "cactus.png" - method posicionInicial() = game.at(game.width()-1,suelo.position().y()) + method posicionInicial() = game.at(11,suelo.position().y()) method iniciar(){ position = self.posicionInicial() @@ -79,8 +79,10 @@ object cactus { } method mover(){ - //COMPLETAR - } + position = position.left(1) + if (position.x() < 0) + position = game.at(11,suelo.position().y()) + } method chocar(){ //COMPLETAR diff --git a/log/wollok.log b/log/wollok.log index 7721ea3..25475dd 100644 --- a/log/wollok.log +++ b/log/wollok.log @@ -625,3 +625,1006 @@ {"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":291,"timestamp":"2024-10-01T21:34:12.234Z"} +{"level":"info","message":"onRequest - WORKSPACE_URI:file:///c%3A/Users/wollok/dino2-offline-dino","timestamp":"2024-10-01T21:34:12.259Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":215,"timestamp":"2024-10-01T21:34:12.478Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":105,"timestamp":"2024-10-01T21:34:12.588Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":178,"timestamp":"2024-10-01T21:34:12.767Z"} +{"level":"info","message":"⌛ Validating dino.wtest","timeElapsed":253,"timestamp":"2024-10-01T21:34:13.021Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":200,"timestamp":"2024-10-01T21:34:13.222Z"} +{"level":"info","message":"⌛ Validating mainExample.wpgm","timeElapsed":183,"timestamp":"2024-10-01T21:34:13.414Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":176,"timestamp":"2024-10-01T21:34:13.590Z"} +{"level":"info","message":"⌛ Validating dino.wtest","timeElapsed":156,"timestamp":"2024-10-01T21:34:13.747Z"} +{"level":"info","message":"⌛ Validating mainExample.wpgm","timeElapsed":113,"timestamp":"2024-10-01T21:34:13.861Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":128,"timestamp":"2024-10-01T21:34:13.989Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":144,"timestamp":"2024-10-01T21:34:19.308Z"} +{"level":"info","message":"⌛ Validating dino.wtest","timeElapsed":163,"timestamp":"2024-10-01T21:34:19.480Z"} +{"level":"info","message":"⌛ Validating mainExample.wpgm","timeElapsed":135,"timestamp":"2024-10-01T21:34:19.614Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":164,"timestamp":"2024-10-01T21:37:43.708Z"} +{"level":"info","message":"⌛ Validating dino.wtest","timeElapsed":251,"timestamp":"2024-10-01T21:37:43.970Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":120,"timestamp":"2024-10-01T21:37:50.415Z"} +{"level":"info","message":"⌛ Validating mainExample.wpgm","timeElapsed":250,"timestamp":"2024-10-01T21:37:50.678Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":174,"timestamp":"2024-10-01T21:40:46.031Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":240,"timestamp":"2024-10-01T21:40:46.311Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":189,"timestamp":"2024-10-01T21:44:23.999Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":176,"timestamp":"2024-10-01T21:44:24.178Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":169,"timestamp":"2024-10-01T21:44:27.796Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":142,"timestamp":"2024-10-01T21:44:27.939Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":154,"timestamp":"2024-10-01T21:44:28.352Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":174,"timestamp":"2024-10-01T21:44:28.530Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":207,"timestamp":"2024-10-01T21:44:28.749Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":178,"timestamp":"2024-10-01T21:44:28.928Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":134,"timestamp":"2024-10-01T21:44:29.069Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":200,"timestamp":"2024-10-01T21:44:29.303Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":168,"timestamp":"2024-10-01T21:44:30.386Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":170,"timestamp":"2024-10-01T21:44:30.560Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":147,"timestamp":"2024-10-01T21:44:35.922Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":173,"timestamp":"2024-10-01T21:44:36.097Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":147,"timestamp":"2024-10-01T21:44:38.677Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":172,"timestamp":"2024-10-01T21:44:38.850Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":154,"timestamp":"2024-10-01T21:44:46.682Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Assignment]{418cf4} at dinoGame.wlk:85 exhausted all cases without a match [Assignment]{418cf4} at dinoGame.wlk:85 exhausted all cases without a match","stack":"Error: [Assignment]{418cf4} at dinoGame.wlk:85 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T21:44:46.733Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":156,"timestamp":"2024-10-01T21:44:46.899Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":198,"timestamp":"2024-10-01T21:44:47.098Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:44:47.099Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":136,"timestamp":"2024-10-01T21:44:47.236Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:44:47.236Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":163,"timestamp":"2024-10-01T21:44:47.400Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":195,"timestamp":"2024-10-01T21:44:47.596Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:44:47.597Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":181,"timestamp":"2024-10-01T21:44:47.783Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":145,"timestamp":"2024-10-01T21:44:47.931Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":145,"timestamp":"2024-10-01T21:44:48.128Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":187,"timestamp":"2024-10-01T21:44:48.317Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:44:48.317Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:44:48.318Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:44:48.477Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T21:44:48.950Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":194,"timestamp":"2024-10-01T21:44:50.373Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":137,"timestamp":"2024-10-01T21:44:50.516Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":184,"timestamp":"2024-10-01T21:44:50.703Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":196,"timestamp":"2024-10-01T21:44:50.903Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"496b92e4-96e5-4237-82a7-fffb2a9be30e","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":36,"line":85,"offset":1637},"start":{"column":22,"line":85,"offset":1623}}}],"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":"b3f85009-69b4-4829-816c-b81e8b78715e","isConstant":true,"metadata":[],"name":"x","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":51,"line":82,"offset":1542},"start":{"column":3,"line":82,"offset":1494}},"value":{"args":[{"id":"23e40268-c6a3-4749-b1c0-e6952591d711","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":50,"line":82,"offset":1541},"start":{"column":49,"line":82,"offset":1540}},"value":0}],"id":"4feba70a-55dc-47d8-b58d-24fe7c33f41a","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"ce98589e-c784-4973-ab0c-bd2d187a4bd5","message":"width","metadata":[],"receiver":{"id":"26220ecf-6d00-46ef-a9a0-9f4247414c95","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":30,"line":82,"offset":1521},"start":{"column":26,"line":82,"offset":1517}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":38,"line":82,"offset":1529},"start":{"column":26,"line":82,"offset":1517}}}],"id":"5bba7fc9-63f3-4006-8274-7d11b81eeaab","message":"randomUpTo","metadata":[],"receiver":{"id":"048851fd-5480-432a-8ac4-c1c12487b86f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":14,"line":82,"offset":1505},"start":{"column":13,"line":82,"offset":1504}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":39,"line":82,"offset":1530},"start":{"column":13,"line":82,"offset":1504}}},"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":51,"line":82,"offset":1542},"start":{"column":13,"line":82,"offset":1504}}}},{"id":"5af4a1f7-4706-4e61-a59f-738cbcc487f5","isConstant":true,"metadata":[],"name":"y","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":55,"line":83,"offset":1598},"start":{"column":6,"line":83,"offset":1549}},"value":{"args":[{"id":"5a4a5f17-dd5f-4076-a682-95e640ea5b1f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":54,"line":83,"offset":1597},"start":{"column":53,"line":83,"offset":1596}},"value":0}],"id":"38c7b509-8394-4531-9103-2183843a31a6","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"37d46750-fa01-434a-a77f-4f859d27b469","message":"height","metadata":[],"receiver":{"id":"3aaab26c-7cea-4015-9c38-5ac7181416a3","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":33,"line":83,"offset":1576},"start":{"column":29,"line":83,"offset":1572}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":42,"line":83,"offset":1585},"start":{"column":29,"line":83,"offset":1572}}}],"id":"14909221-ae94-4aa5-8abb-1c1c15b74686","message":"randomUpTo","metadata":[],"receiver":{"id":"d17ef1c6-804e-46c1-9501-7f4854f136b4","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":17,"line":83,"offset":1560},"start":{"column":16,"line":83,"offset":1559}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":43,"line":83,"offset":1586},"start":{"column":16,"line":83,"offset":1559}}},"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":55,"line":83,"offset":1598},"start":{"column":16,"line":83,"offset":1559}}}},{"args":[],"id":"4fa362ee-90ab-48cf-8dd3-df9537485b9a","message":"position","metadata":[],"receiver":{"id":"d8195863-5113-4eb3-b0e8-c83c8a3853c2","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":10,"line":85,"offset":1611},"start":{"column":6,"line":85,"offset":1607}}},"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":21,"line":85,"offset":1622},"start":{"column":6,"line":85,"offset":1607}}}],"sourceMap":{"end":{"column":3,"line":86,"offset":1641},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:44:54.524Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"496b92e4-96e5-4237-82a7-fffb2a9be30e","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":36,"line":85,"offset":1637},"start":{"column":22,"line":85,"offset":1623}}}],"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":"b3f85009-69b4-4829-816c-b81e8b78715e","isConstant":true,"metadata":[],"name":"x","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":51,"line":82,"offset":1542},"start":{"column":3,"line":82,"offset":1494}},"value":{"args":[{"id":"23e40268-c6a3-4749-b1c0-e6952591d711","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":50,"line":82,"offset":1541},"start":{"column":49,"line":82,"offset":1540}},"value":0}],"id":"4feba70a-55dc-47d8-b58d-24fe7c33f41a","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"ce98589e-c784-4973-ab0c-bd2d187a4bd5","message":"width","metadata":[],"receiver":{"id":"26220ecf-6d00-46ef-a9a0-9f4247414c95","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":30,"line":82,"offset":1521},"start":{"column":26,"line":82,"offset":1517}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":38,"line":82,"offset":1529},"start":{"column":26,"line":82,"offset":1517}}}],"id":"5bba7fc9-63f3-4006-8274-7d11b81eeaab","message":"randomUpTo","metadata":[],"receiver":{"id":"048851fd-5480-432a-8ac4-c1c12487b86f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":14,"line":82,"offset":1505},"start":{"column":13,"line":82,"offset":1504}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":39,"line":82,"offset":1530},"start":{"column":13,"line":82,"offset":1504}}},"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":51,"line":82,"offset":1542},"start":{"column":13,"line":82,"offset":1504}}}},{"id":"5af4a1f7-4706-4e61-a59f-738cbcc487f5","isConstant":true,"metadata":[],"name":"y","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":55,"line":83,"offset":1598},"start":{"column":6,"line":83,"offset":1549}},"value":{"args":[{"id":"5a4a5f17-dd5f-4076-a682-95e640ea5b1f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":54,"line":83,"offset":1597},"start":{"column":53,"line":83,"offset":1596}},"value":0}],"id":"38c7b509-8394-4531-9103-2183843a31a6","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"37d46750-fa01-434a-a77f-4f859d27b469","message":"height","metadata":[],"receiver":{"id":"3aaab26c-7cea-4015-9c38-5ac7181416a3","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":33,"line":83,"offset":1576},"start":{"column":29,"line":83,"offset":1572}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":42,"line":83,"offset":1585},"start":{"column":29,"line":83,"offset":1572}}}],"id":"14909221-ae94-4aa5-8abb-1c1c15b74686","message":"randomUpTo","metadata":[],"receiver":{"id":"d17ef1c6-804e-46c1-9501-7f4854f136b4","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":17,"line":83,"offset":1560},"start":{"column":16,"line":83,"offset":1559}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":43,"line":83,"offset":1586},"start":{"column":16,"line":83,"offset":1559}}},"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":55,"line":83,"offset":1598},"start":{"column":16,"line":83,"offset":1559}}}},{"args":[],"id":"4fa362ee-90ab-48cf-8dd3-df9537485b9a","message":"position","metadata":[],"receiver":{"id":"d8195863-5113-4eb3-b0e8-c83c8a3853c2","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":10,"line":85,"offset":1611},"start":{"column":6,"line":85,"offset":1607}}},"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":21,"line":85,"offset":1622},"start":{"column":6,"line":85,"offset":1607}}}],"sourceMap":{"end":{"column":3,"line":86,"offset":1641},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:45:18.869Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"496b92e4-96e5-4237-82a7-fffb2a9be30e","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":36,"line":85,"offset":1637},"start":{"column":22,"line":85,"offset":1623}}}],"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":"b3f85009-69b4-4829-816c-b81e8b78715e","isConstant":true,"metadata":[],"name":"x","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":51,"line":82,"offset":1542},"start":{"column":3,"line":82,"offset":1494}},"value":{"args":[{"id":"23e40268-c6a3-4749-b1c0-e6952591d711","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":50,"line":82,"offset":1541},"start":{"column":49,"line":82,"offset":1540}},"value":0}],"id":"4feba70a-55dc-47d8-b58d-24fe7c33f41a","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"ce98589e-c784-4973-ab0c-bd2d187a4bd5","message":"width","metadata":[],"receiver":{"id":"26220ecf-6d00-46ef-a9a0-9f4247414c95","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":30,"line":82,"offset":1521},"start":{"column":26,"line":82,"offset":1517}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":38,"line":82,"offset":1529},"start":{"column":26,"line":82,"offset":1517}}}],"id":"5bba7fc9-63f3-4006-8274-7d11b81eeaab","message":"randomUpTo","metadata":[],"receiver":{"id":"048851fd-5480-432a-8ac4-c1c12487b86f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":14,"line":82,"offset":1505},"start":{"column":13,"line":82,"offset":1504}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":39,"line":82,"offset":1530},"start":{"column":13,"line":82,"offset":1504}}},"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":51,"line":82,"offset":1542},"start":{"column":13,"line":82,"offset":1504}}}},{"id":"5af4a1f7-4706-4e61-a59f-738cbcc487f5","isConstant":true,"metadata":[],"name":"y","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":55,"line":83,"offset":1598},"start":{"column":6,"line":83,"offset":1549}},"value":{"args":[{"id":"5a4a5f17-dd5f-4076-a682-95e640ea5b1f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":54,"line":83,"offset":1597},"start":{"column":53,"line":83,"offset":1596}},"value":0}],"id":"38c7b509-8394-4531-9103-2183843a31a6","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"37d46750-fa01-434a-a77f-4f859d27b469","message":"height","metadata":[],"receiver":{"id":"3aaab26c-7cea-4015-9c38-5ac7181416a3","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":33,"line":83,"offset":1576},"start":{"column":29,"line":83,"offset":1572}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":42,"line":83,"offset":1585},"start":{"column":29,"line":83,"offset":1572}}}],"id":"14909221-ae94-4aa5-8abb-1c1c15b74686","message":"randomUpTo","metadata":[],"receiver":{"id":"d17ef1c6-804e-46c1-9501-7f4854f136b4","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":17,"line":83,"offset":1560},"start":{"column":16,"line":83,"offset":1559}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":43,"line":83,"offset":1586},"start":{"column":16,"line":83,"offset":1559}}},"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":55,"line":83,"offset":1598},"start":{"column":16,"line":83,"offset":1559}}}},{"args":[],"id":"4fa362ee-90ab-48cf-8dd3-df9537485b9a","message":"position","metadata":[],"receiver":{"id":"d8195863-5113-4eb3-b0e8-c83c8a3853c2","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":10,"line":85,"offset":1611},"start":{"column":6,"line":85,"offset":1607}}},"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":21,"line":85,"offset":1622},"start":{"column":6,"line":85,"offset":1607}}}],"sourceMap":{"end":{"column":3,"line":86,"offset":1641},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:45:28.249Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"496b92e4-96e5-4237-82a7-fffb2a9be30e","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":36,"line":85,"offset":1637},"start":{"column":22,"line":85,"offset":1623}}}],"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":"b3f85009-69b4-4829-816c-b81e8b78715e","isConstant":true,"metadata":[],"name":"x","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":51,"line":82,"offset":1542},"start":{"column":3,"line":82,"offset":1494}},"value":{"args":[{"id":"23e40268-c6a3-4749-b1c0-e6952591d711","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":50,"line":82,"offset":1541},"start":{"column":49,"line":82,"offset":1540}},"value":0}],"id":"4feba70a-55dc-47d8-b58d-24fe7c33f41a","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"ce98589e-c784-4973-ab0c-bd2d187a4bd5","message":"width","metadata":[],"receiver":{"id":"26220ecf-6d00-46ef-a9a0-9f4247414c95","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":30,"line":82,"offset":1521},"start":{"column":26,"line":82,"offset":1517}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":38,"line":82,"offset":1529},"start":{"column":26,"line":82,"offset":1517}}}],"id":"5bba7fc9-63f3-4006-8274-7d11b81eeaab","message":"randomUpTo","metadata":[],"receiver":{"id":"048851fd-5480-432a-8ac4-c1c12487b86f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":14,"line":82,"offset":1505},"start":{"column":13,"line":82,"offset":1504}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":39,"line":82,"offset":1530},"start":{"column":13,"line":82,"offset":1504}}},"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":51,"line":82,"offset":1542},"start":{"column":13,"line":82,"offset":1504}}}},{"id":"5af4a1f7-4706-4e61-a59f-738cbcc487f5","isConstant":true,"metadata":[],"name":"y","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":55,"line":83,"offset":1598},"start":{"column":6,"line":83,"offset":1549}},"value":{"args":[{"id":"5a4a5f17-dd5f-4076-a682-95e640ea5b1f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":54,"line":83,"offset":1597},"start":{"column":53,"line":83,"offset":1596}},"value":0}],"id":"38c7b509-8394-4531-9103-2183843a31a6","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"37d46750-fa01-434a-a77f-4f859d27b469","message":"height","metadata":[],"receiver":{"id":"3aaab26c-7cea-4015-9c38-5ac7181416a3","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":33,"line":83,"offset":1576},"start":{"column":29,"line":83,"offset":1572}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":42,"line":83,"offset":1585},"start":{"column":29,"line":83,"offset":1572}}}],"id":"14909221-ae94-4aa5-8abb-1c1c15b74686","message":"randomUpTo","metadata":[],"receiver":{"id":"d17ef1c6-804e-46c1-9501-7f4854f136b4","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":17,"line":83,"offset":1560},"start":{"column":16,"line":83,"offset":1559}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":43,"line":83,"offset":1586},"start":{"column":16,"line":83,"offset":1559}}},"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":55,"line":83,"offset":1598},"start":{"column":16,"line":83,"offset":1559}}}},{"args":[],"id":"4fa362ee-90ab-48cf-8dd3-df9537485b9a","message":"position","metadata":[],"receiver":{"id":"d8195863-5113-4eb3-b0e8-c83c8a3853c2","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":10,"line":85,"offset":1611},"start":{"column":6,"line":85,"offset":1607}}},"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":21,"line":85,"offset":1622},"start":{"column":6,"line":85,"offset":1607}}}],"sourceMap":{"end":{"column":3,"line":86,"offset":1641},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:46:02.147Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"496b92e4-96e5-4237-82a7-fffb2a9be30e","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":36,"line":85,"offset":1637},"start":{"column":22,"line":85,"offset":1623}}}],"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":"b3f85009-69b4-4829-816c-b81e8b78715e","isConstant":true,"metadata":[],"name":"x","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":51,"line":82,"offset":1542},"start":{"column":3,"line":82,"offset":1494}},"value":{"args":[{"id":"23e40268-c6a3-4749-b1c0-e6952591d711","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":50,"line":82,"offset":1541},"start":{"column":49,"line":82,"offset":1540}},"value":0}],"id":"4feba70a-55dc-47d8-b58d-24fe7c33f41a","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"ce98589e-c784-4973-ab0c-bd2d187a4bd5","message":"width","metadata":[],"receiver":{"id":"26220ecf-6d00-46ef-a9a0-9f4247414c95","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":30,"line":82,"offset":1521},"start":{"column":26,"line":82,"offset":1517}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":38,"line":82,"offset":1529},"start":{"column":26,"line":82,"offset":1517}}}],"id":"5bba7fc9-63f3-4006-8274-7d11b81eeaab","message":"randomUpTo","metadata":[],"receiver":{"id":"048851fd-5480-432a-8ac4-c1c12487b86f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":14,"line":82,"offset":1505},"start":{"column":13,"line":82,"offset":1504}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":39,"line":82,"offset":1530},"start":{"column":13,"line":82,"offset":1504}}},"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":51,"line":82,"offset":1542},"start":{"column":13,"line":82,"offset":1504}}}},{"id":"5af4a1f7-4706-4e61-a59f-738cbcc487f5","isConstant":true,"metadata":[],"name":"y","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":55,"line":83,"offset":1598},"start":{"column":6,"line":83,"offset":1549}},"value":{"args":[{"id":"5a4a5f17-dd5f-4076-a682-95e640ea5b1f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":54,"line":83,"offset":1597},"start":{"column":53,"line":83,"offset":1596}},"value":0}],"id":"38c7b509-8394-4531-9103-2183843a31a6","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"37d46750-fa01-434a-a77f-4f859d27b469","message":"height","metadata":[],"receiver":{"id":"3aaab26c-7cea-4015-9c38-5ac7181416a3","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":33,"line":83,"offset":1576},"start":{"column":29,"line":83,"offset":1572}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":42,"line":83,"offset":1585},"start":{"column":29,"line":83,"offset":1572}}}],"id":"14909221-ae94-4aa5-8abb-1c1c15b74686","message":"randomUpTo","metadata":[],"receiver":{"id":"d17ef1c6-804e-46c1-9501-7f4854f136b4","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":17,"line":83,"offset":1560},"start":{"column":16,"line":83,"offset":1559}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":43,"line":83,"offset":1586},"start":{"column":16,"line":83,"offset":1559}}},"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":55,"line":83,"offset":1598},"start":{"column":16,"line":83,"offset":1559}}}},{"args":[],"id":"4fa362ee-90ab-48cf-8dd3-df9537485b9a","message":"position","metadata":[],"receiver":{"id":"d8195863-5113-4eb3-b0e8-c83c8a3853c2","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":10,"line":85,"offset":1611},"start":{"column":6,"line":85,"offset":1607}}},"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":21,"line":85,"offset":1622},"start":{"column":6,"line":85,"offset":1607}}}],"sourceMap":{"end":{"column":3,"line":86,"offset":1641},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:46:03.976Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"496b92e4-96e5-4237-82a7-fffb2a9be30e","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":36,"line":85,"offset":1637},"start":{"column":22,"line":85,"offset":1623}}}],"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":"b3f85009-69b4-4829-816c-b81e8b78715e","isConstant":true,"metadata":[],"name":"x","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":51,"line":82,"offset":1542},"start":{"column":3,"line":82,"offset":1494}},"value":{"args":[{"id":"23e40268-c6a3-4749-b1c0-e6952591d711","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":50,"line":82,"offset":1541},"start":{"column":49,"line":82,"offset":1540}},"value":0}],"id":"4feba70a-55dc-47d8-b58d-24fe7c33f41a","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"ce98589e-c784-4973-ab0c-bd2d187a4bd5","message":"width","metadata":[],"receiver":{"id":"26220ecf-6d00-46ef-a9a0-9f4247414c95","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":30,"line":82,"offset":1521},"start":{"column":26,"line":82,"offset":1517}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":38,"line":82,"offset":1529},"start":{"column":26,"line":82,"offset":1517}}}],"id":"5bba7fc9-63f3-4006-8274-7d11b81eeaab","message":"randomUpTo","metadata":[],"receiver":{"id":"048851fd-5480-432a-8ac4-c1c12487b86f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":14,"line":82,"offset":1505},"start":{"column":13,"line":82,"offset":1504}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":39,"line":82,"offset":1530},"start":{"column":13,"line":82,"offset":1504}}},"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":51,"line":82,"offset":1542},"start":{"column":13,"line":82,"offset":1504}}}},{"id":"5af4a1f7-4706-4e61-a59f-738cbcc487f5","isConstant":true,"metadata":[],"name":"y","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":55,"line":83,"offset":1598},"start":{"column":6,"line":83,"offset":1549}},"value":{"args":[{"id":"5a4a5f17-dd5f-4076-a682-95e640ea5b1f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":54,"line":83,"offset":1597},"start":{"column":53,"line":83,"offset":1596}},"value":0}],"id":"38c7b509-8394-4531-9103-2183843a31a6","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"37d46750-fa01-434a-a77f-4f859d27b469","message":"height","metadata":[],"receiver":{"id":"3aaab26c-7cea-4015-9c38-5ac7181416a3","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":33,"line":83,"offset":1576},"start":{"column":29,"line":83,"offset":1572}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":42,"line":83,"offset":1585},"start":{"column":29,"line":83,"offset":1572}}}],"id":"14909221-ae94-4aa5-8abb-1c1c15b74686","message":"randomUpTo","metadata":[],"receiver":{"id":"d17ef1c6-804e-46c1-9501-7f4854f136b4","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":17,"line":83,"offset":1560},"start":{"column":16,"line":83,"offset":1559}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":43,"line":83,"offset":1586},"start":{"column":16,"line":83,"offset":1559}}},"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":55,"line":83,"offset":1598},"start":{"column":16,"line":83,"offset":1559}}}},{"args":[],"id":"4fa362ee-90ab-48cf-8dd3-df9537485b9a","message":"position","metadata":[],"receiver":{"id":"d8195863-5113-4eb3-b0e8-c83c8a3853c2","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":10,"line":85,"offset":1611},"start":{"column":6,"line":85,"offset":1607}}},"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":21,"line":85,"offset":1622},"start":{"column":6,"line":85,"offset":1607}}}],"sourceMap":{"end":{"column":3,"line":86,"offset":1641},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:46:23.525Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"496b92e4-96e5-4237-82a7-fffb2a9be30e","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":36,"line":85,"offset":1637},"start":{"column":22,"line":85,"offset":1623}}}],"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":"b3f85009-69b4-4829-816c-b81e8b78715e","isConstant":true,"metadata":[],"name":"x","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":51,"line":82,"offset":1542},"start":{"column":3,"line":82,"offset":1494}},"value":{"args":[{"id":"23e40268-c6a3-4749-b1c0-e6952591d711","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":50,"line":82,"offset":1541},"start":{"column":49,"line":82,"offset":1540}},"value":0}],"id":"4feba70a-55dc-47d8-b58d-24fe7c33f41a","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"ce98589e-c784-4973-ab0c-bd2d187a4bd5","message":"width","metadata":[],"receiver":{"id":"26220ecf-6d00-46ef-a9a0-9f4247414c95","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":30,"line":82,"offset":1521},"start":{"column":26,"line":82,"offset":1517}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":38,"line":82,"offset":1529},"start":{"column":26,"line":82,"offset":1517}}}],"id":"5bba7fc9-63f3-4006-8274-7d11b81eeaab","message":"randomUpTo","metadata":[],"receiver":{"id":"048851fd-5480-432a-8ac4-c1c12487b86f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":14,"line":82,"offset":1505},"start":{"column":13,"line":82,"offset":1504}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":39,"line":82,"offset":1530},"start":{"column":13,"line":82,"offset":1504}}},"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":51,"line":82,"offset":1542},"start":{"column":13,"line":82,"offset":1504}}}},{"id":"5af4a1f7-4706-4e61-a59f-738cbcc487f5","isConstant":true,"metadata":[],"name":"y","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":55,"line":83,"offset":1598},"start":{"column":6,"line":83,"offset":1549}},"value":{"args":[{"id":"5a4a5f17-dd5f-4076-a682-95e640ea5b1f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":54,"line":83,"offset":1597},"start":{"column":53,"line":83,"offset":1596}},"value":0}],"id":"38c7b509-8394-4531-9103-2183843a31a6","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"37d46750-fa01-434a-a77f-4f859d27b469","message":"height","metadata":[],"receiver":{"id":"3aaab26c-7cea-4015-9c38-5ac7181416a3","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":33,"line":83,"offset":1576},"start":{"column":29,"line":83,"offset":1572}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":42,"line":83,"offset":1585},"start":{"column":29,"line":83,"offset":1572}}}],"id":"14909221-ae94-4aa5-8abb-1c1c15b74686","message":"randomUpTo","metadata":[],"receiver":{"id":"d17ef1c6-804e-46c1-9501-7f4854f136b4","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":17,"line":83,"offset":1560},"start":{"column":16,"line":83,"offset":1559}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":43,"line":83,"offset":1586},"start":{"column":16,"line":83,"offset":1559}}},"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":55,"line":83,"offset":1598},"start":{"column":16,"line":83,"offset":1559}}}},{"args":[],"id":"4fa362ee-90ab-48cf-8dd3-df9537485b9a","message":"position","metadata":[],"receiver":{"id":"d8195863-5113-4eb3-b0e8-c83c8a3853c2","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":10,"line":85,"offset":1611},"start":{"column":6,"line":85,"offset":1607}}},"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":21,"line":85,"offset":1622},"start":{"column":6,"line":85,"offset":1607}}}],"sourceMap":{"end":{"column":3,"line":86,"offset":1641},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:46:24.202Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"496b92e4-96e5-4237-82a7-fffb2a9be30e","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":36,"line":85,"offset":1637},"start":{"column":22,"line":85,"offset":1623}}}],"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":"b3f85009-69b4-4829-816c-b81e8b78715e","isConstant":true,"metadata":[],"name":"x","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":51,"line":82,"offset":1542},"start":{"column":3,"line":82,"offset":1494}},"value":{"args":[{"id":"23e40268-c6a3-4749-b1c0-e6952591d711","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":50,"line":82,"offset":1541},"start":{"column":49,"line":82,"offset":1540}},"value":0}],"id":"4feba70a-55dc-47d8-b58d-24fe7c33f41a","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"ce98589e-c784-4973-ab0c-bd2d187a4bd5","message":"width","metadata":[],"receiver":{"id":"26220ecf-6d00-46ef-a9a0-9f4247414c95","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":30,"line":82,"offset":1521},"start":{"column":26,"line":82,"offset":1517}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":38,"line":82,"offset":1529},"start":{"column":26,"line":82,"offset":1517}}}],"id":"5bba7fc9-63f3-4006-8274-7d11b81eeaab","message":"randomUpTo","metadata":[],"receiver":{"id":"048851fd-5480-432a-8ac4-c1c12487b86f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":14,"line":82,"offset":1505},"start":{"column":13,"line":82,"offset":1504}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":39,"line":82,"offset":1530},"start":{"column":13,"line":82,"offset":1504}}},"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":51,"line":82,"offset":1542},"start":{"column":13,"line":82,"offset":1504}}}},{"id":"5af4a1f7-4706-4e61-a59f-738cbcc487f5","isConstant":true,"metadata":[],"name":"y","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":55,"line":83,"offset":1598},"start":{"column":6,"line":83,"offset":1549}},"value":{"args":[{"id":"5a4a5f17-dd5f-4076-a682-95e640ea5b1f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":54,"line":83,"offset":1597},"start":{"column":53,"line":83,"offset":1596}},"value":0}],"id":"38c7b509-8394-4531-9103-2183843a31a6","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"37d46750-fa01-434a-a77f-4f859d27b469","message":"height","metadata":[],"receiver":{"id":"3aaab26c-7cea-4015-9c38-5ac7181416a3","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":33,"line":83,"offset":1576},"start":{"column":29,"line":83,"offset":1572}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":42,"line":83,"offset":1585},"start":{"column":29,"line":83,"offset":1572}}}],"id":"14909221-ae94-4aa5-8abb-1c1c15b74686","message":"randomUpTo","metadata":[],"receiver":{"id":"d17ef1c6-804e-46c1-9501-7f4854f136b4","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":17,"line":83,"offset":1560},"start":{"column":16,"line":83,"offset":1559}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":43,"line":83,"offset":1586},"start":{"column":16,"line":83,"offset":1559}}},"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":55,"line":83,"offset":1598},"start":{"column":16,"line":83,"offset":1559}}}},{"args":[],"id":"4fa362ee-90ab-48cf-8dd3-df9537485b9a","message":"position","metadata":[],"receiver":{"id":"d8195863-5113-4eb3-b0e8-c83c8a3853c2","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":10,"line":85,"offset":1611},"start":{"column":6,"line":85,"offset":1607}}},"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":21,"line":85,"offset":1622},"start":{"column":6,"line":85,"offset":1607}}}],"sourceMap":{"end":{"column":3,"line":86,"offset":1641},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:46:33.805Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"496b92e4-96e5-4237-82a7-fffb2a9be30e","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":36,"line":85,"offset":1637},"start":{"column":22,"line":85,"offset":1623}}}],"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":"b3f85009-69b4-4829-816c-b81e8b78715e","isConstant":true,"metadata":[],"name":"x","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":51,"line":82,"offset":1542},"start":{"column":3,"line":82,"offset":1494}},"value":{"args":[{"id":"23e40268-c6a3-4749-b1c0-e6952591d711","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":50,"line":82,"offset":1541},"start":{"column":49,"line":82,"offset":1540}},"value":0}],"id":"4feba70a-55dc-47d8-b58d-24fe7c33f41a","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"ce98589e-c784-4973-ab0c-bd2d187a4bd5","message":"width","metadata":[],"receiver":{"id":"26220ecf-6d00-46ef-a9a0-9f4247414c95","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":30,"line":82,"offset":1521},"start":{"column":26,"line":82,"offset":1517}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":38,"line":82,"offset":1529},"start":{"column":26,"line":82,"offset":1517}}}],"id":"5bba7fc9-63f3-4006-8274-7d11b81eeaab","message":"randomUpTo","metadata":[],"receiver":{"id":"048851fd-5480-432a-8ac4-c1c12487b86f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":14,"line":82,"offset":1505},"start":{"column":13,"line":82,"offset":1504}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":39,"line":82,"offset":1530},"start":{"column":13,"line":82,"offset":1504}}},"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":51,"line":82,"offset":1542},"start":{"column":13,"line":82,"offset":1504}}}},{"id":"5af4a1f7-4706-4e61-a59f-738cbcc487f5","isConstant":true,"metadata":[],"name":"y","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":55,"line":83,"offset":1598},"start":{"column":6,"line":83,"offset":1549}},"value":{"args":[{"id":"5a4a5f17-dd5f-4076-a682-95e640ea5b1f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":54,"line":83,"offset":1597},"start":{"column":53,"line":83,"offset":1596}},"value":0}],"id":"38c7b509-8394-4531-9103-2183843a31a6","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"37d46750-fa01-434a-a77f-4f859d27b469","message":"height","metadata":[],"receiver":{"id":"3aaab26c-7cea-4015-9c38-5ac7181416a3","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":33,"line":83,"offset":1576},"start":{"column":29,"line":83,"offset":1572}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":42,"line":83,"offset":1585},"start":{"column":29,"line":83,"offset":1572}}}],"id":"14909221-ae94-4aa5-8abb-1c1c15b74686","message":"randomUpTo","metadata":[],"receiver":{"id":"d17ef1c6-804e-46c1-9501-7f4854f136b4","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":17,"line":83,"offset":1560},"start":{"column":16,"line":83,"offset":1559}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":43,"line":83,"offset":1586},"start":{"column":16,"line":83,"offset":1559}}},"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":55,"line":83,"offset":1598},"start":{"column":16,"line":83,"offset":1559}}}},{"args":[],"id":"4fa362ee-90ab-48cf-8dd3-df9537485b9a","message":"position","metadata":[],"receiver":{"id":"d8195863-5113-4eb3-b0e8-c83c8a3853c2","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":10,"line":85,"offset":1611},"start":{"column":6,"line":85,"offset":1607}}},"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":21,"line":85,"offset":1622},"start":{"column":6,"line":85,"offset":1607}}}],"sourceMap":{"end":{"column":3,"line":86,"offset":1641},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:46:39.167Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"496b92e4-96e5-4237-82a7-fffb2a9be30e","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":36,"line":85,"offset":1637},"start":{"column":22,"line":85,"offset":1623}}}],"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":"b3f85009-69b4-4829-816c-b81e8b78715e","isConstant":true,"metadata":[],"name":"x","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":51,"line":82,"offset":1542},"start":{"column":3,"line":82,"offset":1494}},"value":{"args":[{"id":"23e40268-c6a3-4749-b1c0-e6952591d711","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":50,"line":82,"offset":1541},"start":{"column":49,"line":82,"offset":1540}},"value":0}],"id":"4feba70a-55dc-47d8-b58d-24fe7c33f41a","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"ce98589e-c784-4973-ab0c-bd2d187a4bd5","message":"width","metadata":[],"receiver":{"id":"26220ecf-6d00-46ef-a9a0-9f4247414c95","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":30,"line":82,"offset":1521},"start":{"column":26,"line":82,"offset":1517}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":38,"line":82,"offset":1529},"start":{"column":26,"line":82,"offset":1517}}}],"id":"5bba7fc9-63f3-4006-8274-7d11b81eeaab","message":"randomUpTo","metadata":[],"receiver":{"id":"048851fd-5480-432a-8ac4-c1c12487b86f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":14,"line":82,"offset":1505},"start":{"column":13,"line":82,"offset":1504}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":39,"line":82,"offset":1530},"start":{"column":13,"line":82,"offset":1504}}},"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":51,"line":82,"offset":1542},"start":{"column":13,"line":82,"offset":1504}}}},{"id":"5af4a1f7-4706-4e61-a59f-738cbcc487f5","isConstant":true,"metadata":[],"name":"y","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":55,"line":83,"offset":1598},"start":{"column":6,"line":83,"offset":1549}},"value":{"args":[{"id":"5a4a5f17-dd5f-4076-a682-95e640ea5b1f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":54,"line":83,"offset":1597},"start":{"column":53,"line":83,"offset":1596}},"value":0}],"id":"38c7b509-8394-4531-9103-2183843a31a6","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"37d46750-fa01-434a-a77f-4f859d27b469","message":"height","metadata":[],"receiver":{"id":"3aaab26c-7cea-4015-9c38-5ac7181416a3","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":33,"line":83,"offset":1576},"start":{"column":29,"line":83,"offset":1572}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":42,"line":83,"offset":1585},"start":{"column":29,"line":83,"offset":1572}}}],"id":"14909221-ae94-4aa5-8abb-1c1c15b74686","message":"randomUpTo","metadata":[],"receiver":{"id":"d17ef1c6-804e-46c1-9501-7f4854f136b4","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":17,"line":83,"offset":1560},"start":{"column":16,"line":83,"offset":1559}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":43,"line":83,"offset":1586},"start":{"column":16,"line":83,"offset":1559}}},"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":55,"line":83,"offset":1598},"start":{"column":16,"line":83,"offset":1559}}}},{"args":[],"id":"4fa362ee-90ab-48cf-8dd3-df9537485b9a","message":"position","metadata":[],"receiver":{"id":"d8195863-5113-4eb3-b0e8-c83c8a3853c2","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":10,"line":85,"offset":1611},"start":{"column":6,"line":85,"offset":1607}}},"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":21,"line":85,"offset":1622},"start":{"column":6,"line":85,"offset":1607}}}],"sourceMap":{"end":{"column":3,"line":86,"offset":1641},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:46:39.801Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"496b92e4-96e5-4237-82a7-fffb2a9be30e","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":36,"line":85,"offset":1637},"start":{"column":22,"line":85,"offset":1623}}}],"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":"b3f85009-69b4-4829-816c-b81e8b78715e","isConstant":true,"metadata":[],"name":"x","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":51,"line":82,"offset":1542},"start":{"column":3,"line":82,"offset":1494}},"value":{"args":[{"id":"23e40268-c6a3-4749-b1c0-e6952591d711","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":50,"line":82,"offset":1541},"start":{"column":49,"line":82,"offset":1540}},"value":0}],"id":"4feba70a-55dc-47d8-b58d-24fe7c33f41a","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"ce98589e-c784-4973-ab0c-bd2d187a4bd5","message":"width","metadata":[],"receiver":{"id":"26220ecf-6d00-46ef-a9a0-9f4247414c95","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":30,"line":82,"offset":1521},"start":{"column":26,"line":82,"offset":1517}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":38,"line":82,"offset":1529},"start":{"column":26,"line":82,"offset":1517}}}],"id":"5bba7fc9-63f3-4006-8274-7d11b81eeaab","message":"randomUpTo","metadata":[],"receiver":{"id":"048851fd-5480-432a-8ac4-c1c12487b86f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":14,"line":82,"offset":1505},"start":{"column":13,"line":82,"offset":1504}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":39,"line":82,"offset":1530},"start":{"column":13,"line":82,"offset":1504}}},"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":51,"line":82,"offset":1542},"start":{"column":13,"line":82,"offset":1504}}}},{"id":"5af4a1f7-4706-4e61-a59f-738cbcc487f5","isConstant":true,"metadata":[],"name":"y","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":55,"line":83,"offset":1598},"start":{"column":6,"line":83,"offset":1549}},"value":{"args":[{"id":"5a4a5f17-dd5f-4076-a682-95e640ea5b1f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":54,"line":83,"offset":1597},"start":{"column":53,"line":83,"offset":1596}},"value":0}],"id":"38c7b509-8394-4531-9103-2183843a31a6","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"37d46750-fa01-434a-a77f-4f859d27b469","message":"height","metadata":[],"receiver":{"id":"3aaab26c-7cea-4015-9c38-5ac7181416a3","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":33,"line":83,"offset":1576},"start":{"column":29,"line":83,"offset":1572}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":42,"line":83,"offset":1585},"start":{"column":29,"line":83,"offset":1572}}}],"id":"14909221-ae94-4aa5-8abb-1c1c15b74686","message":"randomUpTo","metadata":[],"receiver":{"id":"d17ef1c6-804e-46c1-9501-7f4854f136b4","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":17,"line":83,"offset":1560},"start":{"column":16,"line":83,"offset":1559}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":43,"line":83,"offset":1586},"start":{"column":16,"line":83,"offset":1559}}},"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":55,"line":83,"offset":1598},"start":{"column":16,"line":83,"offset":1559}}}},{"args":[],"id":"4fa362ee-90ab-48cf-8dd3-df9537485b9a","message":"position","metadata":[],"receiver":{"id":"d8195863-5113-4eb3-b0e8-c83c8a3853c2","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":10,"line":85,"offset":1611},"start":{"column":6,"line":85,"offset":1607}}},"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":21,"line":85,"offset":1622},"start":{"column":6,"line":85,"offset":1607}}}],"sourceMap":{"end":{"column":3,"line":86,"offset":1641},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:48:28.410Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"496b92e4-96e5-4237-82a7-fffb2a9be30e","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":36,"line":85,"offset":1637},"start":{"column":22,"line":85,"offset":1623}}}],"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":"b3f85009-69b4-4829-816c-b81e8b78715e","isConstant":true,"metadata":[],"name":"x","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":51,"line":82,"offset":1542},"start":{"column":3,"line":82,"offset":1494}},"value":{"args":[{"id":"23e40268-c6a3-4749-b1c0-e6952591d711","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":50,"line":82,"offset":1541},"start":{"column":49,"line":82,"offset":1540}},"value":0}],"id":"4feba70a-55dc-47d8-b58d-24fe7c33f41a","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"ce98589e-c784-4973-ab0c-bd2d187a4bd5","message":"width","metadata":[],"receiver":{"id":"26220ecf-6d00-46ef-a9a0-9f4247414c95","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":30,"line":82,"offset":1521},"start":{"column":26,"line":82,"offset":1517}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":38,"line":82,"offset":1529},"start":{"column":26,"line":82,"offset":1517}}}],"id":"5bba7fc9-63f3-4006-8274-7d11b81eeaab","message":"randomUpTo","metadata":[],"receiver":{"id":"048851fd-5480-432a-8ac4-c1c12487b86f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":14,"line":82,"offset":1505},"start":{"column":13,"line":82,"offset":1504}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":39,"line":82,"offset":1530},"start":{"column":13,"line":82,"offset":1504}}},"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":51,"line":82,"offset":1542},"start":{"column":13,"line":82,"offset":1504}}}},{"id":"5af4a1f7-4706-4e61-a59f-738cbcc487f5","isConstant":true,"metadata":[],"name":"y","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":55,"line":83,"offset":1598},"start":{"column":6,"line":83,"offset":1549}},"value":{"args":[{"id":"5a4a5f17-dd5f-4076-a682-95e640ea5b1f","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":54,"line":83,"offset":1597},"start":{"column":53,"line":83,"offset":1596}},"value":0}],"id":"38c7b509-8394-4531-9103-2183843a31a6","message":"truncate","metadata":[],"receiver":{"args":[{"args":[],"id":"37d46750-fa01-434a-a77f-4f859d27b469","message":"height","metadata":[],"receiver":{"id":"3aaab26c-7cea-4015-9c38-5ac7181416a3","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":33,"line":83,"offset":1576},"start":{"column":29,"line":83,"offset":1572}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":42,"line":83,"offset":1585},"start":{"column":29,"line":83,"offset":1572}}}],"id":"14909221-ae94-4aa5-8abb-1c1c15b74686","message":"randomUpTo","metadata":[],"receiver":{"id":"d17ef1c6-804e-46c1-9501-7f4854f136b4","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":17,"line":83,"offset":1560},"start":{"column":16,"line":83,"offset":1559}},"value":0},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":43,"line":83,"offset":1586},"start":{"column":16,"line":83,"offset":1559}}},"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":55,"line":83,"offset":1598},"start":{"column":16,"line":83,"offset":1559}}}},{"args":[],"id":"4fa362ee-90ab-48cf-8dd3-df9537485b9a","message":"position","metadata":[],"receiver":{"id":"d8195863-5113-4eb3-b0e8-c83c8a3853c2","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":10,"line":85,"offset":1611},"start":{"column":6,"line":85,"offset":1607}}},"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":21,"line":85,"offset":1622},"start":{"column":6,"line":85,"offset":1607}}}],"sourceMap":{"end":{"column":3,"line":86,"offset":1641},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:48:33.938Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":211,"timestamp":"2024-10-01T21:48:39.663Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":192,"timestamp":"2024-10-01T21:48:39.858Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":182,"timestamp":"2024-10-01T21:48:40.938Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":197,"timestamp":"2024-10-01T21:48:41.137Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":146,"timestamp":"2024-10-01T21:48:41.384Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":202,"timestamp":"2024-10-01T21:48:41.588Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":164,"timestamp":"2024-10-01T21:48:41.753Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":202,"timestamp":"2024-10-01T21:48:41.955Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":186,"timestamp":"2024-10-01T21:48:42.173Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":156,"timestamp":"2024-10-01T21:48:43.229Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":164,"timestamp":"2024-10-01T21:48:43.394Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"befab27a-ed9a-40c8-bacf-d63355115d91","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":36,"line":82,"offset":1527},"start":{"column":22,"line":82,"offset":1513}}}],"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":"98577d44-0c1b-4101-b047-5dbc5ce57d1c","message":"position","metadata":[],"receiver":{"id":"db8154b4-dccc-45cc-8ed0-8a37a2df6fbf","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":10,"line":82,"offset":1501},"start":{"column":6,"line":82,"offset":1497}}},"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":21,"line":82,"offset":1512},"start":{"column":6,"line":82,"offset":1497}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1531},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:48:44.191Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"befab27a-ed9a-40c8-bacf-d63355115d91","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":36,"line":82,"offset":1527},"start":{"column":22,"line":82,"offset":1513}}}],"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":"98577d44-0c1b-4101-b047-5dbc5ce57d1c","message":"position","metadata":[],"receiver":{"id":"db8154b4-dccc-45cc-8ed0-8a37a2df6fbf","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":10,"line":82,"offset":1501},"start":{"column":6,"line":82,"offset":1497}}},"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":21,"line":82,"offset":1512},"start":{"column":6,"line":82,"offset":1497}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1531},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:48:45.565Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"befab27a-ed9a-40c8-bacf-d63355115d91","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":36,"line":82,"offset":1527},"start":{"column":22,"line":82,"offset":1513}}}],"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":"98577d44-0c1b-4101-b047-5dbc5ce57d1c","message":"position","metadata":[],"receiver":{"id":"db8154b4-dccc-45cc-8ed0-8a37a2df6fbf","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":10,"line":82,"offset":1501},"start":{"column":6,"line":82,"offset":1497}}},"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":21,"line":82,"offset":1512},"start":{"column":6,"line":82,"offset":1497}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1531},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:50:37.360Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"befab27a-ed9a-40c8-bacf-d63355115d91","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":36,"line":82,"offset":1527},"start":{"column":22,"line":82,"offset":1513}}}],"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":"98577d44-0c1b-4101-b047-5dbc5ce57d1c","message":"position","metadata":[],"receiver":{"id":"db8154b4-dccc-45cc-8ed0-8a37a2df6fbf","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":10,"line":82,"offset":1501},"start":{"column":6,"line":82,"offset":1497}}},"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":21,"line":82,"offset":1512},"start":{"column":6,"line":82,"offset":1497}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1531},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:50:37.805Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"befab27a-ed9a-40c8-bacf-d63355115d91","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":36,"line":82,"offset":1527},"start":{"column":22,"line":82,"offset":1513}}}],"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":"98577d44-0c1b-4101-b047-5dbc5ce57d1c","message":"position","metadata":[],"receiver":{"id":"db8154b4-dccc-45cc-8ed0-8a37a2df6fbf","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":10,"line":82,"offset":1501},"start":{"column":6,"line":82,"offset":1497}}},"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":21,"line":82,"offset":1512},"start":{"column":6,"line":82,"offset":1497}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1531},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:50:38.136Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"befab27a-ed9a-40c8-bacf-d63355115d91","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":36,"line":82,"offset":1527},"start":{"column":22,"line":82,"offset":1513}}}],"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":"98577d44-0c1b-4101-b047-5dbc5ce57d1c","message":"position","metadata":[],"receiver":{"id":"db8154b4-dccc-45cc-8ed0-8a37a2df6fbf","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":10,"line":82,"offset":1501},"start":{"column":6,"line":82,"offset":1497}}},"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":21,"line":82,"offset":1512},"start":{"column":6,"line":82,"offset":1497}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1531},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:50:46.770Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":271,"timestamp":"2024-10-01T21:50:47.687Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":223,"timestamp":"2024-10-01T21:50:47.958Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":226,"timestamp":"2024-10-01T21:50:48.187Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":217,"timestamp":"2024-10-01T21:50:48.405Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":218,"timestamp":"2024-10-01T21:50:48.624Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":245,"timestamp":"2024-10-01T21:50:48.911Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"3c06e015-fe41-4062-91de-a8a8ef625779","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":68,"line":82,"offset":1559},"start":{"column":22,"line":82,"offset":1513}}}],"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":"addeb619-0f1d-401a-a018-5338369dd70d","message":"position","metadata":[],"receiver":{"id":"97054d7d-af56-4b42-8042-bb5f346e65c4","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":10,"line":82,"offset":1501},"start":{"column":6,"line":82,"offset":1497}}},"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":21,"line":82,"offset":1512},"start":{"column":6,"line":82,"offset":1497}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1563},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:50:50.354Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"3c06e015-fe41-4062-91de-a8a8ef625779","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":68,"line":82,"offset":1559},"start":{"column":22,"line":82,"offset":1513}}}],"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":"addeb619-0f1d-401a-a018-5338369dd70d","message":"position","metadata":[],"receiver":{"id":"97054d7d-af56-4b42-8042-bb5f346e65c4","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":10,"line":82,"offset":1501},"start":{"column":6,"line":82,"offset":1497}}},"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":21,"line":82,"offset":1512},"start":{"column":6,"line":82,"offset":1497}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1563},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:50:52.063Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"3c06e015-fe41-4062-91de-a8a8ef625779","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":68,"line":82,"offset":1559},"start":{"column":22,"line":82,"offset":1513}}}],"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":"addeb619-0f1d-401a-a018-5338369dd70d","message":"position","metadata":[],"receiver":{"id":"97054d7d-af56-4b42-8042-bb5f346e65c4","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":10,"line":82,"offset":1501},"start":{"column":6,"line":82,"offset":1497}}},"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":21,"line":82,"offset":1512},"start":{"column":6,"line":82,"offset":1497}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1563},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:50:53.430Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"3c06e015-fe41-4062-91de-a8a8ef625779","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":68,"line":82,"offset":1559},"start":{"column":22,"line":82,"offset":1513}}}],"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":"addeb619-0f1d-401a-a018-5338369dd70d","message":"position","metadata":[],"receiver":{"id":"97054d7d-af56-4b42-8042-bb5f346e65c4","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":10,"line":82,"offset":1501},"start":{"column":6,"line":82,"offset":1497}}},"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":21,"line":82,"offset":1512},"start":{"column":6,"line":82,"offset":1497}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1563},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:50:53.978Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"3c06e015-fe41-4062-91de-a8a8ef625779","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":68,"line":82,"offset":1559},"start":{"column":22,"line":82,"offset":1513}}}],"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":"addeb619-0f1d-401a-a018-5338369dd70d","message":"position","metadata":[],"receiver":{"id":"97054d7d-af56-4b42-8042-bb5f346e65c4","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":10,"line":82,"offset":1501},"start":{"column":6,"line":82,"offset":1497}}},"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":21,"line":82,"offset":1512},"start":{"column":6,"line":82,"offset":1497}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1563},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:50:54.411Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"3c06e015-fe41-4062-91de-a8a8ef625779","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":68,"line":82,"offset":1559},"start":{"column":22,"line":82,"offset":1513}}}],"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":"addeb619-0f1d-401a-a018-5338369dd70d","message":"position","metadata":[],"receiver":{"id":"97054d7d-af56-4b42-8042-bb5f346e65c4","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":10,"line":82,"offset":1501},"start":{"column":6,"line":82,"offset":1497}}},"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":21,"line":82,"offset":1512},"start":{"column":6,"line":82,"offset":1497}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1563},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:51:00.399Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"3c06e015-fe41-4062-91de-a8a8ef625779","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":68,"line":82,"offset":1559},"start":{"column":22,"line":82,"offset":1513}}}],"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":"addeb619-0f1d-401a-a018-5338369dd70d","message":"position","metadata":[],"receiver":{"id":"97054d7d-af56-4b42-8042-bb5f346e65c4","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":10,"line":82,"offset":1501},"start":{"column":6,"line":82,"offset":1497}}},"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":21,"line":82,"offset":1512},"start":{"column":6,"line":82,"offset":1497}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1563},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:51:16.870Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"3c06e015-fe41-4062-91de-a8a8ef625779","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":68,"line":82,"offset":1559},"start":{"column":22,"line":82,"offset":1513}}}],"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":"addeb619-0f1d-401a-a018-5338369dd70d","message":"position","metadata":[],"receiver":{"id":"97054d7d-af56-4b42-8042-bb5f346e65c4","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":10,"line":82,"offset":1501},"start":{"column":6,"line":82,"offset":1497}}},"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":21,"line":82,"offset":1512},"start":{"column":6,"line":82,"offset":1497}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1563},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:51:23.399Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":236,"timestamp":"2024-10-01T21:51:33.318Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":242,"timestamp":"2024-10-01T21:51:33.562Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":169,"timestamp":"2024-10-01T21:51:38.762Z"} +{"level":"info","message":"⌛ Validating mainExample.wpgm","timeElapsed":303,"timestamp":"2024-10-01T21:51:39.112Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":250,"timestamp":"2024-10-01T21:51:59.893Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":262,"timestamp":"2024-10-01T21:52:00.158Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":269,"timestamp":"2024-10-01T21:52:00.428Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":281,"timestamp":"2024-10-01T21:52:00.725Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":198,"timestamp":"2024-10-01T21:52:00.925Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":255,"timestamp":"2024-10-01T21:52:01.230Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":216,"timestamp":"2024-10-01T21:52:27.847Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":202,"timestamp":"2024-10-01T21:52:28.051Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":196,"timestamp":"2024-10-01T21:52:28.363Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":201,"timestamp":"2024-10-01T21:52:28.567Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":261,"timestamp":"2024-10-01T21:53:51.102Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":167,"timestamp":"2024-10-01T21:53:51.271Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":257,"timestamp":"2024-10-01T21:53:51.532Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":229,"timestamp":"2024-10-01T21:53:51.772Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":221,"timestamp":"2024-10-01T21:54:17.835Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":241,"timestamp":"2024-10-01T21:54:18.080Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":220,"timestamp":"2024-10-01T21:54:19.823Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":169,"timestamp":"2024-10-01T21:54:19.995Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":221,"timestamp":"2024-10-01T21:54:20.220Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":229,"timestamp":"2024-10-01T21:54:20.488Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":183,"timestamp":"2024-10-01T21:55:32.815Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":133,"timestamp":"2024-10-01T21:55:32.949Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":163,"timestamp":"2024-10-01T21:55:33.114Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":141,"timestamp":"2024-10-01T21:55:33.257Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":196,"timestamp":"2024-10-01T21:55:33.455Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":185,"timestamp":"2024-10-01T21:55:33.676Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":116,"timestamp":"2024-10-01T21:55:33.793Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":164,"timestamp":"2024-10-01T21:55:33.969Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":169,"timestamp":"2024-10-01T21:56:10.035Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":192,"timestamp":"2024-10-01T21:56:10.231Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":208,"timestamp":"2024-10-01T21:56:10.834Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":200,"timestamp":"2024-10-01T21:56:11.039Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":145,"timestamp":"2024-10-01T21:56:12.425Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":197,"timestamp":"2024-10-01T21:56:12.625Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":139,"timestamp":"2024-10-01T21:56:12.914Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":190,"timestamp":"2024-10-01T21:56:13.107Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":159,"timestamp":"2024-10-01T21:56:13.381Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":184,"timestamp":"2024-10-01T21:56:13.567Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":153,"timestamp":"2024-10-01T21:57:24.070Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":183,"timestamp":"2024-10-01T21:57:24.255Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":167,"timestamp":"2024-10-01T21:57:24.723Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":172,"timestamp":"2024-10-01T21:57:24.897Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":186,"timestamp":"2024-10-01T21:57:26.137Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":162,"timestamp":"2024-10-01T21:57:26.300Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":183,"timestamp":"2024-10-01T21:57:26.490Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":185,"timestamp":"2024-10-01T21:57:26.676Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"7ab5fa1c-7928-43e8-a96d-7fcb5393487a","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":68,"line":82,"offset":1559},"start":{"column":22,"line":82,"offset":1513}}}],"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":"510efde0-1e7e-4740-abed-9ae3142a4b6d","message":"position","metadata":[],"receiver":{"id":"7c4fcbf9-52f8-4901-950c-49e57406a272","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":10,"line":82,"offset":1501},"start":{"column":6,"line":82,"offset":1497}}},"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":21,"line":82,"offset":1512},"start":{"column":6,"line":82,"offset":1497}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1563},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:58:16.721Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"7ab5fa1c-7928-43e8-a96d-7fcb5393487a","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":68,"line":82,"offset":1559},"start":{"column":22,"line":82,"offset":1513}}}],"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":"510efde0-1e7e-4740-abed-9ae3142a4b6d","message":"position","metadata":[],"receiver":{"id":"7c4fcbf9-52f8-4901-950c-49e57406a272","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":10,"line":82,"offset":1501},"start":{"column":6,"line":82,"offset":1497}}},"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":21,"line":82,"offset":1512},"start":{"column":6,"line":82,"offset":1497}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1563},"start":{"column":16,"line":81,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T21:58:16.957Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":229,"timestamp":"2024-10-01T21:58:51.538Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":155,"timestamp":"2024-10-01T21:58:51.695Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":232,"timestamp":"2024-10-01T21:58:51.931Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":203,"timestamp":"2024-10-01T21:58:52.144Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"b815d9aa-c3ae-408c-8af2-099a506e9fde","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":68,"line":82,"offset":1547},"start":{"column":22,"line":82,"offset":1501}}}],"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":"fdcc219d-43b7-466f-b810-aefe45f644b1","message":"position","metadata":[],"receiver":{"id":"37cfe3ab-dad4-4977-a6b8-12136ff2c683","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":10,"line":82,"offset":1489},"start":{"column":6,"line":82,"offset":1485}}},"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":21,"line":82,"offset":1500},"start":{"column":6,"line":82,"offset":1485}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1551},"start":{"column":16,"line":81,"offset":1477}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at Array.map ()\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:10585\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:9361\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:8779\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612","timestamp":"2024-10-01T21:58:52.951Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":228,"timestamp":"2024-10-01T21:59:19.106Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":162,"timestamp":"2024-10-01T21:59:19.270Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":191,"timestamp":"2024-10-01T21:59:45.959Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":156,"timestamp":"2024-10-01T21:59:46.119Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":220,"timestamp":"2024-10-01T21:59:46.341Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":180,"timestamp":"2024-10-01T21:59:46.530Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":155,"timestamp":"2024-10-01T21:59:46.688Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":177,"timestamp":"2024-10-01T21:59:46.866Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":135,"timestamp":"2024-10-01T21:59:47.002Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":190,"timestamp":"2024-10-01T21:59:47.200Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":184,"timestamp":"2024-10-01T21:59:47.420Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":142,"timestamp":"2024-10-01T21:59:47.566Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":166,"timestamp":"2024-10-01T21:59:47.733Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":158,"timestamp":"2024-10-01T21:59:47.924Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":186,"timestamp":"2024-10-01T22:00:05.568Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":157,"timestamp":"2024-10-01T22:00:05.726Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"ce3bfbe4-4dc9-4b17-920a-5d304ec3406e","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":68,"line":82,"offset":1547},"start":{"column":22,"line":82,"offset":1501}}}],"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":"5c1aa44a-1742-4ea5-bee5-13c23940233d","message":"position","metadata":[],"receiver":{"id":"eb2ce2c6-87c9-4ea3-8e53-ffba0282fc69","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":10,"line":82,"offset":1489},"start":{"column":6,"line":82,"offset":1485}}},"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":21,"line":82,"offset":1500},"start":{"column":6,"line":82,"offset":1485}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1551},"start":{"column":16,"line":81,"offset":1477}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:00:38.502Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"ce3bfbe4-4dc9-4b17-920a-5d304ec3406e","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":68,"line":82,"offset":1547},"start":{"column":22,"line":82,"offset":1501}}}],"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":"5c1aa44a-1742-4ea5-bee5-13c23940233d","message":"position","metadata":[],"receiver":{"id":"eb2ce2c6-87c9-4ea3-8e53-ffba0282fc69","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":10,"line":82,"offset":1489},"start":{"column":6,"line":82,"offset":1485}}},"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":21,"line":82,"offset":1500},"start":{"column":6,"line":82,"offset":1485}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1551},"start":{"column":16,"line":81,"offset":1477}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at Array.map ()\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:10585\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:9361\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:8779\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612","timestamp":"2024-10-01T22:00:40.672Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"ce3bfbe4-4dc9-4b17-920a-5d304ec3406e","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":68,"line":82,"offset":1547},"start":{"column":22,"line":82,"offset":1501}}}],"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":"5c1aa44a-1742-4ea5-bee5-13c23940233d","message":"position","metadata":[],"receiver":{"id":"eb2ce2c6-87c9-4ea3-8e53-ffba0282fc69","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":10,"line":82,"offset":1489},"start":{"column":6,"line":82,"offset":1485}}},"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":21,"line":82,"offset":1500},"start":{"column":6,"line":82,"offset":1485}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1551},"start":{"column":16,"line":81,"offset":1477}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:00:48.089Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"ce3bfbe4-4dc9-4b17-920a-5d304ec3406e","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":68,"line":82,"offset":1547},"start":{"column":22,"line":82,"offset":1501}}}],"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":"5c1aa44a-1742-4ea5-bee5-13c23940233d","message":"position","metadata":[],"receiver":{"id":"eb2ce2c6-87c9-4ea3-8e53-ffba0282fc69","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":10,"line":82,"offset":1489},"start":{"column":6,"line":82,"offset":1485}}},"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":21,"line":82,"offset":1500},"start":{"column":6,"line":82,"offset":1485}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1551},"start":{"column":16,"line":81,"offset":1477}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:00:50.682Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":248,"timestamp":"2024-10-01T22:00:50.951Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":188,"timestamp":"2024-10-01T22:00:51.142Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"0d28baf0-0f58-46e0-987b-072a9db8cdf8","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":58,"line":82,"offset":1537},"start":{"column":6,"line":82,"offset":1485}}}],"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":[],"sourceMap":{"end":{"column":3,"line":83,"offset":1541},"start":{"column":16,"line":81,"offset":1477}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:00:54.534Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"0d28baf0-0f58-46e0-987b-072a9db8cdf8","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":58,"line":82,"offset":1537},"start":{"column":6,"line":82,"offset":1485}}}],"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":[],"sourceMap":{"end":{"column":3,"line":83,"offset":1541},"start":{"column":16,"line":81,"offset":1477}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:00:55.264Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":170,"timestamp":"2024-10-01T22:00:56.566Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":121,"timestamp":"2024-10-01T22:00:56.737Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":151,"timestamp":"2024-10-01T22:00:56.898Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":219,"timestamp":"2024-10-01T22:00:57.119Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:00:57.121Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":168,"timestamp":"2024-10-01T22:00:57.290Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":197,"timestamp":"2024-10-01T22:00:57.494Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":167,"timestamp":"2024-10-01T22:00:57.914Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":168,"timestamp":"2024-10-01T22:00:58.084Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":156,"timestamp":"2024-10-01T22:00:58.242Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":139,"timestamp":"2024-10-01T22:00:58.382Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":171,"timestamp":"2024-10-01T22:00:58.611Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":230,"timestamp":"2024-10-01T22:00:58.843Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:00:58.843Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"8ad81af6-c005-4248-a71d-20d0e3fa510a","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":64,"line":82,"offset":1543},"start":{"column":30,"line":82,"offset":1509}}}],"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":"c5f40627-b06f-4d03-a462-2ce6bcd24016","message":"posicionInicial","metadata":[],"receiver":{"id":"e6f3b622-3e21-433c-bb9a-fb1a80361315","metadata":[],"name":"sellf","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":11,"line":82,"offset":1490},"start":{"column":6,"line":82,"offset":1485}}},"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":29,"line":82,"offset":1508},"start":{"column":6,"line":82,"offset":1485}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1547},"start":{"column":16,"line":81,"offset":1477}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:00:59.442Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{d24016} at dinoGame.wlk:82 exhausted all cases without a match [Send]{d24016} at dinoGame.wlk:82 exhausted all cases without a match","stack":"Error: [Send]{d24016} at dinoGame.wlk:82 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:00:59.690Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":141,"timestamp":"2024-10-01T22:01:00.530Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":152,"timestamp":"2024-10-01T22:01:00.684Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"4c5327d3-8ff7-4864-ba0c-40255f9fa7d9","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":63,"line":82,"offset":1542},"start":{"column":29,"line":82,"offset":1508}}}],"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":"92bf4a0a-e9ff-4ce2-82fe-a19a01d4b12f","message":"posicionInicial","metadata":[],"receiver":{"id":"3ae5251e-4057-46b0-ab5f-07fded43e8ca","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":10,"line":82,"offset":1489},"start":{"column":6,"line":82,"offset":1485}}},"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":28,"line":82,"offset":1507},"start":{"column":6,"line":82,"offset":1485}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1546},"start":{"column":16,"line":81,"offset":1477}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:01:03.114Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"4c5327d3-8ff7-4864-ba0c-40255f9fa7d9","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":63,"line":82,"offset":1542},"start":{"column":29,"line":82,"offset":1508}}}],"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":"92bf4a0a-e9ff-4ce2-82fe-a19a01d4b12f","message":"posicionInicial","metadata":[],"receiver":{"id":"3ae5251e-4057-46b0-ab5f-07fded43e8ca","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":10,"line":82,"offset":1489},"start":{"column":6,"line":82,"offset":1485}}},"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":28,"line":82,"offset":1507},"start":{"column":6,"line":82,"offset":1485}}}],"sourceMap":{"end":{"column":3,"line":83,"offset":1546},"start":{"column":16,"line":81,"offset":1477}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:01:04.010Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":154,"timestamp":"2024-10-01T22:01:05.407Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":168,"timestamp":"2024-10-01T22:01:05.577Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":135,"timestamp":"2024-10-01T22:01:06.028Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":173,"timestamp":"2024-10-01T22:01:06.205Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":217,"timestamp":"2024-10-01T22:01:28.647Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":112,"timestamp":"2024-10-01T22:01:28.781Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":177,"timestamp":"2024-10-01T22:01:28.959Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:01:28.960Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":207,"timestamp":"2024-10-01T22:01:29.205Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":156,"timestamp":"2024-10-01T22:01:29.363Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":153,"timestamp":"2024-10-01T22:01:29.517Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":164,"timestamp":"2024-10-01T22:01:29.683Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":155,"timestamp":"2024-10-01T22:01:29.845Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":173,"timestamp":"2024-10-01T22:01:30.019Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":186,"timestamp":"2024-10-01T22:01:30.215Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":122,"timestamp":"2024-10-01T22:01:30.338Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":136,"timestamp":"2024-10-01T22:01:30.477Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":155,"timestamp":"2024-10-01T22:01:30.965Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":187,"timestamp":"2024-10-01T22:01:31.154Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":132,"timestamp":"2024-10-01T22:01:31.287Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":162,"timestamp":"2024-10-01T22:01:31.450Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":231,"timestamp":"2024-10-01T22:01:31.682Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":136,"timestamp":"2024-10-01T22:01:31.819Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":185,"timestamp":"2024-10-01T22:01:32.005Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":141,"timestamp":"2024-10-01T22:01:32.149Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":168,"timestamp":"2024-10-01T22:01:32.318Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":173,"timestamp":"2024-10-01T22:01:32.491Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":184,"timestamp":"2024-10-01T22:01:32.676Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":149,"timestamp":"2024-10-01T22:01:32.825Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":237,"timestamp":"2024-10-01T22:01:33.065Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":146,"timestamp":"2024-10-01T22:01:33.220Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":159,"timestamp":"2024-10-01T22:01:33.380Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":162,"timestamp":"2024-10-01T22:01:33.545Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":147,"timestamp":"2024-10-01T22:01:33.693Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":168,"timestamp":"2024-10-01T22:01:33.862Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":128,"timestamp":"2024-10-01T22:01:33.991Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":174,"timestamp":"2024-10-01T22:01:34.171Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":153,"timestamp":"2024-10-01T22:01:34.325Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":187,"timestamp":"2024-10-01T22:01:34.513Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":159,"timestamp":"2024-10-01T22:01:34.673Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Assignment]{3dc429} at dinoGame.wlk:82 exhausted all cases without a match [Assignment]{3dc429} at dinoGame.wlk:82 exhausted all cases without a match","stack":"Error: [Assignment]{3dc429} at dinoGame.wlk:82 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:01:34.696Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":167,"timestamp":"2024-10-01T22:01:34.866Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":149,"timestamp":"2024-10-01T22:01:35.023Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Assignment]{c20f89} at dinoGame.wlk:82 exhausted all cases without a match [Assignment]{c20f89} at dinoGame.wlk:82 exhausted all cases without a match","stack":"Error: [Assignment]{c20f89} at dinoGame.wlk:82 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:01:35.064Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":209,"timestamp":"2024-10-01T22:01:35.280Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":127,"timestamp":"2024-10-01T22:01:35.408Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":101,"timestamp":"2024-10-01T22:01:35.509Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":146,"timestamp":"2024-10-01T22:01:35.658Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":128,"timestamp":"2024-10-01T22:01:35.787Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":146,"timestamp":"2024-10-01T22:01:35.934Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:01:35.936Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":195,"timestamp":"2024-10-01T22:01:36.139Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":196,"timestamp":"2024-10-01T22:01:36.337Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":172,"timestamp":"2024-10-01T22:01:36.510Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":159,"timestamp":"2024-10-01T22:01:36.932Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":131,"timestamp":"2024-10-01T22:01:37.110Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":176,"timestamp":"2024-10-01T22:01:37.287Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:01:37.288Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":186,"timestamp":"2024-10-01T22:01:37.474Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":156,"timestamp":"2024-10-01T22:01:37.632Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:01:37.634Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":164,"timestamp":"2024-10-01T22:01:37.807Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":205,"timestamp":"2024-10-01T22:01:39.900Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":179,"timestamp":"2024-10-01T22:01:40.080Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":146,"timestamp":"2024-10-01T22:01:48.621Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":145,"timestamp":"2024-10-01T22:01:48.767Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":113,"timestamp":"2024-10-01T22:01:51.212Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":167,"timestamp":"2024-10-01T22:01:51.381Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":198,"timestamp":"2024-10-01T22:02:06.456Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{27d005} at dinoGame.wlk:82 exhausted all cases without a match [Send]{27d005} at dinoGame.wlk:82 exhausted all cases without a match","stack":"Error: [Send]{27d005} at dinoGame.wlk:82 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:02:06.504Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Assignment]{debdbb} at dinoGame.wlk:82 exhausted all cases without a match [Assignment]{debdbb} at dinoGame.wlk:82 exhausted all cases without a match","stack":"Error: [Assignment]{debdbb} at dinoGame.wlk:82 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T22:02:06.505Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":187,"timestamp":"2024-10-01T22:02:06.697Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:02:06.702Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":182,"timestamp":"2024-10-01T22:02:07.500Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":169,"timestamp":"2024-10-01T22:02:07.671Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":147,"timestamp":"2024-10-01T22:02:07.826Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":188,"timestamp":"2024-10-01T22:02:08.028Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":162,"timestamp":"2024-10-01T22:02:08.191Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":127,"timestamp":"2024-10-01T22:02:08.322Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{f50f43} at dinoGame.wlk:82 exhausted all cases without a match [Send]{f50f43} at dinoGame.wlk:82 exhausted all cases without a match","stack":"Error: [Send]{f50f43} at dinoGame.wlk:82 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:02:08.363Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Assignment]{8c4a83} at dinoGame.wlk:82 exhausted all cases without a match [Assignment]{8c4a83} at dinoGame.wlk:82 exhausted all cases without a match","stack":"Error: [Assignment]{8c4a83} at dinoGame.wlk:82 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T22:02:08.363Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":197,"timestamp":"2024-10-01T22:02:08.565Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":175,"timestamp":"2024-10-01T22:02:08.743Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":196,"timestamp":"2024-10-01T22:02:08.940Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":129,"timestamp":"2024-10-01T22:02:09.069Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{64c2c6} at dinoGame.wlk:82 exhausted all cases without a match [Send]{64c2c6} at dinoGame.wlk:82 exhausted all cases without a match","stack":"Error: [Send]{64c2c6} at dinoGame.wlk:82 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:02:09.106Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Assignment]{8702ee} at dinoGame.wlk:82 exhausted all cases without a match [Assignment]{8702ee} at dinoGame.wlk:82 exhausted all cases without a match","stack":"Error: [Assignment]{8702ee} at dinoGame.wlk:82 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T22:02:09.107Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":151,"timestamp":"2024-10-01T22:02:09.273Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":161,"timestamp":"2024-10-01T22:02:09.436Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":166,"timestamp":"2024-10-01T22:02:09.613Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":199,"timestamp":"2024-10-01T22:02:09.813Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":135,"timestamp":"2024-10-01T22:02:09.950Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{f7e4c8} at dinoGame.wlk:82 exhausted all cases without a match [Send]{f7e4c8} at dinoGame.wlk:82 exhausted all cases without a match","stack":"Error: [Send]{f7e4c8} at dinoGame.wlk:82 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:02:09.976Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Assignment]{bcee02} at dinoGame.wlk:82 exhausted all cases without a match [Assignment]{bcee02} at dinoGame.wlk:82 exhausted all cases without a match","stack":"Error: [Assignment]{bcee02} at dinoGame.wlk:82 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T22:02:09.976Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":149,"timestamp":"2024-10-01T22:02:10.134Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":147,"timestamp":"2024-10-01T22:02:10.282Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":163,"timestamp":"2024-10-01T22:02:10.446Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":206,"timestamp":"2024-10-01T22:02:10.654Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":122,"timestamp":"2024-10-01T22:02:10.777Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{eceec4} at dinoGame.wlk:82 exhausted all cases without a match [Send]{eceec4} at dinoGame.wlk:82 exhausted all cases without a match","stack":"Error: [Send]{eceec4} at dinoGame.wlk:82 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:02:10.804Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Assignment]{f484b2} at dinoGame.wlk:82 exhausted all cases without a match [Assignment]{f484b2} at dinoGame.wlk:82 exhausted all cases without a match","stack":"Error: [Assignment]{f484b2} at dinoGame.wlk:82 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T22:02:10.805Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":143,"timestamp":"2024-10-01T22:02:10.953Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":118,"timestamp":"2024-10-01T22:02:11.076Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":193,"timestamp":"2024-10-01T22:02:11.269Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":163,"timestamp":"2024-10-01T22:02:11.432Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":173,"timestamp":"2024-10-01T22:02:11.610Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":207,"timestamp":"2024-10-01T22:02:11.821Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":125,"timestamp":"2024-10-01T22:02:11.947Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":181,"timestamp":"2024-10-01T22:02:12.129Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":164,"timestamp":"2024-10-01T22:02:15.283Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":141,"timestamp":"2024-10-01T22:02:15.426Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":159,"timestamp":"2024-10-01T22:02:15.585Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":163,"timestamp":"2024-10-01T22:02:15.748Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":148,"timestamp":"2024-10-01T22:02:18.780Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":194,"timestamp":"2024-10-01T22:02:18.976Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":191,"timestamp":"2024-10-01T22:02:19.252Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":152,"timestamp":"2024-10-01T22:02:19.412Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":140,"timestamp":"2024-10-01T22:02:19.553Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":126,"timestamp":"2024-10-01T22:02:19.680Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":136,"timestamp":"2024-10-01T22:02:19.817Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":129,"timestamp":"2024-10-01T22:02:19.948Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":174,"timestamp":"2024-10-01T22:02:20.130Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":164,"timestamp":"2024-10-01T22:02:20.295Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":276,"timestamp":"2024-10-01T22:02:20.576Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":133,"timestamp":"2024-10-01T22:02:20.710Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":160,"timestamp":"2024-10-01T22:02:20.871Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":174,"timestamp":"2024-10-01T22:02:21.052Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":157,"timestamp":"2024-10-01T22:02:21.210Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":126,"timestamp":"2024-10-01T22:02:21.337Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":124,"timestamp":"2024-10-01T22:02:21.461Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":140,"timestamp":"2024-10-01T22:02:21.603Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":181,"timestamp":"2024-10-01T22:02:21.784Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":145,"timestamp":"2024-10-01T22:02:21.935Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":107,"timestamp":"2024-10-01T22:02:22.043Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":187,"timestamp":"2024-10-01T22:02:22.236Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":136,"timestamp":"2024-10-01T22:02:22.373Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":248,"timestamp":"2024-10-01T22:02:22.623Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":241,"timestamp":"2024-10-01T22:02:22.873Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":184,"timestamp":"2024-10-01T22:02:23.058Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":152,"timestamp":"2024-10-01T22:02:23.211Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":160,"timestamp":"2024-10-01T22:02:23.377Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":160,"timestamp":"2024-10-01T22:02:23.538Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":144,"timestamp":"2024-10-01T22:02:23.683Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":187,"timestamp":"2024-10-01T22:02:23.871Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":224,"timestamp":"2024-10-01T22:02:24.096Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":121,"timestamp":"2024-10-01T22:02:24.217Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":111,"timestamp":"2024-10-01T22:02:24.329Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":139,"timestamp":"2024-10-01T22:02:41.761Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":128,"timestamp":"2024-10-01T22:02:41.893Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":140,"timestamp":"2024-10-01T22:02:42.034Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":184,"timestamp":"2024-10-01T22:02:42.249Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":182,"timestamp":"2024-10-01T22:02:42.432Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":121,"timestamp":"2024-10-01T22:02:42.554Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:02:42.561Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":113,"timestamp":"2024-10-01T22:02:42.675Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:02:42.676Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":153,"timestamp":"2024-10-01T22:02:42.829Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":146,"timestamp":"2024-10-01T22:02:42.982Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":169,"timestamp":"2024-10-01T22:02:43.151Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":153,"timestamp":"2024-10-01T22:02:44.787Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":200,"timestamp":"2024-10-01T22:02:44.990Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":149,"timestamp":"2024-10-01T22:02:45.212Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":147,"timestamp":"2024-10-01T22:02:45.373Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":179,"timestamp":"2024-10-01T22:02:45.554Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":236,"timestamp":"2024-10-01T22:02:45.791Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":188,"timestamp":"2024-10-01T22:02:45.980Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":187,"timestamp":"2024-10-01T22:02:46.176Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":168,"timestamp":"2024-10-01T22:02:46.955Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":127,"timestamp":"2024-10-01T22:02:47.083Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":159,"timestamp":"2024-10-01T22:02:47.243Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":209,"timestamp":"2024-10-01T22:02:47.453Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":138,"timestamp":"2024-10-01T22:02:53.412Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":190,"timestamp":"2024-10-01T22:02:53.604Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":142,"timestamp":"2024-10-01T22:02:53.747Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":197,"timestamp":"2024-10-01T22:02:53.946Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{4d3cca} at dinoGame.wlk:75 exhausted all cases without a match [Send]{4d3cca} at dinoGame.wlk:75 exhausted all cases without a match","stack":"Error: [Send]{4d3cca} at dinoGame.wlk:75 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:02:53.990Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Return]{a7f674} at dinoGame.wlk:-- exhausted all cases without a match [Return]{a7f674} at dinoGame.wlk:-- exhausted all cases without a match","stack":"Error: [Return]{a7f674} at dinoGame.wlk:-- exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T22:02:53.991Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":146,"timestamp":"2024-10-01T22:02:54.145Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":142,"timestamp":"2024-10-01T22:02:54.288Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":181,"timestamp":"2024-10-01T22:02:54.483Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":168,"timestamp":"2024-10-01T22:02:54.652Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{e52e34} at dinoGame.wlk:75 exhausted all cases without a match [Send]{e52e34} at dinoGame.wlk:75 exhausted all cases without a match","stack":"Error: [Send]{e52e34} at dinoGame.wlk:75 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:02:54.688Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Return]{d3d402} at dinoGame.wlk:-- exhausted all cases without a match [Return]{d3d402} at dinoGame.wlk:-- exhausted all cases without a match","stack":"Error: [Return]{d3d402} at dinoGame.wlk:-- exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T22:02:54.688Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":194,"timestamp":"2024-10-01T22:02:54.889Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":195,"timestamp":"2024-10-01T22:02:55.085Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:02:55.086Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"d6e8bce0-0f2f-4722-b474-831add4a571d","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":47,"line":83,"offset":1538},"start":{"column":21,"line":83,"offset":1512}}}],"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":"049cee42-9106-4891-926a-adb1937f1e7e","metadata":[],"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":21,"line":83,"offset":1512},"start":{"column":6,"line":83,"offset":1497}},"value":{"id":"3899b9b7-e106-472a-9bff-a0c0a5406a8b","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":21,"line":83,"offset":1512},"start":{"column":17,"line":83,"offset":1508}}},"variable":{"id":"46770844-8d63-4ec5-acf2-a9fa766f2253","metadata":[],"name":"position","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":14,"line":83,"offset":1505},"start":{"column":6,"line":83,"offset":1497}}}}],"sourceMap":{"end":{"column":3,"line":84,"offset":1542},"start":{"column":16,"line":82,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:03:00.379Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"d6e8bce0-0f2f-4722-b474-831add4a571d","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":47,"line":83,"offset":1538},"start":{"column":21,"line":83,"offset":1512}}}],"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":"049cee42-9106-4891-926a-adb1937f1e7e","metadata":[],"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":21,"line":83,"offset":1512},"start":{"column":6,"line":83,"offset":1497}},"value":{"id":"3899b9b7-e106-472a-9bff-a0c0a5406a8b","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":21,"line":83,"offset":1512},"start":{"column":17,"line":83,"offset":1508}}},"variable":{"id":"46770844-8d63-4ec5-acf2-a9fa766f2253","metadata":[],"name":"position","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":14,"line":83,"offset":1505},"start":{"column":6,"line":83,"offset":1497}}}}],"sourceMap":{"end":{"column":3,"line":84,"offset":1542},"start":{"column":16,"line":82,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:03:01.476Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"d6e8bce0-0f2f-4722-b474-831add4a571d","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":47,"line":83,"offset":1538},"start":{"column":21,"line":83,"offset":1512}}}],"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":"049cee42-9106-4891-926a-adb1937f1e7e","metadata":[],"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":21,"line":83,"offset":1512},"start":{"column":6,"line":83,"offset":1497}},"value":{"id":"3899b9b7-e106-472a-9bff-a0c0a5406a8b","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":21,"line":83,"offset":1512},"start":{"column":17,"line":83,"offset":1508}}},"variable":{"id":"46770844-8d63-4ec5-acf2-a9fa766f2253","metadata":[],"name":"position","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":14,"line":83,"offset":1505},"start":{"column":6,"line":83,"offset":1497}}}}],"sourceMap":{"end":{"column":3,"line":84,"offset":1542},"start":{"column":16,"line":82,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:03:02.115Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"d6e8bce0-0f2f-4722-b474-831add4a571d","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":47,"line":83,"offset":1538},"start":{"column":21,"line":83,"offset":1512}}}],"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":"049cee42-9106-4891-926a-adb1937f1e7e","metadata":[],"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":21,"line":83,"offset":1512},"start":{"column":6,"line":83,"offset":1497}},"value":{"id":"3899b9b7-e106-472a-9bff-a0c0a5406a8b","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":21,"line":83,"offset":1512},"start":{"column":17,"line":83,"offset":1508}}},"variable":{"id":"46770844-8d63-4ec5-acf2-a9fa766f2253","metadata":[],"name":"position","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":14,"line":83,"offset":1505},"start":{"column":6,"line":83,"offset":1497}}}}],"sourceMap":{"end":{"column":3,"line":84,"offset":1542},"start":{"column":16,"line":82,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:03:04.902Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"d6e8bce0-0f2f-4722-b474-831add4a571d","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":47,"line":83,"offset":1538},"start":{"column":21,"line":83,"offset":1512}}}],"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":"049cee42-9106-4891-926a-adb1937f1e7e","metadata":[],"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":21,"line":83,"offset":1512},"start":{"column":6,"line":83,"offset":1497}},"value":{"id":"3899b9b7-e106-472a-9bff-a0c0a5406a8b","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":21,"line":83,"offset":1512},"start":{"column":17,"line":83,"offset":1508}}},"variable":{"id":"46770844-8d63-4ec5-acf2-a9fa766f2253","metadata":[],"name":"position","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":14,"line":83,"offset":1505},"start":{"column":6,"line":83,"offset":1497}}}}],"sourceMap":{"end":{"column":3,"line":84,"offset":1542},"start":{"column":16,"line":82,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:03:07.241Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":193,"timestamp":"2024-10-01T22:03:11.701Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{c2d06d} at dinoGame.wlk:83 exhausted all cases without a match [Send]{c2d06d} at dinoGame.wlk:83 exhausted all cases without a match","stack":"Error: [Send]{c2d06d} at dinoGame.wlk:83 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:03:11.729Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Assignment]{a7224a} at dinoGame.wlk:83 exhausted all cases without a match [Assignment]{a7224a} at dinoGame.wlk:83 exhausted all cases without a match","stack":"Error: [Assignment]{a7224a} at dinoGame.wlk:83 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T22:03:11.729Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":162,"timestamp":"2024-10-01T22:03:11.895Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:03:11.897Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":205,"timestamp":"2024-10-01T22:04:36.181Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":183,"timestamp":"2024-10-01T22:04:36.366Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"2284d5f5-c0f1-499a-a701-e5815002759e","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":42,"line":83,"offset":1533},"start":{"column":26,"line":83,"offset":1517}}}],"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":"2b7b39f3-c0ee-4407-9e7e-91799ac0819f","metadata":[],"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":83,"offset":1516},"start":{"column":6,"line":83,"offset":1497}},"value":{"id":"335090dd-c683-410f-8a80-a4e492a439eb","metadata":[],"name":"position","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":83,"offset":1516},"start":{"column":17,"line":83,"offset":1508}}},"variable":{"id":"e4eebbed-9c98-4d45-810d-2502a44f4d0f","metadata":[],"name":"position","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":14,"line":83,"offset":1505},"start":{"column":6,"line":83,"offset":1497}}}}],"sourceMap":{"end":{"column":3,"line":84,"offset":1537},"start":{"column":16,"line":82,"offset":1489}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:04:37.045Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":152,"timestamp":"2024-10-01T22:04:38.031Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":205,"timestamp":"2024-10-01T22:04:38.237Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":192,"timestamp":"2024-10-01T22:04:38.495Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":135,"timestamp":"2024-10-01T22:04:38.632Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":124,"timestamp":"2024-10-01T22:04:38.867Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":153,"timestamp":"2024-10-01T22:04:39.022Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":208,"timestamp":"2024-10-01T22:04:39.238Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":138,"timestamp":"2024-10-01T22:04:39.377Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":112,"timestamp":"2024-10-01T22:04:39.490Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":141,"timestamp":"2024-10-01T22:04:39.640Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":143,"timestamp":"2024-10-01T22:04:39.784Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":180,"timestamp":"2024-10-01T22:04:39.965Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":190,"timestamp":"2024-10-01T22:04:40.155Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":150,"timestamp":"2024-10-01T22:04:40.307Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":147,"timestamp":"2024-10-01T22:04:40.454Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":129,"timestamp":"2024-10-01T22:04:40.591Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":178,"timestamp":"2024-10-01T22:04:40.769Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":189,"timestamp":"2024-10-01T22:04:40.968Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":197,"timestamp":"2024-10-01T22:04:41.168Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":185,"timestamp":"2024-10-01T22:04:41.353Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":179,"timestamp":"2024-10-01T22:04:41.533Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":121,"timestamp":"2024-10-01T22:04:44.660Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":176,"timestamp":"2024-10-01T22:04:44.839Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":167,"timestamp":"2024-10-01T22:04:45.248Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":167,"timestamp":"2024-10-01T22:04:45.416Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":152,"timestamp":"2024-10-01T22:04:45.569Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{b43d1c} at dinoGame.wlk:83 exhausted all cases without a match [Send]{b43d1c} at dinoGame.wlk:83 exhausted all cases without a match","stack":"Error: [Send]{b43d1c} at dinoGame.wlk:83 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Juan Pablo\\.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:04:45.597Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Assignment]{a9af30} at dinoGame.wlk:83 exhausted all cases without a match [Assignment]{a9af30} at dinoGame.wlk:83 exhausted all cases without a match","stack":"Error: [Assignment]{a9af30} at dinoGame.wlk:83 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)","timestamp":"2024-10-01T22:04:45.597Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":147,"timestamp":"2024-10-01T22:04:45.752Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":139,"timestamp":"2024-10-01T22:04:45.893Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":125,"timestamp":"2024-10-01T22:04:46.018Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":188,"timestamp":"2024-10-01T22:04:46.207Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":132,"timestamp":"2024-10-01T22:04:46.340Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{7d05e0} at dinoGame.wlk:83 exhausted all cases without a match [Send]{7d05e0} at dinoGame.wlk:83 exhausted all cases without a match","stack":"Error: [Send]{7d05e0} at dinoGame.wlk:83 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Juan Pablo\\.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:04:46.372Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Assignment]{30b022} at dinoGame.wlk:83 exhausted all cases without a match [Assignment]{30b022} at dinoGame.wlk:83 exhausted all cases without a match","stack":"Error: [Assignment]{30b022} at dinoGame.wlk:83 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)","timestamp":"2024-10-01T22:04:46.372Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":208,"timestamp":"2024-10-01T22:04:46.585Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":160,"timestamp":"2024-10-01T22:04:46.747Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":197,"timestamp":"2024-10-01T22:05:12.066Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":232,"timestamp":"2024-10-01T22:05:12.301Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":209,"timestamp":"2024-10-01T22:05:12.548Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":192,"timestamp":"2024-10-01T22:05:12.747Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":167,"timestamp":"2024-10-01T22:05:12.919Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":168,"timestamp":"2024-10-01T22:05:13.122Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":157,"timestamp":"2024-10-01T22:05:14.848Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":173,"timestamp":"2024-10-01T22:05:15.023Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":191,"timestamp":"2024-10-01T22:05:16.548Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":154,"timestamp":"2024-10-01T22:05:16.704Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":174,"timestamp":"2024-10-01T22:05:16.880Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":180,"timestamp":"2024-10-01T22:05:17.093Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":163,"timestamp":"2024-10-01T22:05:18.958Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":180,"timestamp":"2024-10-01T22:05:19.139Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":167,"timestamp":"2024-10-01T22:05:20.511Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":152,"timestamp":"2024-10-01T22:05:20.665Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":161,"timestamp":"2024-10-01T22:05:20.827Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":165,"timestamp":"2024-10-01T22:05:20.995Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":177,"timestamp":"2024-10-01T22:05:21.268Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":165,"timestamp":"2024-10-01T22:05:21.435Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":175,"timestamp":"2024-10-01T22:05:21.687Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":198,"timestamp":"2024-10-01T22:05:21.887Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":142,"timestamp":"2024-10-01T22:05:22.711Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":213,"timestamp":"2024-10-01T22:05:22.937Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":172,"timestamp":"2024-10-01T22:05:24.875Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":137,"timestamp":"2024-10-01T22:05:25.015Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":206,"timestamp":"2024-10-01T22:05:25.224Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":165,"timestamp":"2024-10-01T22:05:25.390Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":155,"timestamp":"2024-10-01T22:05:25.554Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":110,"timestamp":"2024-10-01T22:05:25.669Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":187,"timestamp":"2024-10-01T22:05:25.868Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":138,"timestamp":"2024-10-01T22:05:26.007Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":159,"timestamp":"2024-10-01T22:05:26.173Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":167,"timestamp":"2024-10-01T22:05:26.351Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":218,"timestamp":"2024-10-01T22:05:26.571Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":193,"timestamp":"2024-10-01T22:05:26.775Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":159,"timestamp":"2024-10-01T22:05:26.934Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":183,"timestamp":"2024-10-01T22:05:27.132Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":109,"timestamp":"2024-10-01T22:05:27.243Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":158,"timestamp":"2024-10-01T22:05:27.404Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":185,"timestamp":"2024-10-01T22:05:28.768Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":180,"timestamp":"2024-10-01T22:05:28.949Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":148,"timestamp":"2024-10-01T22:05:29.105Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":182,"timestamp":"2024-10-01T22:05:29.295Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":185,"timestamp":"2024-10-01T22:05:29.483Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":164,"timestamp":"2024-10-01T22:05:29.649Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":155,"timestamp":"2024-10-01T22:05:31.733Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":148,"timestamp":"2024-10-01T22:05:31.882Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":178,"timestamp":"2024-10-01T22:05:32.061Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":128,"timestamp":"2024-10-01T22:05:32.189Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":161,"timestamp":"2024-10-01T22:05:32.351Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":216,"timestamp":"2024-10-01T22:05:32.574Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":156,"timestamp":"2024-10-01T22:05:44.035Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":183,"timestamp":"2024-10-01T22:05:44.220Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":131,"timestamp":"2024-10-01T22:05:44.788Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":168,"timestamp":"2024-10-01T22:05:44.959Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":172,"timestamp":"2024-10-01T22:07:23.553Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":120,"timestamp":"2024-10-01T22:07:23.674Z"} +{"level":"info","message":"⌛ Validating mainExample.wpgm","timeElapsed":216,"timestamp":"2024-10-01T22:07:23.891Z"} +{"level":"info","message":"⌛ Validating mainExample.wpgm","timeElapsed":165,"timestamp":"2024-10-01T22:07:24.056Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":197,"timestamp":"2024-10-01T22:07:43.150Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":147,"timestamp":"2024-10-01T22:07:43.298Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":151,"timestamp":"2024-10-01T22:07:43.450Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":162,"timestamp":"2024-10-01T22:07:43.613Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":227,"timestamp":"2024-10-01T22:08:10.365Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":229,"timestamp":"2024-10-01T22:08:10.599Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":160,"timestamp":"2024-10-01T22:09:19.291Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":135,"timestamp":"2024-10-01T22:09:19.427Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":125,"timestamp":"2024-10-01T22:09:19.639Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":173,"timestamp":"2024-10-01T22:09:19.813Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":173,"timestamp":"2024-10-01T22:09:19.987Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":155,"timestamp":"2024-10-01T22:09:20.185Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":163,"timestamp":"2024-10-01T22:09:20.348Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":164,"timestamp":"2024-10-01T22:09:20.539Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":178,"timestamp":"2024-10-01T22:09:20.721Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":133,"timestamp":"2024-10-01T22:09:20.855Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:09:20.857Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":169,"timestamp":"2024-10-01T22:09:21.026Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:09:21.028Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":166,"timestamp":"2024-10-01T22:09:21.193Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":147,"timestamp":"2024-10-01T22:09:21.341Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:09:21.342Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":126,"timestamp":"2024-10-01T22:09:21.469Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:09:21.469Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":167,"timestamp":"2024-10-01T22:09:21.637Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":168,"timestamp":"2024-10-01T22:09:21.807Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:09:21.820Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":126,"timestamp":"2024-10-01T22:09:21.947Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:09:21.948Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":196,"timestamp":"2024-10-01T22:09:22.144Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":177,"timestamp":"2024-10-01T22:09:22.332Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":215,"timestamp":"2024-10-01T22:09:22.548Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":144,"timestamp":"2024-10-01T22:09:22.693Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":171,"timestamp":"2024-10-01T22:09:22.868Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":116,"timestamp":"2024-10-01T22:09:22.985Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":109,"timestamp":"2024-10-01T22:09:23.156Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":164,"timestamp":"2024-10-01T22:09:23.326Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":178,"timestamp":"2024-10-01T22:09:23.505Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":118,"timestamp":"2024-10-01T22:09:23.624Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":202,"timestamp":"2024-10-01T22:09:23.835Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":188,"timestamp":"2024-10-01T22:09:24.029Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":174,"timestamp":"2024-10-01T22:09:24.204Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":153,"timestamp":"2024-10-01T22:09:24.358Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":190,"timestamp":"2024-10-01T22:09:24.556Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":158,"timestamp":"2024-10-01T22:09:25.415Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":172,"timestamp":"2024-10-01T22:09:25.589Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":135,"timestamp":"2024-10-01T22:09:25.954Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":177,"timestamp":"2024-10-01T22:09:26.134Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":122,"timestamp":"2024-10-01T22:09:28.874Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":156,"timestamp":"2024-10-01T22:09:29.032Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":150,"timestamp":"2024-10-01T22:09:33.914Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":165,"timestamp":"2024-10-01T22:09:34.089Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":159,"timestamp":"2024-10-01T22:09:35.681Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":133,"timestamp":"2024-10-01T22:09:35.817Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":250,"timestamp":"2024-10-01T22:09:36.217Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":188,"timestamp":"2024-10-01T22:09:36.406Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":136,"timestamp":"2024-10-01T22:09:36.551Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":182,"timestamp":"2024-10-01T22:09:36.738Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":152,"timestamp":"2024-10-01T22:09:42.403Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [If]{12c66e} at dinoGame.wlk:83 exhausted all cases without a match [If]{12c66e} at dinoGame.wlk:83 exhausted all cases without a match","stack":"Error: [If]{12c66e} at dinoGame.wlk:83 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at q5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:730)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)","timestamp":"2024-10-01T22:09:42.444Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":251,"timestamp":"2024-10-01T22:09:42.701Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:09:42.701Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":165,"timestamp":"2024-10-01T22:09:42.867Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:09:42.868Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":170,"timestamp":"2024-10-01T22:09:43.039Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:09:43.042Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":208,"timestamp":"2024-10-01T22:09:43.253Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:09:43.254Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":174,"timestamp":"2024-10-01T22:09:43.428Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":179,"timestamp":"2024-10-01T22:09:43.610Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":167,"timestamp":"2024-10-01T22:09:43.778Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:09:43.779Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":141,"timestamp":"2024-10-01T22:09:43.920Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:09:43.921Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":140,"timestamp":"2024-10-01T22:09:44.062Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":138,"timestamp":"2024-10-01T22:09:44.200Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:09:44.201Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":123,"timestamp":"2024-10-01T22:09:44.326Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:09:44.327Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":123,"timestamp":"2024-10-01T22:09:44.449Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":184,"timestamp":"2024-10-01T22:09:44.660Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":141,"timestamp":"2024-10-01T22:09:44.803Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":134,"timestamp":"2024-10-01T22:09:44.938Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":152,"timestamp":"2024-10-01T22:09:45.094Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":171,"timestamp":"2024-10-01T22:09:45.265Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":175,"timestamp":"2024-10-01T22:09:45.442Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:09:45.443Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":164,"timestamp":"2024-10-01T22:09:45.608Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":209,"timestamp":"2024-10-01T22:09:45.819Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":154,"timestamp":"2024-10-01T22:09:45.973Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":130,"timestamp":"2024-10-01T22:09:46.109Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":144,"timestamp":"2024-10-01T22:09:46.261Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":138,"timestamp":"2024-10-01T22:09:46.401Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":132,"timestamp":"2024-10-01T22:09:46.534Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":185,"timestamp":"2024-10-01T22:09:46.720Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":162,"timestamp":"2024-10-01T22:09:46.888Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":151,"timestamp":"2024-10-01T22:09:47.041Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":146,"timestamp":"2024-10-01T22:09:47.188Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":177,"timestamp":"2024-10-01T22:09:56.616Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":137,"timestamp":"2024-10-01T22:09:56.787Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:09:56.790Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":179,"timestamp":"2024-10-01T22:09:56.969Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:09:56.970Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":153,"timestamp":"2024-10-01T22:09:57.124Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:09:57.125Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":200,"timestamp":"2024-10-01T22:09:57.326Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":221,"timestamp":"2024-10-01T22:09:57.553Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":166,"timestamp":"2024-10-01T22:09:57.721Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:09:57.722Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":164,"timestamp":"2024-10-01T22:09:57.887Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":169,"timestamp":"2024-10-01T22:09:58.092Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":134,"timestamp":"2024-10-01T22:09:58.228Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":150,"timestamp":"2024-10-01T22:09:58.384Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:09:58.386Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":166,"timestamp":"2024-10-01T22:09:58.554Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:09:59.993Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:10:00.157Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:10:00.434Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:10:00.614Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:10:00.763Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:10:00.926Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:10:01.089Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":140,"timestamp":"2024-10-01T22:10:01.455Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":166,"timestamp":"2024-10-01T22:10:01.625Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"429bb50f-1646-41db-a0d1-40611849d157","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":31,"line":84,"offset":1569},"start":{"column":17,"line":84,"offset":1555}}}],"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":"aab08c7d-c622-45f7-b5dc-3a3561fbff38","metadata":[],"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":33,"line":82,"offset":1512},"start":{"column":6,"line":82,"offset":1485}},"value":{"args":[{"id":"22e69a99-4a24-428a-9feb-719cd61df273","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":32,"line":82,"offset":1511},"start":{"column":31,"line":82,"offset":1510}},"value":1}],"id":"31627aae-44a6-4659-a743-07422f52ca75","message":"left","metadata":[],"receiver":{"id":"adc2f98e-0a7f-4a2f-8de7-0efd6b370b20","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":25,"line":82,"offset":1504},"start":{"column":17,"line":82,"offset":1496}}},"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":33,"line":82,"offset":1512},"start":{"column":17,"line":82,"offset":1496}}},"variable":{"id":"18f3a544-9249-4a8f-af46-30fe1a84f179","metadata":[],"name":"position","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":14,"line":82,"offset":1493},"start":{"column":6,"line":82,"offset":1485}}}},{"condition":{"args":[{"id":"08e8216d-bd93-484f-b608-036fcfa95596","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":23,"line":83,"offset":1536},"start":{"column":22,"line":83,"offset":1535}},"value":0}],"id":"694cccc8-69bc-4c29-9751-dcb9a468bc66","message":"<","metadata":[],"receiver":{"args":[],"id":"c7652a0c-ccbd-4364-be03-d6c4e903423d","message":"x","metadata":[],"receiver":{"id":"ba4c87e4-7792-4195-81cc-3b48e66d85b2","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":15,"line":83,"offset":1528},"start":{"column":7,"line":83,"offset":1520}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":19,"line":83,"offset":1532},"start":{"column":7,"line":83,"offset":1520}}},"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":83,"offset":1536},"start":{"column":7,"line":83,"offset":1520}}},"elseBody":{"id":"e72f3c65-6fc3-4ffa-b124-1ad1b7a31090","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":[]},"sentences":[]},"id":"6ba17171-5ef2-4394-8de8-bff99b122e9f","metadata":[],"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":16,"line":84,"offset":1554},"start":{"column":3,"line":83,"offset":1516}},"thenBody":{"id":"3634d362-6a34-415e-8b87-3294788345ad","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":[]},"sentences":[{"args":[],"id":"1bd390b1-6495-4545-8480-74c2ce91c175","message":"x","metadata":[],"receiver":{"id":"24a1a6a4-c2c1-4f2b-8c71-449e0f89ded3","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":12,"line":84,"offset":1550},"start":{"column":4,"line":84,"offset":1542}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":16,"line":84,"offset":1554},"start":{"column":4,"line":84,"offset":1542}}}],"sourceMap":{"end":{"column":16,"line":84,"offset":1554},"start":{"column":4,"line":84,"offset":1542}}}}],"sourceMap":{"end":{"column":3,"line":85,"offset":1573},"start":{"column":16,"line":81,"offset":1477}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:10:05.864Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"429bb50f-1646-41db-a0d1-40611849d157","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":31,"line":84,"offset":1569},"start":{"column":17,"line":84,"offset":1555}}}],"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":"aab08c7d-c622-45f7-b5dc-3a3561fbff38","metadata":[],"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":33,"line":82,"offset":1512},"start":{"column":6,"line":82,"offset":1485}},"value":{"args":[{"id":"22e69a99-4a24-428a-9feb-719cd61df273","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":32,"line":82,"offset":1511},"start":{"column":31,"line":82,"offset":1510}},"value":1}],"id":"31627aae-44a6-4659-a743-07422f52ca75","message":"left","metadata":[],"receiver":{"id":"adc2f98e-0a7f-4a2f-8de7-0efd6b370b20","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":25,"line":82,"offset":1504},"start":{"column":17,"line":82,"offset":1496}}},"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":33,"line":82,"offset":1512},"start":{"column":17,"line":82,"offset":1496}}},"variable":{"id":"18f3a544-9249-4a8f-af46-30fe1a84f179","metadata":[],"name":"position","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":14,"line":82,"offset":1493},"start":{"column":6,"line":82,"offset":1485}}}},{"condition":{"args":[{"id":"08e8216d-bd93-484f-b608-036fcfa95596","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":23,"line":83,"offset":1536},"start":{"column":22,"line":83,"offset":1535}},"value":0}],"id":"694cccc8-69bc-4c29-9751-dcb9a468bc66","message":"<","metadata":[],"receiver":{"args":[],"id":"c7652a0c-ccbd-4364-be03-d6c4e903423d","message":"x","metadata":[],"receiver":{"id":"ba4c87e4-7792-4195-81cc-3b48e66d85b2","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":15,"line":83,"offset":1528},"start":{"column":7,"line":83,"offset":1520}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":19,"line":83,"offset":1532},"start":{"column":7,"line":83,"offset":1520}}},"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":83,"offset":1536},"start":{"column":7,"line":83,"offset":1520}}},"elseBody":{"id":"e72f3c65-6fc3-4ffa-b124-1ad1b7a31090","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":[]},"sentences":[]},"id":"6ba17171-5ef2-4394-8de8-bff99b122e9f","metadata":[],"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":16,"line":84,"offset":1554},"start":{"column":3,"line":83,"offset":1516}},"thenBody":{"id":"3634d362-6a34-415e-8b87-3294788345ad","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":[]},"sentences":[{"args":[],"id":"1bd390b1-6495-4545-8480-74c2ce91c175","message":"x","metadata":[],"receiver":{"id":"24a1a6a4-c2c1-4f2b-8c71-449e0f89ded3","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":12,"line":84,"offset":1550},"start":{"column":4,"line":84,"offset":1542}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":16,"line":84,"offset":1554},"start":{"column":4,"line":84,"offset":1542}}}],"sourceMap":{"end":{"column":16,"line":84,"offset":1554},"start":{"column":4,"line":84,"offset":1542}}}}],"sourceMap":{"end":{"column":3,"line":85,"offset":1573},"start":{"column":16,"line":81,"offset":1477}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:10:07.201Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"429bb50f-1646-41db-a0d1-40611849d157","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":31,"line":84,"offset":1569},"start":{"column":17,"line":84,"offset":1555}}}],"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":"aab08c7d-c622-45f7-b5dc-3a3561fbff38","metadata":[],"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":33,"line":82,"offset":1512},"start":{"column":6,"line":82,"offset":1485}},"value":{"args":[{"id":"22e69a99-4a24-428a-9feb-719cd61df273","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":32,"line":82,"offset":1511},"start":{"column":31,"line":82,"offset":1510}},"value":1}],"id":"31627aae-44a6-4659-a743-07422f52ca75","message":"left","metadata":[],"receiver":{"id":"adc2f98e-0a7f-4a2f-8de7-0efd6b370b20","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":25,"line":82,"offset":1504},"start":{"column":17,"line":82,"offset":1496}}},"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":33,"line":82,"offset":1512},"start":{"column":17,"line":82,"offset":1496}}},"variable":{"id":"18f3a544-9249-4a8f-af46-30fe1a84f179","metadata":[],"name":"position","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":14,"line":82,"offset":1493},"start":{"column":6,"line":82,"offset":1485}}}},{"condition":{"args":[{"id":"08e8216d-bd93-484f-b608-036fcfa95596","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":23,"line":83,"offset":1536},"start":{"column":22,"line":83,"offset":1535}},"value":0}],"id":"694cccc8-69bc-4c29-9751-dcb9a468bc66","message":"<","metadata":[],"receiver":{"args":[],"id":"c7652a0c-ccbd-4364-be03-d6c4e903423d","message":"x","metadata":[],"receiver":{"id":"ba4c87e4-7792-4195-81cc-3b48e66d85b2","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":15,"line":83,"offset":1528},"start":{"column":7,"line":83,"offset":1520}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":19,"line":83,"offset":1532},"start":{"column":7,"line":83,"offset":1520}}},"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":83,"offset":1536},"start":{"column":7,"line":83,"offset":1520}}},"elseBody":{"id":"e72f3c65-6fc3-4ffa-b124-1ad1b7a31090","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":[]},"sentences":[]},"id":"6ba17171-5ef2-4394-8de8-bff99b122e9f","metadata":[],"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":16,"line":84,"offset":1554},"start":{"column":3,"line":83,"offset":1516}},"thenBody":{"id":"3634d362-6a34-415e-8b87-3294788345ad","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":[]},"sentences":[{"args":[],"id":"1bd390b1-6495-4545-8480-74c2ce91c175","message":"x","metadata":[],"receiver":{"id":"24a1a6a4-c2c1-4f2b-8c71-449e0f89ded3","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":12,"line":84,"offset":1550},"start":{"column":4,"line":84,"offset":1542}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":16,"line":84,"offset":1554},"start":{"column":4,"line":84,"offset":1542}}}],"sourceMap":{"end":{"column":16,"line":84,"offset":1554},"start":{"column":4,"line":84,"offset":1542}}}}],"sourceMap":{"end":{"column":3,"line":85,"offset":1573},"start":{"column":16,"line":81,"offset":1477}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:10:29.040Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"429bb50f-1646-41db-a0d1-40611849d157","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":31,"line":84,"offset":1569},"start":{"column":17,"line":84,"offset":1555}}}],"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":"aab08c7d-c622-45f7-b5dc-3a3561fbff38","metadata":[],"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":33,"line":82,"offset":1512},"start":{"column":6,"line":82,"offset":1485}},"value":{"args":[{"id":"22e69a99-4a24-428a-9feb-719cd61df273","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":32,"line":82,"offset":1511},"start":{"column":31,"line":82,"offset":1510}},"value":1}],"id":"31627aae-44a6-4659-a743-07422f52ca75","message":"left","metadata":[],"receiver":{"id":"adc2f98e-0a7f-4a2f-8de7-0efd6b370b20","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":25,"line":82,"offset":1504},"start":{"column":17,"line":82,"offset":1496}}},"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":33,"line":82,"offset":1512},"start":{"column":17,"line":82,"offset":1496}}},"variable":{"id":"18f3a544-9249-4a8f-af46-30fe1a84f179","metadata":[],"name":"position","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":14,"line":82,"offset":1493},"start":{"column":6,"line":82,"offset":1485}}}},{"condition":{"args":[{"id":"08e8216d-bd93-484f-b608-036fcfa95596","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":23,"line":83,"offset":1536},"start":{"column":22,"line":83,"offset":1535}},"value":0}],"id":"694cccc8-69bc-4c29-9751-dcb9a468bc66","message":"<","metadata":[],"receiver":{"args":[],"id":"c7652a0c-ccbd-4364-be03-d6c4e903423d","message":"x","metadata":[],"receiver":{"id":"ba4c87e4-7792-4195-81cc-3b48e66d85b2","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":15,"line":83,"offset":1528},"start":{"column":7,"line":83,"offset":1520}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":19,"line":83,"offset":1532},"start":{"column":7,"line":83,"offset":1520}}},"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":83,"offset":1536},"start":{"column":7,"line":83,"offset":1520}}},"elseBody":{"id":"e72f3c65-6fc3-4ffa-b124-1ad1b7a31090","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":[]},"sentences":[]},"id":"6ba17171-5ef2-4394-8de8-bff99b122e9f","metadata":[],"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":16,"line":84,"offset":1554},"start":{"column":3,"line":83,"offset":1516}},"thenBody":{"id":"3634d362-6a34-415e-8b87-3294788345ad","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":[]},"sentences":[{"args":[],"id":"1bd390b1-6495-4545-8480-74c2ce91c175","message":"x","metadata":[],"receiver":{"id":"24a1a6a4-c2c1-4f2b-8c71-449e0f89ded3","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":12,"line":84,"offset":1550},"start":{"column":4,"line":84,"offset":1542}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":16,"line":84,"offset":1554},"start":{"column":4,"line":84,"offset":1542}}}],"sourceMap":{"end":{"column":16,"line":84,"offset":1554},"start":{"column":4,"line":84,"offset":1542}}}}],"sourceMap":{"end":{"column":3,"line":85,"offset":1573},"start":{"column":16,"line":81,"offset":1477}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:10:30.373Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":186,"timestamp":"2024-10-01T22:10:30.889Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":141,"timestamp":"2024-10-01T22:10:31.032Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":170,"timestamp":"2024-10-01T22:10:31.204Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":164,"timestamp":"2024-10-01T22:10:31.374Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"b40482f3-c9e3-48d7-bd06-f410743f5110","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":21,"line":84,"offset":1559},"start":{"column":17,"line":84,"offset":1555}}}],"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":"b65fddcd-7b60-48fa-bd77-8cf697c03e8f","metadata":[],"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":33,"line":82,"offset":1512},"start":{"column":6,"line":82,"offset":1485}},"value":{"args":[{"id":"4ee0f4b7-8624-4077-bbd9-f8b8578c92d7","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":32,"line":82,"offset":1511},"start":{"column":31,"line":82,"offset":1510}},"value":1}],"id":"d921c6ce-1b47-4e02-85ef-c45c823b4ca8","message":"left","metadata":[],"receiver":{"id":"ea08430d-d619-4e46-9339-cb577f38b5e1","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":25,"line":82,"offset":1504},"start":{"column":17,"line":82,"offset":1496}}},"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":33,"line":82,"offset":1512},"start":{"column":17,"line":82,"offset":1496}}},"variable":{"id":"d8602dd9-60bd-4bc5-93ab-07511e7d7d02","metadata":[],"name":"position","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":14,"line":82,"offset":1493},"start":{"column":6,"line":82,"offset":1485}}}},{"condition":{"args":[{"id":"475a8804-4146-4d8a-825a-4fc8381a49e4","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":23,"line":83,"offset":1536},"start":{"column":22,"line":83,"offset":1535}},"value":0}],"id":"29d4ff90-88db-40af-971a-991f43c0160a","message":"<","metadata":[],"receiver":{"args":[],"id":"b1cba7a5-b8fe-4dd7-9af9-180abed9bf89","message":"x","metadata":[],"receiver":{"id":"31317027-2437-47d5-b5ca-eda1c566d976","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":15,"line":83,"offset":1528},"start":{"column":7,"line":83,"offset":1520}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":19,"line":83,"offset":1532},"start":{"column":7,"line":83,"offset":1520}}},"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":83,"offset":1536},"start":{"column":7,"line":83,"offset":1520}}},"elseBody":{"id":"48dac899-c3bb-4154-a96d-167a9cd48674","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":[]},"sentences":[]},"id":"f7f449b9-811b-46c1-9d63-b70e44d52a19","metadata":[],"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":16,"line":84,"offset":1554},"start":{"column":3,"line":83,"offset":1516}},"thenBody":{"id":"5e613fc3-053c-456e-b045-039b367ae93e","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":[]},"sentences":[{"args":[],"id":"5837ed58-2dd5-4ae2-af18-fa033724860d","message":"x","metadata":[],"receiver":{"id":"b5f34727-e2cc-4476-862b-8eb099fe6691","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":12,"line":84,"offset":1550},"start":{"column":4,"line":84,"offset":1542}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":16,"line":84,"offset":1554},"start":{"column":4,"line":84,"offset":1542}}}],"sourceMap":{"end":{"column":16,"line":84,"offset":1554},"start":{"column":4,"line":84,"offset":1542}}}}],"sourceMap":{"end":{"column":3,"line":85,"offset":1563},"start":{"column":16,"line":81,"offset":1477}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:10:33.587Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"b40482f3-c9e3-48d7-bd06-f410743f5110","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":21,"line":84,"offset":1559},"start":{"column":17,"line":84,"offset":1555}}}],"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":"b65fddcd-7b60-48fa-bd77-8cf697c03e8f","metadata":[],"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":33,"line":82,"offset":1512},"start":{"column":6,"line":82,"offset":1485}},"value":{"args":[{"id":"4ee0f4b7-8624-4077-bbd9-f8b8578c92d7","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":32,"line":82,"offset":1511},"start":{"column":31,"line":82,"offset":1510}},"value":1}],"id":"d921c6ce-1b47-4e02-85ef-c45c823b4ca8","message":"left","metadata":[],"receiver":{"id":"ea08430d-d619-4e46-9339-cb577f38b5e1","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":25,"line":82,"offset":1504},"start":{"column":17,"line":82,"offset":1496}}},"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":33,"line":82,"offset":1512},"start":{"column":17,"line":82,"offset":1496}}},"variable":{"id":"d8602dd9-60bd-4bc5-93ab-07511e7d7d02","metadata":[],"name":"position","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":14,"line":82,"offset":1493},"start":{"column":6,"line":82,"offset":1485}}}},{"condition":{"args":[{"id":"475a8804-4146-4d8a-825a-4fc8381a49e4","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":23,"line":83,"offset":1536},"start":{"column":22,"line":83,"offset":1535}},"value":0}],"id":"29d4ff90-88db-40af-971a-991f43c0160a","message":"<","metadata":[],"receiver":{"args":[],"id":"b1cba7a5-b8fe-4dd7-9af9-180abed9bf89","message":"x","metadata":[],"receiver":{"id":"31317027-2437-47d5-b5ca-eda1c566d976","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":15,"line":83,"offset":1528},"start":{"column":7,"line":83,"offset":1520}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":19,"line":83,"offset":1532},"start":{"column":7,"line":83,"offset":1520}}},"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":83,"offset":1536},"start":{"column":7,"line":83,"offset":1520}}},"elseBody":{"id":"48dac899-c3bb-4154-a96d-167a9cd48674","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":[]},"sentences":[]},"id":"f7f449b9-811b-46c1-9d63-b70e44d52a19","metadata":[],"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":16,"line":84,"offset":1554},"start":{"column":3,"line":83,"offset":1516}},"thenBody":{"id":"5e613fc3-053c-456e-b045-039b367ae93e","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":[]},"sentences":[{"args":[],"id":"5837ed58-2dd5-4ae2-af18-fa033724860d","message":"x","metadata":[],"receiver":{"id":"b5f34727-e2cc-4476-862b-8eb099fe6691","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":12,"line":84,"offset":1550},"start":{"column":4,"line":84,"offset":1542}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":16,"line":84,"offset":1554},"start":{"column":4,"line":84,"offset":1542}}}],"sourceMap":{"end":{"column":16,"line":84,"offset":1554},"start":{"column":4,"line":84,"offset":1542}}}}],"sourceMap":{"end":{"column":3,"line":85,"offset":1563},"start":{"column":16,"line":81,"offset":1477}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:10:57.732Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":185,"timestamp":"2024-10-01T22:10:58.776Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":215,"timestamp":"2024-10-01T22:10:58.993Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":216,"timestamp":"2024-10-01T22:10:59.210Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":178,"timestamp":"2024-10-01T22:10:59.390Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":218,"timestamp":"2024-10-01T22:10:59.609Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":211,"timestamp":"2024-10-01T22:10:59.855Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":151,"timestamp":"2024-10-01T22:11:03.422Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":161,"timestamp":"2024-10-01T22:11:03.586Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":188,"timestamp":"2024-10-01T22:11:04.584Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":113,"timestamp":"2024-10-01T22:11:04.698Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":147,"timestamp":"2024-10-01T22:11:04.846Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":212,"timestamp":"2024-10-01T22:11:05.059Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":154,"timestamp":"2024-10-01T22:11:05.214Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":159,"timestamp":"2024-10-01T22:11:05.388Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":138,"timestamp":"2024-10-01T22:11:05.811Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":190,"timestamp":"2024-10-01T22:11:06.002Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":146,"timestamp":"2024-10-01T22:11:06.495Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":215,"timestamp":"2024-10-01T22:11:06.712Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":164,"timestamp":"2024-10-01T22:11:06.878Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":166,"timestamp":"2024-10-01T22:11:07.053Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":176,"timestamp":"2024-10-01T22:11:08.212Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":197,"timestamp":"2024-10-01T22:11:08.412Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":140,"timestamp":"2024-10-01T22:11:09.379Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Assignment]{9d64bd} at dinoGame.wlk:84 exhausted all cases without a match [Assignment]{9d64bd} at dinoGame.wlk:84 exhausted all cases without a match","stack":"Error: [Assignment]{9d64bd} at dinoGame.wlk:84 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:11:09.452Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [If]{62b488} at dinoGame.wlk:83 exhausted all cases without a match [If]{62b488} at dinoGame.wlk:83 exhausted all cases without a match","stack":"Error: [If]{62b488} at dinoGame.wlk:83 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at q5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:730)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)","timestamp":"2024-10-01T22:11:09.452Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":157,"timestamp":"2024-10-01T22:11:09.614Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":199,"timestamp":"2024-10-01T22:11:09.816Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:11:09.817Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":228,"timestamp":"2024-10-01T22:11:10.047Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:11:10.050Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":177,"timestamp":"2024-10-01T22:11:10.229Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:11:10.229Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":121,"timestamp":"2024-10-01T22:11:10.351Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":120,"timestamp":"2024-10-01T22:11:10.478Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":171,"timestamp":"2024-10-01T22:11:10.686Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":230,"timestamp":"2024-10-01T22:11:10.922Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":185,"timestamp":"2024-10-01T22:11:11.111Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":136,"timestamp":"2024-10-01T22:11:11.248Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":165,"timestamp":"2024-10-01T22:11:11.426Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:11:11.428Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":204,"timestamp":"2024-10-01T22:11:11.663Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":211,"timestamp":"2024-10-01T22:11:11.875Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":178,"timestamp":"2024-10-01T22:11:12.060Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":152,"timestamp":"2024-10-01T22:11:12.213Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":143,"timestamp":"2024-10-01T22:11:12.737Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":182,"timestamp":"2024-10-01T22:11:12.925Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":150,"timestamp":"2024-10-01T22:11:15.005Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":188,"timestamp":"2024-10-01T22:11:15.195Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":161,"timestamp":"2024-10-01T22:11:23.491Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":175,"timestamp":"2024-10-01T22:11:23.668Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":255,"timestamp":"2024-10-01T22:15:48.632Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":202,"timestamp":"2024-10-01T22:15:48.846Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":202,"timestamp":"2024-10-01T22:15:49.234Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":154,"timestamp":"2024-10-01T22:15:49.445Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":171,"timestamp":"2024-10-01T22:15:49.632Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":209,"timestamp":"2024-10-01T22:15:49.842Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:15:49.844Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":166,"timestamp":"2024-10-01T22:15:50.010Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:15:50.011Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":159,"timestamp":"2024-10-01T22:15:50.172Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":232,"timestamp":"2024-10-01T22:15:50.405Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":127,"timestamp":"2024-10-01T22:15:50.585Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":197,"timestamp":"2024-10-01T22:15:50.782Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":147,"timestamp":"2024-10-01T22:15:50.930Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":238,"timestamp":"2024-10-01T22:15:51.171Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":215,"timestamp":"2024-10-01T22:15:51.388Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":141,"timestamp":"2024-10-01T22:15:51.532Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":128,"timestamp":"2024-10-01T22:15:51.662Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":213,"timestamp":"2024-10-01T22:15:51.876Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":171,"timestamp":"2024-10-01T22:15:52.050Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":190,"timestamp":"2024-10-01T22:15:52.248Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:15:52.249Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":183,"timestamp":"2024-10-01T22:15:52.432Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":147,"timestamp":"2024-10-01T22:15:52.582Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:15:52.583Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":161,"timestamp":"2024-10-01T22:15:52.750Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":186,"timestamp":"2024-10-01T22:15:52.937Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":135,"timestamp":"2024-10-01T22:15:53.073Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":137,"timestamp":"2024-10-01T22:15:53.210Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":206,"timestamp":"2024-10-01T22:15:53.425Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":273,"timestamp":"2024-10-01T22:15:53.699Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":163,"timestamp":"2024-10-01T22:15:53.863Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":190,"timestamp":"2024-10-01T22:15:54.053Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":212,"timestamp":"2024-10-01T22:15:54.266Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":203,"timestamp":"2024-10-01T22:15:54.470Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":167,"timestamp":"2024-10-01T22:15:54.640Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":172,"timestamp":"2024-10-01T22:16:04.232Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":134,"timestamp":"2024-10-01T22:16:04.368Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":153,"timestamp":"2024-10-01T22:16:04.528Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":191,"timestamp":"2024-10-01T22:16:04.720Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":161,"timestamp":"2024-10-01T22:16:04.895Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":103,"timestamp":"2024-10-01T22:16:05.043Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":208,"timestamp":"2024-10-01T22:16:05.260Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":173,"timestamp":"2024-10-01T22:16:05.434Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":149,"timestamp":"2024-10-01T22:16:05.583Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":195,"timestamp":"2024-10-01T22:16:05.785Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":162,"timestamp":"2024-10-01T22:16:16.691Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":158,"timestamp":"2024-10-01T22:16:16.899Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Literal]{96c952} at dinoGame.wlk:12 exhausted all cases without a match [Literal]{96c952} at dinoGame.wlk:12 exhausted all cases without a match","stack":"Error: [Literal]{96c952} at dinoGame.wlk:12 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)\n at Immediate._onImmediate (c:\\Users\\Juan Pablo\\.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:16:16.929Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{1a5dfe} at dinoGame.wlk:12 exhausted all cases without a match [Send]{1a5dfe} at dinoGame.wlk:12 exhausted all cases without a match","stack":"Error: [Send]{1a5dfe} at dinoGame.wlk:12 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)\n at Gi (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6378)","timestamp":"2024-10-01T22:16:16.930Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":190,"timestamp":"2024-10-01T22:16:17.124Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":201,"timestamp":"2024-10-01T22:16:17.325Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":145,"timestamp":"2024-10-01T22:16:24.889Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":188,"timestamp":"2024-10-01T22:16:25.078Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":139,"timestamp":"2024-10-01T22:16:25.258Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":179,"timestamp":"2024-10-01T22:16:25.439Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":180,"timestamp":"2024-10-01T22:17:23.114Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":139,"timestamp":"2024-10-01T22:17:23.255Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":209,"timestamp":"2024-10-01T22:17:23.478Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":165,"timestamp":"2024-10-01T22:17:23.644Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":208,"timestamp":"2024-10-01T22:17:24.346Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":215,"timestamp":"2024-10-01T22:17:24.565Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":174,"timestamp":"2024-10-01T22:18:00.909Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":176,"timestamp":"2024-10-01T22:18:01.087Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":149,"timestamp":"2024-10-01T22:18:01.561Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":166,"timestamp":"2024-10-01T22:18:01.729Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":119,"timestamp":"2024-10-01T22:18:01.859Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":189,"timestamp":"2024-10-01T22:18:02.129Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:18:02.131Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":151,"timestamp":"2024-10-01T22:18:02.283Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":163,"timestamp":"2024-10-01T22:18:02.457Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":221,"timestamp":"2024-10-01T22:18:29.091Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":178,"timestamp":"2024-10-01T22:18:29.270Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":269,"timestamp":"2024-10-01T22:18:29.541Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":201,"timestamp":"2024-10-01T22:18:29.744Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":174,"timestamp":"2024-10-01T22:18:29.926Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":170,"timestamp":"2024-10-01T22:18:30.104Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":215,"timestamp":"2024-10-01T22:18:30.363Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":226,"timestamp":"2024-10-01T22:18:30.590Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":182,"timestamp":"2024-10-01T22:18:43.103Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":198,"timestamp":"2024-10-01T22:18:43.303Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":205,"timestamp":"2024-10-01T22:18:43.510Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":136,"timestamp":"2024-10-01T22:18:43.647Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":136,"timestamp":"2024-10-01T22:18:43.785Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":209,"timestamp":"2024-10-01T22:18:44.002Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":127,"timestamp":"2024-10-01T22:18:44.132Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":170,"timestamp":"2024-10-01T22:18:44.303Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":191,"timestamp":"2024-10-01T22:18:44.494Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":162,"timestamp":"2024-10-01T22:18:44.660Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":125,"timestamp":"2024-10-01T22:18:44.792Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":213,"timestamp":"2024-10-01T22:18:45.009Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":217,"timestamp":"2024-10-01T22:19:07.476Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":138,"timestamp":"2024-10-01T22:19:07.616Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":213,"timestamp":"2024-10-01T22:19:07.883Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":174,"timestamp":"2024-10-01T22:19:08.058Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":117,"timestamp":"2024-10-01T22:19:08.180Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":137,"timestamp":"2024-10-01T22:19:08.417Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":173,"timestamp":"2024-10-01T22:19:08.593Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":131,"timestamp":"2024-10-01T22:19:08.727Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":179,"timestamp":"2024-10-01T22:19:08.908Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":180,"timestamp":"2024-10-01T22:19:09.098Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":116,"timestamp":"2024-10-01T22:19:09.215Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":109,"timestamp":"2024-10-01T22:19:09.325Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":139,"timestamp":"2024-10-01T22:19:09.466Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":174,"timestamp":"2024-10-01T22:19:09.640Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":181,"timestamp":"2024-10-01T22:19:09.823Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":215,"timestamp":"2024-10-01T22:19:51.205Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":227,"timestamp":"2024-10-01T22:19:51.434Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":191,"timestamp":"2024-10-01T22:19:51.902Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":212,"timestamp":"2024-10-01T22:19:52.116Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":118,"timestamp":"2024-10-01T22:19:52.240Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":161,"timestamp":"2024-10-01T22:19:52.459Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:19:52.460Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":183,"timestamp":"2024-10-01T22:19:52.698Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":182,"timestamp":"2024-10-01T22:19:52.881Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":221,"timestamp":"2024-10-01T22:20:10.932Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":180,"timestamp":"2024-10-01T22:20:11.114Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":267,"timestamp":"2024-10-01T22:20:11.384Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":179,"timestamp":"2024-10-01T22:20:11.564Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":160,"timestamp":"2024-10-01T22:20:11.726Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":218,"timestamp":"2024-10-01T22:20:11.953Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":254,"timestamp":"2024-10-01T22:20:12.269Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":187,"timestamp":"2024-10-01T22:20:12.456Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":186,"timestamp":"2024-10-01T22:20:20.993Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":168,"timestamp":"2024-10-01T22:20:21.165Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":208,"timestamp":"2024-10-01T22:20:21.375Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":181,"timestamp":"2024-10-01T22:20:21.558Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":212,"timestamp":"2024-10-01T22:20:21.771Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":157,"timestamp":"2024-10-01T22:20:21.929Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":157,"timestamp":"2024-10-01T22:20:22.088Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":125,"timestamp":"2024-10-01T22:20:22.219Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":174,"timestamp":"2024-10-01T22:20:22.394Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":177,"timestamp":"2024-10-01T22:20:22.577Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":160,"timestamp":"2024-10-01T22:20:23.220Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":187,"timestamp":"2024-10-01T22:20:23.409Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":149,"timestamp":"2024-10-01T22:20:23.646Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":162,"timestamp":"2024-10-01T22:20:23.811Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":149,"timestamp":"2024-10-01T22:20:24.042Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":147,"timestamp":"2024-10-01T22:20:24.190Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":152,"timestamp":"2024-10-01T22:20:24.583Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":213,"timestamp":"2024-10-01T22:20:24.800Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":152,"timestamp":"2024-10-01T22:20:25.125Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":167,"timestamp":"2024-10-01T22:20:25.303Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":151,"timestamp":"2024-10-01T22:20:43.101Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":189,"timestamp":"2024-10-01T22:20:43.292Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":153,"timestamp":"2024-10-01T22:20:44.368Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":187,"timestamp":"2024-10-01T22:20:44.563Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":149,"timestamp":"2024-10-01T22:20:44.816Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":196,"timestamp":"2024-10-01T22:20:45.066Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":164,"timestamp":"2024-10-01T22:20:45.230Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":121,"timestamp":"2024-10-01T22:20:45.353Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":154,"timestamp":"2024-10-01T22:20:45.520Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":151,"timestamp":"2024-10-01T22:20:45.673Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":191,"timestamp":"2024-10-01T22:20:45.961Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":193,"timestamp":"2024-10-01T22:20:46.157Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":186,"timestamp":"2024-10-01T22:20:46.350Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":112,"timestamp":"2024-10-01T22:20:46.497Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":157,"timestamp":"2024-10-01T22:20:46.655Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":162,"timestamp":"2024-10-01T22:20:46.819Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:20:46.819Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":168,"timestamp":"2024-10-01T22:20:46.988Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":169,"timestamp":"2024-10-01T22:20:47.165Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":144,"timestamp":"2024-10-01T22:20:47.320Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":164,"timestamp":"2024-10-01T22:20:47.486Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":117,"timestamp":"2024-10-01T22:20:51.218Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":168,"timestamp":"2024-10-01T22:20:51.388Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":179,"timestamp":"2024-10-01T22:20:51.569Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":158,"timestamp":"2024-10-01T22:20:51.729Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":128,"timestamp":"2024-10-01T22:20:51.859Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":155,"timestamp":"2024-10-01T22:20:52.019Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":166,"timestamp":"2024-10-01T22:20:52.187Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":163,"timestamp":"2024-10-01T22:20:52.358Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":196,"timestamp":"2024-10-01T22:20:55.489Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":121,"timestamp":"2024-10-01T22:20:55.657Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":185,"timestamp":"2024-10-01T22:20:55.852Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":109,"timestamp":"2024-10-01T22:20:55.962Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:20:55.963Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":150,"timestamp":"2024-10-01T22:20:56.114Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:20:56.115Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":209,"timestamp":"2024-10-01T22:20:56.324Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":228,"timestamp":"2024-10-01T22:20:56.554Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":156,"timestamp":"2024-10-01T22:20:56.754Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":165,"timestamp":"2024-10-01T22:20:56.919Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":172,"timestamp":"2024-10-01T22:20:57.092Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":160,"timestamp":"2024-10-01T22:20:57.254Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":134,"timestamp":"2024-10-01T22:20:57.396Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":152,"timestamp":"2024-10-01T22:20:57.558Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:20:57.558Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":176,"timestamp":"2024-10-01T22:20:57.735Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":158,"timestamp":"2024-10-01T22:20:57.893Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":136,"timestamp":"2024-10-01T22:20:58.029Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:20:58.325Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":126,"timestamp":"2024-10-01T22:20:58.638Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":127,"timestamp":"2024-10-01T22:20:58.768Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"314ef76c-abca-4c3a-a0b5-9c3110ed21be","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":35,"line":86,"offset":1642},"start":{"column":3,"line":86,"offset":1610}}}],"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":"e6d8a842-2c33-4a2f-928c-e629483c733c","metadata":[],"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":33,"line":83,"offset":1532},"start":{"column":6,"line":83,"offset":1505}},"value":{"args":[{"id":"2cc43533-0026-4892-a56a-462587d32c3e","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":32,"line":83,"offset":1531},"start":{"column":31,"line":83,"offset":1530}},"value":1}],"id":"635ec6ec-c22b-4486-8ee1-2eec35871ae0","message":"left","metadata":[],"receiver":{"id":"5a035826-1af8-4630-93b5-d54548ba2a6a","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":25,"line":83,"offset":1524},"start":{"column":17,"line":83,"offset":1516}}},"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":33,"line":83,"offset":1532},"start":{"column":17,"line":83,"offset":1516}}},"variable":{"id":"9d5c7e63-6976-4d8d-af42-d98b2988df2e","metadata":[],"name":"position","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":14,"line":83,"offset":1513},"start":{"column":6,"line":83,"offset":1505}}}},{"condition":{"args":[{"id":"e44207e7-5310-4cd8-9ded-f683abbb32de","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":23,"line":84,"offset":1556},"start":{"column":22,"line":84,"offset":1555}},"value":0}],"id":"d84857a1-59d0-4f45-91f8-743b34bf65da","message":"<","metadata":[],"receiver":{"args":[],"id":"6f817ed7-2984-46cb-8bd3-1f07ccb616da","message":"x","metadata":[],"receiver":{"id":"1ed2d541-c716-4c73-9e02-45b41521295a","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":15,"line":84,"offset":1548},"start":{"column":7,"line":84,"offset":1540}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":19,"line":84,"offset":1552},"start":{"column":7,"line":84,"offset":1540}}},"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":84,"offset":1556},"start":{"column":7,"line":84,"offset":1540}}},"elseBody":{"id":"144d27ad-535a-4385-bb0d-aeb059e430b4","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":[]},"sentences":[]},"id":"e8f66b64-cb0c-4d64-af03-3189dc1e5d98","metadata":[],"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":47,"line":85,"offset":1605},"start":{"column":3,"line":84,"offset":1536}},"thenBody":{"id":"f905b742-6174-4d9b-a0fc-cb0cc79a45f2","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":[]},"sentences":[{"id":"1100eb79-399d-48c8-bcf0-2c4c0002b02a","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":47,"line":85,"offset":1605},"start":{"column":4,"line":85,"offset":1562}},"value":{"args":[{"id":"693c486a-2de0-41f7-8da3-4a9f798eeaea","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":25,"line":85,"offset":1583},"start":{"column":23,"line":85,"offset":1581}},"value":11},{"args":[],"id":"1d4110c3-40bb-4e27-9038-fd493ec25544","message":"y","metadata":[],"receiver":{"args":[],"id":"b52f6248-7ca1-44e0-ab07-d94d1cba6196","message":"position","metadata":[],"receiver":{"id":"c36f78a4-2e1b-4e23-a479-ddf27efe7a49","metadata":[],"name":"suelo","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":31,"line":85,"offset":1589},"start":{"column":26,"line":85,"offset":1584}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":42,"line":85,"offset":1600},"start":{"column":26,"line":85,"offset":1584}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":46,"line":85,"offset":1604},"start":{"column":26,"line":85,"offset":1584}}}],"id":"ec010d2b-23b1-4baf-bb29-6a7cfa195513","message":"at","metadata":[],"receiver":{"id":"db1d0d02-a361-4030-8238-1a8a5d0be0a1","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":19,"line":85,"offset":1577},"start":{"column":15,"line":85,"offset":1573}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":47,"line":85,"offset":1605},"start":{"column":15,"line":85,"offset":1573}}},"variable":{"id":"c4837f32-66d8-467d-a458-6cd8e4e877b2","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":12,"line":85,"offset":1570},"start":{"column":4,"line":85,"offset":1562}}}}],"sourceMap":{"end":{"column":47,"line":85,"offset":1605},"start":{"column":4,"line":85,"offset":1562}}}}],"sourceMap":{"end":{"column":4,"line":87,"offset":1647},"start":{"column":16,"line":82,"offset":1497}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:21:07.613Z"} +{"level":"error","message":"✘ Failed to get type description: Error: Failed to print, found malformed node Failed to print, found malformed node","node":{"id":"314ef76c-abca-4c3a-a0b5-9c3110ed21be","metadata":[],"problems":[{"code":"malformedSentence","sourceMap":{"end":{"column":35,"line":86,"offset":1642},"start":{"column":3,"line":86,"offset":1610}}}],"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":"e6d8a842-2c33-4a2f-928c-e629483c733c","metadata":[],"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":33,"line":83,"offset":1532},"start":{"column":6,"line":83,"offset":1505}},"value":{"args":[{"id":"2cc43533-0026-4892-a56a-462587d32c3e","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":32,"line":83,"offset":1531},"start":{"column":31,"line":83,"offset":1530}},"value":1}],"id":"635ec6ec-c22b-4486-8ee1-2eec35871ae0","message":"left","metadata":[],"receiver":{"id":"5a035826-1af8-4630-93b5-d54548ba2a6a","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":25,"line":83,"offset":1524},"start":{"column":17,"line":83,"offset":1516}}},"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":33,"line":83,"offset":1532},"start":{"column":17,"line":83,"offset":1516}}},"variable":{"id":"9d5c7e63-6976-4d8d-af42-d98b2988df2e","metadata":[],"name":"position","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":14,"line":83,"offset":1513},"start":{"column":6,"line":83,"offset":1505}}}},{"condition":{"args":[{"id":"e44207e7-5310-4cd8-9ded-f683abbb32de","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":23,"line":84,"offset":1556},"start":{"column":22,"line":84,"offset":1555}},"value":0}],"id":"d84857a1-59d0-4f45-91f8-743b34bf65da","message":"<","metadata":[],"receiver":{"args":[],"id":"6f817ed7-2984-46cb-8bd3-1f07ccb616da","message":"x","metadata":[],"receiver":{"id":"1ed2d541-c716-4c73-9e02-45b41521295a","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":15,"line":84,"offset":1548},"start":{"column":7,"line":84,"offset":1540}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":19,"line":84,"offset":1552},"start":{"column":7,"line":84,"offset":1540}}},"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":84,"offset":1556},"start":{"column":7,"line":84,"offset":1540}}},"elseBody":{"id":"144d27ad-535a-4385-bb0d-aeb059e430b4","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":[]},"sentences":[]},"id":"e8f66b64-cb0c-4d64-af03-3189dc1e5d98","metadata":[],"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":47,"line":85,"offset":1605},"start":{"column":3,"line":84,"offset":1536}},"thenBody":{"id":"f905b742-6174-4d9b-a0fc-cb0cc79a45f2","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":[]},"sentences":[{"id":"1100eb79-399d-48c8-bcf0-2c4c0002b02a","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":47,"line":85,"offset":1605},"start":{"column":4,"line":85,"offset":1562}},"value":{"args":[{"id":"693c486a-2de0-41f7-8da3-4a9f798eeaea","metadata":[],"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":25,"line":85,"offset":1583},"start":{"column":23,"line":85,"offset":1581}},"value":11},{"args":[],"id":"1d4110c3-40bb-4e27-9038-fd493ec25544","message":"y","metadata":[],"receiver":{"args":[],"id":"b52f6248-7ca1-44e0-ab07-d94d1cba6196","message":"position","metadata":[],"receiver":{"id":"c36f78a4-2e1b-4e23-a479-ddf27efe7a49","metadata":[],"name":"suelo","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":31,"line":85,"offset":1589},"start":{"column":26,"line":85,"offset":1584}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":42,"line":85,"offset":1600},"start":{"column":26,"line":85,"offset":1584}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":46,"line":85,"offset":1604},"start":{"column":26,"line":85,"offset":1584}}}],"id":"ec010d2b-23b1-4baf-bb29-6a7cfa195513","message":"at","metadata":[],"receiver":{"id":"db1d0d02-a361-4030-8238-1a8a5d0be0a1","metadata":[],"name":"game","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":19,"line":85,"offset":1577},"start":{"column":15,"line":85,"offset":1573}}},"scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":47,"line":85,"offset":1605},"start":{"column":15,"line":85,"offset":1573}}},"variable":{"id":"c4837f32-66d8-467d-a458-6cd8e4e877b2","metadata":[],"name":"position","scope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[{"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[{"containerScope":{"containerScope":{"containerScope":{"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]}]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"contributions":{},"includedScopes":[]},"sourceMap":{"end":{"column":12,"line":85,"offset":1570},"start":{"column":4,"line":85,"offset":1562}}}}],"sourceMap":{"end":{"column":47,"line":85,"offset":1605},"start":{"column":4,"line":85,"offset":1562}}}}],"sourceMap":{"end":{"column":4,"line":87,"offset":1647},"start":{"column":16,"line":82,"offset":1497}}},"stack":"Error: Failed to print, found malformed node\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3533\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:5372\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3612\n at iln (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:68:3344)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:847\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74770\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)\n at Pt (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:6189)","timestamp":"2024-10-01T22:22:12.862Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":207,"timestamp":"2024-10-01T22:22:13.096Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":200,"timestamp":"2024-10-01T22:22:13.299Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":163,"timestamp":"2024-10-01T22:22:13.784Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":217,"timestamp":"2024-10-01T22:22:14.003Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":158,"timestamp":"2024-10-01T22:22:14.169Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":172,"timestamp":"2024-10-01T22:22:14.379Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":132,"timestamp":"2024-10-01T22:22:14.542Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":155,"timestamp":"2024-10-01T22:22:14.699Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":150,"timestamp":"2024-10-01T22:22:16.051Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":119,"timestamp":"2024-10-01T22:22:16.175Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":149,"timestamp":"2024-10-01T22:22:16.325Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":155,"timestamp":"2024-10-01T22:22:16.481Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":154,"timestamp":"2024-10-01T22:22:19.150Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":155,"timestamp":"2024-10-01T22:22:19.308Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":176,"timestamp":"2024-10-01T22:22:19.588Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":225,"timestamp":"2024-10-01T22:22:19.815Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":139,"timestamp":"2024-10-01T22:22:19.964Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":166,"timestamp":"2024-10-01T22:22:20.161Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":167,"timestamp":"2024-10-01T22:22:25.702Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":116,"timestamp":"2024-10-01T22:22:25.925Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":200,"timestamp":"2024-10-01T22:22:26.127Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":180,"timestamp":"2024-10-01T22:22:26.309Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":186,"timestamp":"2024-10-01T22:22:26.503Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":167,"timestamp":"2024-10-01T22:22:30.284Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Return]{3ff775} at dinoGame.wlk:-- exhausted all cases without a match [Return]{3ff775} at dinoGame.wlk:-- exhausted all cases without a match","stack":"Error: [Return]{3ff775} at dinoGame.wlk:-- exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:22:30.320Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":218,"timestamp":"2024-10-01T22:22:30.547Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":181,"timestamp":"2024-10-01T22:22:30.729Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:22:30.730Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":168,"timestamp":"2024-10-01T22:22:30.899Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:22:30.902Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":177,"timestamp":"2024-10-01T22:22:31.080Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:22:31.080Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":188,"timestamp":"2024-10-01T22:22:31.270Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":183,"timestamp":"2024-10-01T22:22:31.460Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":217,"timestamp":"2024-10-01T22:22:31.679Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":142,"timestamp":"2024-10-01T22:22:31.823Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":149,"timestamp":"2024-10-01T22:22:32.017Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":161,"timestamp":"2024-10-01T22:22:32.179Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":146,"timestamp":"2024-10-01T22:22:32.336Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":112,"timestamp":"2024-10-01T22:22:32.451Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":166,"timestamp":"2024-10-01T22:22:32.619Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:22:32.622Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":118,"timestamp":"2024-10-01T22:22:32.741Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:22:32.741Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":188,"timestamp":"2024-10-01T22:22:32.930Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":177,"timestamp":"2024-10-01T22:22:33.107Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":145,"timestamp":"2024-10-01T22:22:33.258Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:22:33.258Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":171,"timestamp":"2024-10-01T22:22:33.430Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":198,"timestamp":"2024-10-01T22:22:33.630Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:22:33.631Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":197,"timestamp":"2024-10-01T22:22:33.827Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":116,"timestamp":"2024-10-01T22:22:33.947Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:22:33.955Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":173,"timestamp":"2024-10-01T22:22:34.129Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":173,"timestamp":"2024-10-01T22:22:34.311Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":184,"timestamp":"2024-10-01T22:22:34.494Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":170,"timestamp":"2024-10-01T22:22:34.665Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":166,"timestamp":"2024-10-01T22:22:34.833Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":172,"timestamp":"2024-10-01T22:22:35.014Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":207,"timestamp":"2024-10-01T22:22:35.228Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":147,"timestamp":"2024-10-01T22:22:35.375Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":144,"timestamp":"2024-10-01T22:22:35.521Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":160,"timestamp":"2024-10-01T22:22:35.683Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":191,"timestamp":"2024-10-01T22:22:35.877Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":171,"timestamp":"2024-10-01T22:22:36.049Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":179,"timestamp":"2024-10-01T22:22:36.236Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":162,"timestamp":"2024-10-01T22:22:36.398Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":131,"timestamp":"2024-10-01T22:22:36.529Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":131,"timestamp":"2024-10-01T22:22:36.662Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":152,"timestamp":"2024-10-01T22:22:39.510Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{278d5d} at dinoGame.wlk:89 exhausted all cases without a match [Send]{278d5d} at dinoGame.wlk:89 exhausted all cases without a match","stack":"Error: [Send]{278d5d} at dinoGame.wlk:89 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:22:39.547Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Return]{eb91fe} at dinoGame.wlk:-- exhausted all cases without a match [Return]{eb91fe} at dinoGame.wlk:-- exhausted all cases without a match","stack":"Error: [Return]{eb91fe} at dinoGame.wlk:-- exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T22:22:39.547Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":152,"timestamp":"2024-10-01T22:22:39.704Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:22:39.705Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":146,"timestamp":"2024-10-01T22:22:39.852Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":163,"timestamp":"2024-10-01T22:22:40.028Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":157,"timestamp":"2024-10-01T22:22:43.227Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Send]{2ba3f1} at dinoGame.wlk:89 exhausted all cases without a match [Send]{2ba3f1} at dinoGame.wlk:89 exhausted all cases without a match","stack":"Error: [Send]{2ba3f1} at dinoGame.wlk:89 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:22:43.259Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [Return]{18bc9b} at dinoGame.wlk:-- exhausted all cases without a match [Return]{18bc9b} at dinoGame.wlk:-- exhausted all cases without a match","stack":"Error: [Return]{18bc9b} at dinoGame.wlk:-- exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:456)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774","timestamp":"2024-10-01T22:22:43.259Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":169,"timestamp":"2024-10-01T22:22:43.435Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":178,"timestamp":"2024-10-01T22:22:43.615Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":187,"timestamp":"2024-10-01T22:22:43.804Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:22:43.805Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":159,"timestamp":"2024-10-01T22:22:43.964Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:22:43.965Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":162,"timestamp":"2024-10-01T22:22:44.127Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":157,"timestamp":"2024-10-01T22:22:44.288Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":170,"timestamp":"2024-10-01T22:22:44.502Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":138,"timestamp":"2024-10-01T22:22:44.642Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":166,"timestamp":"2024-10-01T22:22:44.809Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":127,"timestamp":"2024-10-01T22:22:44.940Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":158,"timestamp":"2024-10-01T22:22:45.099Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:22:45.099Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":145,"timestamp":"2024-10-01T22:22:45.251Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":185,"timestamp":"2024-10-01T22:22:45.437Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:22:47.480Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:22:47.681Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:22:47.881Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:22:48.103Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:22:48.265Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:22:48.481Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":165,"timestamp":"2024-10-01T22:22:49.196Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":132,"timestamp":"2024-10-01T22:22:49.330Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":113,"timestamp":"2024-10-01T22:22:51.647Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":166,"timestamp":"2024-10-01T22:22:51.814Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":111,"timestamp":"2024-10-01T22:22:51.927Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":169,"timestamp":"2024-10-01T22:22:52.098Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":205,"timestamp":"2024-10-01T22:23:51.673Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":113,"timestamp":"2024-10-01T22:23:51.787Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":160,"timestamp":"2024-10-01T22:23:51.958Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":134,"timestamp":"2024-10-01T22:23:52.093Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":143,"timestamp":"2024-10-01T22:23:52.632Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":135,"timestamp":"2024-10-01T22:23:52.816Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":182,"timestamp":"2024-10-01T22:23:52.999Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":142,"timestamp":"2024-10-01T22:23:53.141Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":146,"timestamp":"2024-10-01T22:23:53.550Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":160,"timestamp":"2024-10-01T22:23:53.711Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif ()\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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 37 | \t\tif ()\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\\Juan Pablo\\.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\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T22:23:53.877Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (c)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (c)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n\n at c:\\Users\\Juan Pablo\\.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\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T22:24:01.069Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:24:01.134Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (ca)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (ca)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n\n at c:\\Users\\Juan Pablo\\.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\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T22:24:01.250Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cac)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cac)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n\n at c:\\Users\\Juan Pablo\\.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\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T22:24:01.423Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cact)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cact)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n\n at c:\\Users\\Juan Pablo\\.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\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T22:24:02.027Z"} diff --git a/log/wollok1.log b/log/wollok1.log new file mode 100644 index 0000000..bf2a698 --- /dev/null +++ b/log/wollok1.log @@ -0,0 +1,274 @@ +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactu)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactu)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n\n at c:\\Users\\Juan Pablo\\.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\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T22:24:02.212Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n\n at c:\\Users\\Juan Pablo\\.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\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T22:24:02.489Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus.)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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 37 | \t\tif (cactus.)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\\Juan Pablo\\.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\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T22:24:03.526Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:24:03.579Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus.c)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus.c)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n\n at c:\\Users\\Juan Pablo\\.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\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T22:24:03.725Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:24:03.726Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus.ch)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus.ch)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n\n at c:\\Users\\Juan Pablo\\.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\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T22:24:03.823Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:24:03.823Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus.cho)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus.cho)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n\n at c:\\Users\\Juan Pablo\\.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\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T22:24:04.031Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus.choc)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus.choc)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n\n at c:\\Users\\Juan Pablo\\.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\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T22:24:04.126Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus.choca)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus.choca)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n\n at c:\\Users\\Juan Pablo\\.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\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T22:24:04.254Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus.chocar)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus.chocar)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n\n at c:\\Users\\Juan Pablo\\.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\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T22:24:04.396Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus.chocar())\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus.chocar())\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n\n at c:\\Users\\Juan Pablo\\.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\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T22:24:05.198Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus.chocar())\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus.chocar())\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n\n at c:\\Users\\Juan Pablo\\.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\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T22:24:05.228Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 38 | \t\t\n 39 | \t\t\n> 40 | \t}\n | ^\n 41 | \t\n 42 | \tmethod terminar(){\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\", sentence, whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 38 | \t\t\n 39 | \t\t\n> 40 | \t}\n | ^\n 41 | \t\n 42 | \tmethod terminar(){\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\", sentence, whitespace\n\n at c:\\Users\\Juan Pablo\\.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\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T22:24:17.682Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 38 | \t\t\t\n 39 | \t\t\n> 40 | \t}\n | ^\n 41 | \t\n 42 | \tmethod terminar(){\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\", sentence, whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 38 | \t\t\t\n 39 | \t\t\n> 40 | \t}\n | ^\n 41 | \t\n 42 | \tmethod terminar(){\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\", sentence, whitespace\n\n at c:\\Users\\Juan Pablo\\.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\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T22:24:18.954Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 38 | \t\t\n 39 | \t\t\n> 40 | \t}\n | ^\n 41 | \t\n 42 | \tmethod terminar(){\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\", sentence, whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 38 | \t\t\n 39 | \t\t\n> 40 | \t}\n | ^\n 41 | \t\n 42 | \tmethod terminar(){\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\", sentence, whitespace\n\n at c:\\Users\\Juan Pablo\\.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\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T22:24:29.557Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus.chocar())\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus.chocar())\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n\n at c:\\Users\\Juan Pablo\\.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\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T22:24:29.820Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus.chocar)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 37 | \t\tif (cactus.chocar)\n 38 | \t\t\n> 39 | \t}\n | ^\n 40 | \t\n 41 | \tmethod terminar(){\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\", sentence, whitespace\n\n at c:\\Users\\Juan Pablo\\.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\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T22:24:30.028Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":201,"timestamp":"2024-10-01T22:24:30.506Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":158,"timestamp":"2024-10-01T22:24:30.667Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":174,"timestamp":"2024-10-01T22:24:30.842Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":184,"timestamp":"2024-10-01T22:24:31.028Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":168,"timestamp":"2024-10-01T22:24:31.203Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":158,"timestamp":"2024-10-01T22:24:31.371Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":166,"timestamp":"2024-10-01T22:24:31.540Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":190,"timestamp":"2024-10-01T22:24:31.735Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":175,"timestamp":"2024-10-01T22:26:21.336Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":170,"timestamp":"2024-10-01T22:26:21.508Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":170,"timestamp":"2024-10-01T22:26:22.435Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":211,"timestamp":"2024-10-01T22:26:22.686Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":133,"timestamp":"2024-10-01T22:26:22.820Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":154,"timestamp":"2024-10-01T22:26:22.975Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":163,"timestamp":"2024-10-01T22:26:23.138Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":178,"timestamp":"2024-10-01T22:26:23.321Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":176,"timestamp":"2024-10-01T22:26:23.852Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":182,"timestamp":"2024-10-01T22:26:24.037Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":178,"timestamp":"2024-10-01T22:26:24.284Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [If]{5a5cf8} at dinoGame.wlk:30 exhausted all cases without a match [If]{5a5cf8} at dinoGame.wlk:30 exhausted all cases without a match","stack":"Error: [If]{5a5cf8} at dinoGame.wlk:30 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:26:24.329Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":148,"timestamp":"2024-10-01T22:26:24.480Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:26:24.481Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":208,"timestamp":"2024-10-01T22:26:24.865Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":195,"timestamp":"2024-10-01T22:26:25.159Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":192,"timestamp":"2024-10-01T22:26:25.353Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":151,"timestamp":"2024-10-01T22:26:25.505Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":145,"timestamp":"2024-10-01T22:26:25.651Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":160,"timestamp":"2024-10-01T22:26:25.812Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":164,"timestamp":"2024-10-01T22:26:25.984Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":169,"timestamp":"2024-10-01T22:26:26.154Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":188,"timestamp":"2024-10-01T22:26:26.394Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":199,"timestamp":"2024-10-01T22:26:26.594Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":168,"timestamp":"2024-10-01T22:26:26.764Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":173,"timestamp":"2024-10-01T22:26:26.944Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":148,"timestamp":"2024-10-01T22:26:27.093Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:26:27.102Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":139,"timestamp":"2024-10-01T22:26:27.250Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:26:27.259Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":189,"timestamp":"2024-10-01T22:26:27.458Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":126,"timestamp":"2024-10-01T22:26:27.584Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:26:27.585Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":141,"timestamp":"2024-10-01T22:26:27.732Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:26:27.733Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":181,"timestamp":"2024-10-01T22:26:27.915Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:26:27.916Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":196,"timestamp":"2024-10-01T22:26:28.111Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":137,"timestamp":"2024-10-01T22:26:28.249Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:26:28.250Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":148,"timestamp":"2024-10-01T22:26:28.398Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":113,"timestamp":"2024-10-01T22:26:28.513Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [If]{4c9715} at dinoGame.wlk:30 exhausted all cases without a match [If]{4c9715} at dinoGame.wlk:30 exhausted all cases without a match","stack":"Error: [If]{4c9715} at dinoGame.wlk:30 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:26:28.554Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":175,"timestamp":"2024-10-01T22:26:28.736Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":200,"timestamp":"2024-10-01T22:26:28.943Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":177,"timestamp":"2024-10-01T22:26:29.121Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":183,"timestamp":"2024-10-01T22:26:29.305Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [If]{ca8b72} at dinoGame.wlk:30 exhausted all cases without a match [If]{ca8b72} at dinoGame.wlk:30 exhausted all cases without a match","stack":"Error: [If]{ca8b72} at dinoGame.wlk:30 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:2700\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:3774\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:74872\n at Fe (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:7:8527)","timestamp":"2024-10-01T22:26:29.342Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":160,"timestamp":"2024-10-01T22:26:29.506Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":122,"timestamp":"2024-10-01T22:26:29.630Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":185,"timestamp":"2024-10-01T22:26:29.816Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":130,"timestamp":"2024-10-01T22:26:29.952Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":116,"timestamp":"2024-10-01T22:26:30.069Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":140,"timestamp":"2024-10-01T22:26:30.221Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":157,"timestamp":"2024-10-01T22:26:30.379Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":171,"timestamp":"2024-10-01T22:26:30.550Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":176,"timestamp":"2024-10-01T22:26:30.727Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":147,"timestamp":"2024-10-01T22:26:30.878Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":121,"timestamp":"2024-10-01T22:26:31.000Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":170,"timestamp":"2024-10-01T22:26:31.179Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":163,"timestamp":"2024-10-01T22:26:31.343Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":165,"timestamp":"2024-10-01T22:26:32.763Z"} +{"level":"error","message":"✘ Completions for node failed: Error: [If]{f7f7f6} at dinoGame.wlk:30 exhausted all cases without a match [If]{f7f7f6} at dinoGame.wlk:30 exhausted all cases without a match","stack":"Error: [If]{f7f7f6} at dinoGame.wlk:30 exhausted all cases without a match\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6067\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at q5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:730)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)\n at vh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1004)\n at F5n (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:1160)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:38:6056\n at hh (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2281:42)","timestamp":"2024-10-01T22:26:32.808Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":160,"timestamp":"2024-10-01T22:26:32.977Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":159,"timestamp":"2024-10-01T22:26:33.137Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:26:33.138Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":184,"timestamp":"2024-10-01T22:26:33.322Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:26:33.323Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":188,"timestamp":"2024-10-01T22:26:33.511Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":182,"timestamp":"2024-10-01T22:26:33.694Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":171,"timestamp":"2024-10-01T22:26:33.865Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:26:33.873Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":115,"timestamp":"2024-10-01T22:26:33.992Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:26:34.002Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":145,"timestamp":"2024-10-01T22:26:34.149Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:26:34.159Z"} +{"level":"error","message":"✘ Failed to rebuild document Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 44 | \t\treloj.detener()\n 45 | \t\tdino.morir()\n> 46 | \t}\n | ^\n 47 | \t\n 48 | }\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\", whitespace\n","stack":"Error: Failed to parse dinoGame.wlk: \n-- PARSING FAILED --------------------------------------------------\n\n 44 | \t\treloj.detener()\n 45 | \t\tdino.morir()\n> 46 | \t}\n | ^\n 47 | \t\n 48 | }\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\", whitespace\n\n at c:\\Users\\Juan Pablo\\.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\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2244:21764)\n at h2.buildEnvironmentFrom (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16306)\n at h2.updateEnvironmentWith (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2275:16041)\n at DL (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:2288:2292)\n at b3.invoke (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157188)\n at o.fire (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:3:157958)\n at c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:37:57871\n at Br (c:\\Users\\Juan Pablo\\.vscode\\extensions\\uqbar.wollok-lsp-ide-0.3.5\\out\\server\\src\\server.js:8:1561)","timestamp":"2024-10-01T22:26:34.183Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":168,"timestamp":"2024-10-01T22:26:34.392Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":125,"timestamp":"2024-10-01T22:26:34.519Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":156,"timestamp":"2024-10-01T22:26:34.676Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":183,"timestamp":"2024-10-01T22:26:34.860Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":182,"timestamp":"2024-10-01T22:26:35.047Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:26:35.050Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":196,"timestamp":"2024-10-01T22:26:35.253Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":260,"timestamp":"2024-10-01T22:26:35.514Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:26:35.516Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":232,"timestamp":"2024-10-01T22:26:35.750Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:26:35.752Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":153,"timestamp":"2024-10-01T22:26:35.905Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":155,"timestamp":"2024-10-01T22:26:36.067Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:26:36.068Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":179,"timestamp":"2024-10-01T22:26:36.248Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":228,"timestamp":"2024-10-01T22:26:36.479Z"} +{"level":"info","message":"onRequest - completionItem/resolve","timestamp":"2024-10-01T22:26:36.480Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":181,"timestamp":"2024-10-01T22:26:36.661Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":204,"timestamp":"2024-10-01T22:26:36.874Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":166,"timestamp":"2024-10-01T22:26:37.043Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":133,"timestamp":"2024-10-01T22:26:50.674Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":154,"timestamp":"2024-10-01T22:26:50.830Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":157,"timestamp":"2024-10-01T22:28:13.677Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":144,"timestamp":"2024-10-01T22:28:13.823Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":182,"timestamp":"2024-10-01T22:28:50.063Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":195,"timestamp":"2024-10-01T22:28:50.259Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":192,"timestamp":"2024-10-01T22:29:09.896Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":213,"timestamp":"2024-10-01T22:29:10.113Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":162,"timestamp":"2024-10-01T22:29:10.278Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":166,"timestamp":"2024-10-01T22:29:10.451Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":138,"timestamp":"2024-10-01T22:29:10.591Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":209,"timestamp":"2024-10-01T22:29:10.805Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":148,"timestamp":"2024-10-01T22:29:10.964Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":180,"timestamp":"2024-10-01T22:29:11.156Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":217,"timestamp":"2024-10-01T22:29:48.510Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":156,"timestamp":"2024-10-01T22:29:48.668Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":219,"timestamp":"2024-10-01T22:29:48.889Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":180,"timestamp":"2024-10-01T22:29:49.077Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":156,"timestamp":"2024-10-01T22:30:26.679Z"} +{"level":"info","message":"⌛ Validating mainExample.wpgm","timeElapsed":201,"timestamp":"2024-10-01T22:30:26.882Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":200,"timestamp":"2024-10-01T22:31:20.193Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":117,"timestamp":"2024-10-01T22:31:20.311Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":200,"timestamp":"2024-10-01T22:31:20.513Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":191,"timestamp":"2024-10-01T22:31:20.705Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":160,"timestamp":"2024-10-01T22:31:20.866Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":137,"timestamp":"2024-10-01T22:31:21.016Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":188,"timestamp":"2024-10-01T22:31:21.234Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":210,"timestamp":"2024-10-01T22:31:21.446Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":126,"timestamp":"2024-10-01T22:32:13.390Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":132,"timestamp":"2024-10-01T22:32:13.524Z"} +{"level":"info","message":"⌛ Validating mainExample.wpgm","timeElapsed":166,"timestamp":"2024-10-01T22:32:13.691Z"} +{"level":"info","message":"⌛ Validating mainExample.wpgm","timeElapsed":147,"timestamp":"2024-10-01T22:32:13.839Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":130,"timestamp":"2024-10-01T22:32:16.121Z"} +{"level":"info","message":"⌛ Validating mainExample.wpgm","timeElapsed":168,"timestamp":"2024-10-01T22:32:16.290Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":139,"timestamp":"2024-10-01T22:32:16.431Z"} +{"level":"info","message":"⌛ Validating mainExample.wpgm","timeElapsed":201,"timestamp":"2024-10-01T22:32:16.643Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":176,"timestamp":"2024-10-01T22:32:21.008Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":185,"timestamp":"2024-10-01T22:32:21.196Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":171,"timestamp":"2024-10-01T22:32:21.609Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":225,"timestamp":"2024-10-01T22:32:21.838Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":198,"timestamp":"2024-10-01T22:32:22.037Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":144,"timestamp":"2024-10-01T22:32:22.183Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":111,"timestamp":"2024-10-01T22:32:22.295Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":158,"timestamp":"2024-10-01T22:32:22.459Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":136,"timestamp":"2024-10-01T22:32:22.599Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":167,"timestamp":"2024-10-01T22:32:22.767Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":162,"timestamp":"2024-10-01T22:32:22.930Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":175,"timestamp":"2024-10-01T22:32:23.105Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":150,"timestamp":"2024-10-01T22:32:23.256Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":122,"timestamp":"2024-10-01T22:32:23.389Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":134,"timestamp":"2024-10-01T22:32:23.524Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":162,"timestamp":"2024-10-01T22:32:23.687Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":132,"timestamp":"2024-10-01T22:32:23.821Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":180,"timestamp":"2024-10-01T22:32:24.009Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":144,"timestamp":"2024-10-01T22:32:24.154Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":183,"timestamp":"2024-10-01T22:32:24.337Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":123,"timestamp":"2024-10-01T22:32:24.461Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":165,"timestamp":"2024-10-01T22:32:24.627Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":158,"timestamp":"2024-10-01T22:32:24.786Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":194,"timestamp":"2024-10-01T22:32:24.981Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":139,"timestamp":"2024-10-01T22:32:25.121Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":146,"timestamp":"2024-10-01T22:32:25.268Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":140,"timestamp":"2024-10-01T22:32:25.409Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":148,"timestamp":"2024-10-01T22:32:25.558Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":135,"timestamp":"2024-10-01T22:32:25.694Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":126,"timestamp":"2024-10-01T22:32:25.822Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":145,"timestamp":"2024-10-01T22:32:25.968Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":189,"timestamp":"2024-10-01T22:32:26.157Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":167,"timestamp":"2024-10-01T22:32:26.326Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":145,"timestamp":"2024-10-01T22:32:26.472Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":145,"timestamp":"2024-10-01T22:32:26.620Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":124,"timestamp":"2024-10-01T22:32:26.744Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":154,"timestamp":"2024-10-01T22:32:26.900Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":182,"timestamp":"2024-10-01T22:32:27.082Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":250,"timestamp":"2024-10-01T22:32:27.334Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":134,"timestamp":"2024-10-01T22:32:27.479Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":222,"timestamp":"2024-10-01T22:32:27.702Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":155,"timestamp":"2024-10-01T22:32:27.861Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":186,"timestamp":"2024-10-01T22:32:28.048Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":149,"timestamp":"2024-10-01T22:32:28.199Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":187,"timestamp":"2024-10-01T22:32:28.387Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":122,"timestamp":"2024-10-01T22:32:28.511Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":132,"timestamp":"2024-10-01T22:32:28.645Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":116,"timestamp":"2024-10-01T22:32:28.762Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":148,"timestamp":"2024-10-01T22:32:28.916Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":135,"timestamp":"2024-10-01T22:32:29.051Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":177,"timestamp":"2024-10-01T22:32:29.230Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":149,"timestamp":"2024-10-01T22:32:29.385Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":160,"timestamp":"2024-10-01T22:32:29.546Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":208,"timestamp":"2024-10-01T22:32:29.755Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":192,"timestamp":"2024-10-01T22:32:29.955Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":181,"timestamp":"2024-10-01T22:32:30.136Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":253,"timestamp":"2024-10-01T22:32:30.393Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":119,"timestamp":"2024-10-01T22:32:30.514Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":122,"timestamp":"2024-10-01T22:32:30.637Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":168,"timestamp":"2024-10-01T22:32:30.807Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":142,"timestamp":"2024-10-01T22:32:30.950Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":151,"timestamp":"2024-10-01T22:32:31.103Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":143,"timestamp":"2024-10-01T22:32:31.247Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":179,"timestamp":"2024-10-01T22:32:31.427Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":171,"timestamp":"2024-10-01T22:32:31.600Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":157,"timestamp":"2024-10-01T22:32:31.758Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":140,"timestamp":"2024-10-01T22:32:31.900Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":193,"timestamp":"2024-10-01T22:32:32.093Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":160,"timestamp":"2024-10-01T22:32:32.254Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":108,"timestamp":"2024-10-01T22:32:32.364Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":196,"timestamp":"2024-10-01T22:32:32.561Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":201,"timestamp":"2024-10-01T22:32:32.762Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":199,"timestamp":"2024-10-01T22:32:32.961Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":152,"timestamp":"2024-10-01T22:32:33.114Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":139,"timestamp":"2024-10-01T22:32:33.263Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":162,"timestamp":"2024-10-01T22:32:33.426Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":162,"timestamp":"2024-10-01T22:32:33.588Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":182,"timestamp":"2024-10-01T22:32:33.778Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":113,"timestamp":"2024-10-01T22:32:33.892Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":165,"timestamp":"2024-10-01T22:32:34.058Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":168,"timestamp":"2024-10-01T22:32:34.227Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":171,"timestamp":"2024-10-01T22:32:34.398Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":107,"timestamp":"2024-10-01T22:32:34.508Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":164,"timestamp":"2024-10-01T22:32:34.672Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":131,"timestamp":"2024-10-01T22:32:34.805Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":409,"timestamp":"2024-10-01T22:32:35.217Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":238,"timestamp":"2024-10-01T22:32:35.457Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":218,"timestamp":"2024-10-01T22:32:35.676Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":220,"timestamp":"2024-10-01T22:32:35.904Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":181,"timestamp":"2024-10-01T22:32:36.090Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":170,"timestamp":"2024-10-01T22:32:36.260Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":186,"timestamp":"2024-10-01T22:32:36.448Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":191,"timestamp":"2024-10-01T22:32:36.669Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":209,"timestamp":"2024-10-01T22:32:36.901Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":220,"timestamp":"2024-10-01T22:32:37.152Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":177,"timestamp":"2024-10-01T22:32:37.330Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":188,"timestamp":"2024-10-01T22:32:37.518Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":147,"timestamp":"2024-10-01T22:32:37.666Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":172,"timestamp":"2024-10-01T22:32:37.839Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":174,"timestamp":"2024-10-01T22:32:38.015Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":158,"timestamp":"2024-10-01T22:32:38.174Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":138,"timestamp":"2024-10-01T22:32:38.335Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":188,"timestamp":"2024-10-01T22:32:38.532Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":130,"timestamp":"2024-10-01T22:32:38.662Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":171,"timestamp":"2024-10-01T22:32:38.834Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":142,"timestamp":"2024-10-01T22:32:38.977Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":165,"timestamp":"2024-10-01T22:32:39.143Z"} +{"level":"info","message":"⌛ Building environment","timeElapsed":141,"timestamp":"2024-10-01T22:32:39.286Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":217,"timestamp":"2024-10-01T22:32:39.504Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":211,"timestamp":"2024-10-01T22:32:39.726Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":208,"timestamp":"2024-10-01T22:32:39.938Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":176,"timestamp":"2024-10-01T22:32:40.117Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":178,"timestamp":"2024-10-01T22:32:40.295Z"} +{"level":"info","message":"⌛ Validating dinoGame.wlk","timeElapsed":175,"timestamp":"2024-10-01T22:32:40.472Z"} diff --git a/mainExample.wpgm b/mainExample.wpgm index e28bf7d..ae1af63 100644 --- a/mainExample.wpgm +++ b/mainExample.wpgm @@ -3,7 +3,7 @@ import dinoGame.* program DinoGame { juego.configurar() - //juego.iniciar() + juego.iniciar() game.showAttributes(dino) //Debug keyboard.c().onPressDo({game.say(dino, reloj.tiempo().toString())}) game.start()