yuyang-ok opened PR #6123 from yuyang-ok:fix_col
to bytecodealliance:main
.
yuyang-ok requested jameysharp for a review on PR #6123.
yuyang-ok requested wasmtime-compiler-reviewers for a review on PR #6123.
cfallin submitted PR review.
cfallin submitted PR review.
cfallin created PR review comment:
Rather than the callback approach, maybe it would be simpler to just provide a list of paths and strings? Something like:
pub fn from_file_contents(files: Vec<(PathBuf, String)>) -> Result<Lexer<'a>>
?
yuyang-ok closed without merge PR #6123.
yuyang-ok reopened PR #6123.
yuyang-ok edited PR #6123.
yuyang-ok submitted PR review.
yuyang-ok created PR review comment:
@cfallin Yeah,sure.
yuyang-ok updated PR #6123.
yuyang-ok updated PR #6123.
yuyang-ok updated PR #6123.
jameysharp submitted PR review:
All the logic is good here, and I can see why this is useful, so I'll go ahead and merge it. Thank you!
For future reference: I would have preferred that you not delete the blank lines that are in places outside of your changes, but I don't care enough to delay this PR.
jameysharp merged PR #6123.
Last updated: Nov 22 2024 at 16:03 UTC