-
Currently is has a lot of files and different examples, like guides and execersices.
They all should have their own repositories. For example:
``` uqbar-project/wollok-excersice-monstersinc```
So ev…
-
If you rename a project, change display resolution, and sometimes when you rename a method, you get
![image](https://cloud.githubusercontent.com/assets/4549002/25948534/45c5149c-362a-11e7-8246-92b4…
-
I have a project with the following structure inside of the src folder:
3-objetos-y-mensajes (name of mumuki guide)
tomYJerry (name of exercise)
2 wlk files
2 wtest files
anoth…
-
Volvio a aparecer esta molesta ventana
![image](https://user-images.githubusercontent.com/11738011/29618744-7de1d722-87ef-11e7-8323-177847998217.png)
es similar al #1083 pero con otra causa
pude…
-
Currently navigating a constructor call only takes yo to the class, because the link is a crossref to a class.
The actual linking to a particular constructor is being done dynamically by the interpret…
-
Thinking of an introduction for students in the VCS world, we realised a simple proyect with 2 useful files (in the eyes of the student) consists of this paraphernalia:
![untitled](https://cloud.gith…
-
If I invoke a constructor with an invalid argument count, the first parameter is underlined, which is not accurate. We should highlight the whole constructor invocation expression.
![llamada a cons…
-
I received today a mail from a student, reporting this code in a describe.wtest file
``` xtend
class Presentacion {
var fecha
var locacion
var participantes
constructor(_fecha, _locacio…
-
This
```wollok
mixin M {
constructor(pd) { }
method a() {}
}
```
raises an error in "constructor" which says "You should declare constructors before methods", which is not the case.
I…
-
Although is nice to ensure that there are no empty tests nor programs, the error message you get is quite confusing: `required (...)+ loop did not match anything at input '}'`
It should be something…