Skip to content

Commit

Permalink
Save
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Oct 15, 2024
1 parent f385de7 commit 14f397e
Show file tree
Hide file tree
Showing 150 changed files with 14 additions and 9 deletions.
6 changes: 3 additions & 3 deletions modules/desync_otel/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def can_build(env, platform):
except FileNotFoundError:
print("Go not found. desync build skipped.")
return False
except subprocess.CalledProcessError:
except subprocess.CalledProcessError as e:
pass

if platform == "web":
Expand All @@ -25,7 +25,7 @@ def can_build(env, platform):
try:
mingw_version = subprocess.check_output(["gcc", "--version"])
print("MinGW is installed: ", mingw_version)
except Exception:
except Exception as e:
print("MinGW is not installed or not found in PATH")
return False
return True
Expand All @@ -47,7 +47,7 @@ def configure(env):
try:
go_version = subprocess.check_output(["go", "version"])
print("Golang is installed: ", go_version)
except Exception:
except Exception as e:
print("Golang is not installed or not found in PATH")
return False
return True
Expand Down
2 changes: 1 addition & 1 deletion modules/desync_otel/demo/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions modules/desync_otel/register_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/**************************************************************************/

#ifndef DESYNC_OTEL_REGISTER_TYPES_H
#define DESYNC_OTEL_REGISTER_TYPES_H
#ifndef GOLANG_REGISTER_TYPES_H
#define GOLANG_REGISTER_TYPES_H

#include "modules/register_module_types.h"

void initialize_desync_otel_module(ModuleInitializationLevel p_level);
void uninitialize_desync_otel_module(ModuleInitializationLevel p_level);

#endif // DESYNC_OTEL_REGISTER_TYPES_H
#endif // GOLANG_REGISTER_TYPES_H
4 changes: 2 additions & 2 deletions modules/desync_otel/thirdparty/desync/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[subrepo]
remote = https://github.com/V-Sekai/desync.git
branch = main
commit = 427d7af35fb02c41baa3825b3ac7a9d40afc3486
parent = 2840a8e49d26186609e05c22383e3342a338b93a
commit = 294e65fb195e79470c2a5a7d7d6bd9e84f0adbbc
parent = 65cb506ab2e1f7fb36a08f0dd5738771df935620
method = merge
cmdver = 0.4.6
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions modules/desync_otel/thirdparty/desync/testdata/blob2
1 change: 1 addition & 0 deletions modules/desync_otel/thirdparty/desync/testdata/blob2.caibx
1 change: 1 addition & 0 deletions modules/desync_otel/thirdparty/desync/testdata/blob2.store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 14f397e

Please sign in to comment.