Closed
Description
by dean.w.schulze:
1. Create a package and a test for the package in a deep directory structure (for me this happens with 127 character path) 2. Run "go test" in that directory from the DOS prompt What is the expected output? Success or failure from the go test What do you see instead? An error from DOS indicating that the temporary directory structure is too deep. Which compiler are you using (5g, 6g, 8g, gccgo)? Which operating system are you using? Windows 7 Pro 64-bit Which version are you using? (run 'go version') go version go1.1.2 windows/amd64 Please provide any additional information below. Here is my command line and the output: c:\dean\courses\algorithms-stanford\design.and.analysis.of.algorithms.1\programm ing-questions\common\code\golang\src\algoutils>go test # _/c_/dean/courses/algorithms-stanford/design.and.analysis.of.algorithms.1/prog ramming-questions/common/code/golang/src/algoutils mkdir C:\Users\dean\AppData\Local\Temp\go-build651070751\_\c_\dean\courses\algor ithms-stanford\design.and.analysis.of.algorithms.1\programming-questions\common\ code\golang\src\algoutils\_test\_\c_\dean\courses\algorithms-stanford\design.and .analysis.of.algorithms.1: The filename or extension is too long. The Windows API has a problem with path names longer than 255 characters, unless the path starts with "\\?\" http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx#maxpath
Activity
robpike commentedon Sep 1, 2013
Comment 1:
Status changed to Duplicate.
Merged into issue #3358.
alexbrainman commentedon Sep 2, 2013
Comment 2:
gopherbot commentedon Sep 2, 2013
Comment 3 by dean.w.schulze:
alexbrainman commentedon Sep 3, 2013
Comment 4: