feat: Add support for haskell-debugger#33
Conversation
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Rajkumar Natarajan.
|
c4bf776 to
a7133e9
Compare
|
We require contributors to sign our Contributor License Agreement, and we don't have @rajcspsg on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
MrSubidubi
left a comment
There was a problem hiding this comment.
Thanks for this!
Preliminary review, will do my best to get back to this in a timely manner again
| name = "Haskell" | ||
| description = "Haskell support." | ||
| version = "0.2.1" | ||
| version = "0.2.2" |
There was a problem hiding this comment.
Ci will lint this, but that will be done after automatically (and will be minor at least)
|
@MrSubidubi incorporated your review comments |
|
Will try to get back to you with a final review this week, apologies for the delay! |
sectore
left a comment
There was a problem hiding this comment.
Great addition. Just tested it on my local machine and it works great.
Tested manually with:
ghc --version
The Glorious Glasgow Haskell Compilation System, version 9.14.1
hdb --version
Haskell Debugger, version 0.13.1.0
zeditor --version
Zed 1.6.3Just few nits have been added from my side.
@MrSubidubi Any chance for another review? Pls consider latest review comments. cc/ @rajcspsg |
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: rajcspsg.
|
6214232 to
f302103
Compare
25135a9 to
4bba209
Compare
|
@rajcspsg Pls merge latest |
60b325f to
47b2878
Compare
Update src/debugger.rs Co-authored-by: Finn Evers <finn.evers@outlook.de> incorporate the review comments fix github actions incorporated the review comments Add debugger module in haskell.rs rebased with upstream removed unnessary files
47b2878 to
9d2c390
Compare
|
@MrSubidubi Any chance for a final review? Also for PRs #40 / #41 ? Thanks! |
closes #12
screen recording for debugger support