-
Running tests is quite slow. I am running a test suite of 40 simple tests that instantiate a few objects and send a few messages with no expensive computations, and it takes around 6 seconds to initia…
-
![image](https://cloud.githubusercontent.com/assets/11738011/19195334/90159708-8c87-11e6-9772-27718df91ea5.png)
i suspect this error is related to errors in projects (files moved, renamed, etc).
no…
-
Hay un typo bastante confuso en el overview de wollok ( http://www.wollok.org/learn/modulo2-objetos )
```
object pepita {
...
method volar(metros) {
energia = energia = 4 * metros
}
}
```
debe…
-
It gets to close to the text without any spacing
-
Buenas, el problema surge cuando intento configurar las preferencias de Wollok. El sistema operativo que utilizo es ubuntu mate 16.04 lts 64 bits. Básicamente, no me deja configurar nada, o sea, queda…
-
In development mode background title of New Project Wizard is white, and appears ok:
![image](https://cloud.githubusercontent.com/assets/4549002/20118711/56d4cb28-a5e4-11e6-8042-12f55c53d07c.png)
…
-
If you do somethig like
**>>>aFile.wlk**
```
class Bleh {
...
}
class Bleh {
...
}
```
Doesn't check a repeated class name. But if you do
**>>>aFile.wlk**
```
package aPackage {
class Bleh …
-
Hi !
I found that there are implicit types of numbers, integers and floating points.
So a division like this
`130 / 100 // -> 1`
would silently return 1, because 1.3 does not exists in integer…
-
![](http://image.prntscr.com/image/5db3d87ef5424661bb0a125d79fe70e3.jpg)
-
Wollok works badly under ubuntu 16.04.
The Wollok IDE starts succesfuly, but when a Wollok project is created, the wizard never ends. After Wollok is restarted, the project is created, but it isn't a…