fdopen / opam-repository-mingw

windows package repository for OPAM (mingw and msvc)
https://fdopen.github.io/opam-repository-mingw/
Creative Commons Zero v1.0 Universal
96 stars 34 forks source link

ocaml-env seems to change some unrelated file's newline behavior? #92

Open chenglou opened 3 years ago

chenglou commented 3 years ago

Hello! I'm running your stack on GitHub Action Windows CI, with the current default git settings (checked out files as CRLF). However, it seems that ocaml-env exec -- trivialScript changes some things. The files are still in CRLF but in my setup, git diff is showing a diff, possibly a stale git diff cache (I hardly believe this is actually the case but I've checked all the file's line ending at every step of my commands).

Tldr:

I'm unfamiliar with where I can find the source to ocaml-env; do you know what could have happened here?

chenglou commented 3 years ago

cc @smorimoto who'll probably want to know about this =)