Sterling Greene

Results 244 comments of Sterling Greene

It also happens without debugging symbols because things like `__FILE__` expand to the full file path (due to the way we pass the path to the compiler). That was the...

@ThadHouse could you describe what you're using the path for?

Hmm, does the last file included in the prefix-header not have CRLF for your real project? That might be why the sample works.

Ah, good. Gary originally worked on this. Would you be interested in contributing a fix? Have you been able to reproduce the issue with the `pre-compiled-headers` sample that comes in...

Using "file://C:/Apps/Microsoft Visual Studio 10.0" might be a workaround (but I need to try this on my Windows box).

@lacasseio what do you think we should do for this on Linux? ignoring the error because something looks like a Windows path might be the wrong thing to do.

This doesn't look right to me... The plugins project is a lot older and has other tangling dependencies, so we don't want to make other projects depend on it if...

@Vampire could you check this again with 7.2? https://github.com/gradle/gradle/issues/17806#issuecomment-885190533