Skip to content

Commit

Permalink
Update wollok-ts v4.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
PalumboN authored Nov 28, 2024
1 parent 8582645 commit e2fc0b6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/init-examples/existing-folder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "existing-folder",
"version": "1.0.0",
"wollokVersion": "4.0.0",
"author": "dodain",
"author": "palumbon",
"license": "ISC"
}
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"print-message": "^3.0.1",
"socket.io": "^4.5.1",
"winston": "^3.11.0",
"wollok-ts": "^4.1.8",
"wollok-ts": "^4.1.9",
"wollok-web-tools": "^1.1.7"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions test/repl.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ describe('REPL', () => {
const stackTrace = result.split('\n')
stackTrace.length.should.equal(3)
consoleCharacters(stackTrace[0]).should.be.equal('✗ Evaluation Error!')
consoleCharacters(stackTrace[1]).should.be.equal('wollok.lang.EvaluationError wrapping TypeScript TypeError: Expected an instance of wollok.lang.Number but got a wollok.lang.String instead')
consoleCharacters(stackTrace[2]).should.be.equal('at aves.pepitaRota.vola(distancia) [aves.wlk:22]')
consoleCharacters(stackTrace[1]).should.be.equal('wollok.lang.EvaluationError: TypeError: Message (+): parameter "papa" should be a number')
consoleCharacters(stackTrace[2]).should.be.equal('at aves.pepitaRota.vola(distancia) [aves.wlk:23]')
})

describe('in a sub-folder', () => {
Expand Down

0 comments on commit e2fc0b6

Please sign in to comment.