-
Me está viniendo como fully qualified name
`wollok.lang.Closure#undefined` cuando en el REPL hago
```wollok
const criterio = { 5 + 1 }
```
Lo mismo si hago
```wollok
const robustiano = …
-
If I try to rename the following `baz2` method to `baz`:
```
object foo {
method baz2() {
var x = 9
return x * 3 + 7
}
}
program abc {
console.println(null + "hello")
…
-
https://github.com/uqbar-project/wollok-language/blob/master/src/wollok/game.wlk
Line 37
Only require by method documentation a positionable, but if it does not have image methos does not run, if it…
-
Si Wollok CLI ya se encuentra en el path entonces los comandos pueden hacer directamente `wollok blah` y no sería necesario configurar el directorio
-
Hoy tenemos toda esta funcionalidad que parece que podría migrarse toda a wollok-ts:
```ts
// WOLLOK-TS: hablar con Nahue/Ivo, para mí desde acá para abajo todo se podria migrar a wollok-ts
expor…
-
Es al menos extraño el comportamiento del metodo +
"pin" + "ocho"
"pinocho"
"ben" + 10
"ben10"
10 + "ben"
error
10 + 8
18
calculo que que para el TS tambien es un problema...
-
Al tratar de subir las versiones del package.json, me encontré con que hay dependencias que dejan de funcionar:
- globby a partir de la versión 12 [rompe mal](https://github.com/sindresorhus/globby…
-
One UNQ student suggests to add some z coord to positions for control the order in which visual objects are printed in screen.
-
If no closure is passed as argument, the assert object throws and catchs an Exception. Then, the test doesn't fail.
Example:
You suppose this test fails when is executed:
```
test "pepita no puede …
-
Eso.