Zero

Results 3 comments of Zero

I've decided to investigate the issue once again, and it seems to still being a problem here https://github.com/YappyBots/YappyGitLab/blob/95d65fcabb53417435cc62054b7eed2a9451ce2a/lib/Web.js#L65-L66 https://github.com/YappyBots/YappyGitLab/blob/95d65fcabb53417435cc62054b7eed2a9451ce2a/lib/Web.js#L110 The issue is that it only credits `action` field, but not...

The root of this issue is [`CUtlFilenameSymbolTable`](https://github.com/ValveSoftware/source-sdk-2013/blob/57a8b644af418c691f1fba45791019cf2367dedd/src/public/tier1/utlsymbol.h#L237) used to store file names in the filesystem module using `CUtlStableHashtable` as [`HashTable`](https://github.com/ValveSoftware/source-sdk-2013/blob/57a8b644af418c691f1fba45791019cf2367dedd/src/tier1/utlsymbol.cpp#L292C51-L292C87), with `CUtlStableHashtable`'s [`KeyHashT`](https://github.com/ValveSoftware/source-sdk-2013/blob/57a8b644af418c691f1fba45791019cf2367dedd/src/public/tier1/utlhashtable.h#L777) ending up being `DefaultHashFunctor` (since `CUtlConstString` is...