Richard Sim
Richard Sim
https://github.com/casbin/node-casbin/blob/f859d105b31668a93f965f1e2d6c3c5cb7f22f3d/src/coreEnforcer.ts#L367 Due to a refactor ~6 months ago, model.buildRoleLinks(rmMap) is called within a loop over rmMap.values() in coreEnforcer.buildRoleLinksInternal(). Not only is this inefficient, but if rmMap is empty then model.buildRoleLinks()...
--- Starting step: BUILD KICAD --- -- The C compiler identification is Clang 5.0.0 -- The CXX compiler identification is Clang 5.0.0 -- Check for working C compiler: /usr/bin/cc --...
CMake Error at /opt/local/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (message): Could NOT find SWIG (missing: SWIG_EXECUTABLE SWIG_DIR) Call Stack (most recent call first): /opt/local/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:291 (_FPHSA_FAILURE_MESSAGE) /opt/local/share/cmake-2.8/Modules/FindSWIG.cmake:67 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) pcbnew/CMakeLists.txt:9 (find_package) -- Configuring incomplete, errors occurred! make:...
bzr: ERROR: unknown command "patch" make[2]: **\* [/Users/rsim/dev/KicadOSXBuilder/src/cern-kicad/.downloads-by-cmake/boost_1_54_0/src/boost-stamp/boost-patch] Error 3 make[1]: **\* [CMakeFiles/boost.dir/all] Error 2 make: **\* [all] Error 2 build error on BUILD KICAD STEP: 5
The include path for type_traits seems to not be in the list of include directories being passed to the compiler. The file exists in several places: ``` KicadOSXBuilder rsim$ find...
On a Win10 system with regular (non-HDPI) monitors the graphical pattern wraps to multiple rows in both Chrome 62 and FireFox. i.e. if there are 10 columns displayed, 7 will...
readPropertyForNode:parent:isExtraProp: has variables named 'type' declared at both the outermost level, and nested within; this will cause build warnings/errors if HiddenLocalVariables warning is turned on in the project settings. The...
### Xmake Version 2.9.5 ### Operating System Version and Architecture Windows 11 ### Describe Bug The conan profile is not setting `compiler.version` in xmake 2.9.5 for MSVC 2022. I'm running...
**What does this PR do?** This is a continuation of [my previous PR](https://github.com/premake/premake-core/pull/2264) (CC @samsinsane - it's me again sorry!), improving the error message output for `include()` a bit, making...