custom-op icon indicating copy to clipboard operation
custom-op copied to clipboard

Fix stack overflow of bash when copying tf headers

Open mareikethies opened this issue 4 years ago • 1 comments

Fixes issue described in #87. Putting together the copy command for tf headers in tf_configure.bzl using " && " causes a stack overflow in msys2 bash.exe on windows. Executing each copy as a single command (via "\n") prevents this.

mareikethies avatar Dec 02 '20 17:12 mareikethies

This would also totally help my project! There might be other issues down the line and we would be glad to track and fix them!

akmaier avatar Apr 20 '21 12:04 akmaier