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

Make sure to match ask pattern in test_builder #159

Merged
merged 1 commit into from
Jul 10, 2021

Conversation

ono-max
Copy link
Collaborator

@ono-max ono-max commented Jul 10, 2021

Current test builder can't get the ask pattern like this. This PR fix it.

$ bin/gentest target.rb
DEBUGGER: Session start (pid: 95363)
[1, 4] in ~/workspace/debug/target.rb
=>    1| a = 1
      2| b = 2
      3| c = 3
      4| d = 4
=>#0	<main> at ~/workspace/debug/target.rb:1
INTERNAL_INFO: {"location":"~/workspace/debug/target.rb:1","line":1}

(rdbg)b 2
 b 2
#0  BP - Line  /Users/naotto/workspace/debug/target.rb:2 (line)
INTERNAL_INFO: {"location":"~/workspace/debug/target.rb:1","line":1}

(rdbg)del
 del
#0  BP - Line  /Users/naotto/workspace/debug/target.rb:2 (line)

# test builder crashed here.

@ko1 ko1 merged commit eccd182 into ruby:master Jul 10, 2021
@ono-max ono-max deleted the match-ask-pattern-in-test-builder branch July 10, 2021 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants