Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] add tests for assigns sort #137

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

yuxiaomao
Copy link
Collaborator

@yuxiaomao yuxiaomao commented Feb 12, 2025

Caused by fun.assigns not sorted as expected. Fix in haxe

Failed example:

> p this
([15], Test) : $Closure:0
  $0 = [15] : Array<Int>
  $1 = Test : Test
> p functionvar
Error Unknown identifier functionvar
Called from hld.Eval.evalExpr (hld/Eval.hx line 220)
Called from hld.Eval.eval (hld/Eval.hx line 101)
Called from hld.Debugger.getValue (hld/Debugger.hx line 832)
Called from hld.Main.command (hld/Main.hx line 281)
Called from hld.Main.command (hld/Main.hx line 281)

@yuxiaomao yuxiaomao merged commit 5081ed0 into vshaxe:master Feb 13, 2025
2 checks passed
@yuxiaomao yuxiaomao deleted the dev-ci-test-nooptcapture branch February 13, 2025 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant