view .hgignore @ 973:38409549db43 toa2019082903

Log with addresses + added fingerprint mechanism to avoid calling zombie objects where: - a message is sent with a receiver - the receiver dies - another receiver with the SAME address is created - the message reply is executed --> execution on the wrong object! (since their "identity" is their address. The fix is to identify them with an UUID stored at creation time)
author Benjamin Golinvaux <bgo@osimis.io>
date Thu, 29 Aug 2019 18:07:55 +0200
parents f9ae731fdc25
children 8e497a4e3d96
line wrap: on
line source

syntax: glob
*~
*.cpp.orig
*.h.orig
.vs/
.vscode/
Applications/Qt/archive/
Applications/Samples/ThirdPartyDownloads/
Applications/Samples/build-wasm/
Applications/Samples/build-web/
Applications/Samples/node_modules/
Applications/Samples/rt-viewer-demo/ThirdPartyDownloads/
Applications/Samples/rt-viewer-demo/build-sdl-msvc15/
Applications/Samples/rt-viewer-demo/build-tsc-output/
Applications/Samples/rt-viewer-demo/build-wasm/
Applications/Samples/rt-viewer-demo/build-web/
Applications/build-*
CMakeLists.txt.user
Platforms/Generic/ThirdPartyDownloads/
Resources/CodeGeneration/.env
Resources/CodeGeneration/.idea
Resources/CodeGeneration/__pycache__
Resources/CodeGeneration/build/
Resources/CodeGeneration/build_browser/
Resources/CodeGeneration/testCppHandler/build/
Resources/CodeGeneration/testCppHandler/build_msbuild/
Resources/CodeGeneration/testWasmIntegrated/build-final/
Resources/CodeGeneration/testWasmIntegrated/build-tsc/
Resources/CodeGeneration/testWasmIntegrated/build-wasm/
Resources/CommandTool/flatc-tests/basic/build/
Resources/CommandTool/protoc-tests/generated_js/
Resources/CommandTool/protoc-tests/generated_ts/
Resources/CommandTool/protoc-tests/node_modules/
Samples/Sdl/ThirdPartyDownloads/
Samples/Sdl/CMakeLists.txt.orig
Samples/Qt/ThirdPartyDownloads/

Samples/WebAssembly/build/
Samples/WebAssembly/ThirdPartyDownloads/
Samples/WebAssembly/installDir/