uqbar-project / wollok

Wollok Programming Language
GNU General Public License v3.0
60 stars 16 forks source link

Feature removing constructors #1978

Closed fdodino closed 3 years ago

fdodino commented 3 years ago

Bueno, primer feature del Roadmap 2021. Hay muchos cambios:

(*) el test es éste

// this test is covered by validation but not by interpreter
  // test "missing uninitialized attribute should fail instantiation" {
  //   assert.throwsException { new Ave(edad = 22) }
  // }
coveralls commented 3 years ago

Coverage Status

Coverage decreased (-2.3%) to 83.846% when pulling 30109d7b32c0e5cd896ef3b4b378689da68464de on feature-removing-constructors into 1183b94bc480dd2a0ca5896085fd7dd6ec0d80ef on dev.