Skip to content

Commit

Permalink
bump: 0.4.4 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xTrayambak committed Jan 26, 2025
1 parent 040d251 commit 4df3f8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion bali.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.4.5"
version = "0.5.0"
author = "xTrayambak"
description = "The Bali JavaScript Engine"
license = "GPL3"
Expand Down
3 changes: 0 additions & 3 deletions src/bali/runtime/interpreter.nim
Original file line number Diff line number Diff line change
Expand Up @@ -1092,9 +1092,6 @@ proc generateInternalIR*(runtime: Runtime) =

runtime.vm.registers.callArgs.reset()

print a
print b

let res = runtime.isStrictlyEqual(a, b)
print res
if not res:
Expand Down

0 comments on commit 4df3f8e

Please sign in to comment.