Skip to content

Reftest: update sed-cmd#6675

Merged
kit-ty-kate merged 5 commits intoocaml:masterfrom
rjbou:reftest-sed-cmd
Sep 23, 2025
Merged

Reftest: update sed-cmd#6675
kit-ty-kate merged 5 commits intoocaml:masterfrom
rjbou:reftest-sed-cmd

Conversation

@rjbou
Copy link
Copy Markdown
Collaborator

@rjbou rjbou commented Sep 5, 2025

to permit no space at the end

@rjbou rjbou requested a review from kit-ty-kate September 5, 2025 14:08
@rjbou rjbou marked this pull request as ready for review September 5, 2025 14:08
@rjbou
Copy link
Copy Markdown
Collaborator Author

rjbou commented Sep 11, 2025

Updated. I've added a commit to indent the file, it was very messy (seems my fault, wrong switch in the time i guess).

Printf.sprintf {|C:\Windows\system32\%s.exe|} cmd;
Printf.sprintf {|C:\Windows\system32\%s|} cmd;
Printf.sprintf {|C:\Windows\system 32\%s.exe|} cmd;
Printf.sprintf {|C:\Windows\system 32\%s|} cmd;
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what are the other paths that we can add ?

Copy link
Copy Markdown
Member

@kit-ty-kate kit-ty-kate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aside from the one minor indentation related comment, lgtm

@rjbou
Copy link
Copy Markdown
Collaborator Author

rjbou commented Sep 23, 2025

Updated the PR. I've added a test & fix to homogeneise output between sandboxed & non sandboxed commands verbose mode to fix what we saw on windows run

 Processing  2/3: [build: true]
-+ true (CWD=${BASEDIR}/OPAM/global-variable/.opam-switch/build/build.1)
++ true  (CWD=${BASEDIR}/OPAM/global-variable/.opam-switch/build/build.1)
 -> compiled  build.1

@kit-ty-kate
Copy link
Copy Markdown
Member

Thanks!

@kit-ty-kate kit-ty-kate merged commit 0bdfa2e into ocaml:master Sep 23, 2025
46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants