nyanpasu64

Results 175 comments of nyanpasu64

1. If I change a method's parameter types in .cpp and .h, I get link errors. The method's users were never recompiled, so the new mangled-name in the implementation !=...

I have reliably reproduced this in my own project, with CLion build system. Clone https://github.com/jimbo1qaz/0CC-FamiTracker/tree/clion and checkout the `clion` branch. - CLion jom/ccache setup: [jimbo1qaz/0CC-FamiTracker/wiki](https://github.com/jimbo1qaz/0CC-FamiTracker/wiki/CLion:-Jom-(parallel-builds)-and-clcache-(fast-partial-builds,-faster-than-VS2017)) To reproduce the bug: -...

I posted a minimal test case, below the divider Also all Appveyor builds are broken. Should I make a separate issue?

Did you look into the issue yet? I suspect because of the extern object in the header, its class isn't treated as a dependency when rebuilding a .cpp using that...

I tried running a build in Visual Studio with CLCACHE_CL set. The build ~~never started (I'm not sure if CLCACHE_CL was passed into clcache.exe properly)~~ complained CL.exe path was too...

- Call path: C:\path\cl.exe -> python C:\path\cl(which doesn't exist) -> loads the actual clcache package from directory tree. - This may be wrong. - hasattr(sys, "frozen") is false. - sys.argv[0]...

What causes the exception to enter Logcat, despite being caught? What causes requests to 192.0.2.255 and ff12::8384, is this normal behavior to get caught by the DNS filter? Maybe it's...

Does your addon integrate with the other, or is it an unrelated addon developed by someone else? RIght now, does that only work for Firefox extensions, not Chrome->Webextensions?

Ran into this issue. ``` nyanpasu64@mba> git cola Traceback (most recent call last): File "/Users/nyanpasu64/.local/bin/git-cola", line 40, in from cola.main import main File "/Users/nyanpasu64/.local/pipx/venvs/git-cola/share/git-cola/lib/cola/main.py", line 6, in from . import...

Still an issue on commit f4cdf65dcb950a761d0ff79149ad89caee32ab2a. This occurs in all repositories with no HEAD (both newly `git init` repos, and `git checkout --orphan $branch_name`). I had written a bug report,...