Mariana

Results 3 issues of Mariana

I just enabled the type system and was trying it out (I'm currently using Wollok 1.8) and noticed this: ![imagen](https://user-images.githubusercontent.com/715971/62216367-fccc2800-b37e-11e9-9b98-e3b16d8eeca3.png) `salud` is inferred as `Any` even though it has a...

component: type system

Given the following exceptions: class NoSePuedeAgregar inherits Exception{} class NoCumpleSerCompositor inherits NoSePuedeAgregar{} class NoCumpleHabilidad inherits NoSePuedeAgregar{} And this assertion: assert.throwsExceptionWithType(new NoSePuedeAgregar(), {presentacion1.agregarMusico(kike)}) I would have expected that if the block...

type: Needs Discussion
component: sdk-lib

I was trying to do some quickfix oriented programming and when you create a method that is expected to return something, the method is created with an empty body and...

type: Enhancement
severity: 2 - Medium