Skip to content

Commit

Permalink
Revert "Save"
Browse files Browse the repository at this point in the history
This reverts commit 14f397e.
  • Loading branch information
fire committed Oct 15, 2024
1 parent 14f397e commit f053c30
Show file tree
Hide file tree
Showing 150 changed files with 9 additions and 14 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 as e:
except subprocess.CalledProcessError:
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 as e:
except Exception:
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 as e:
except Exception:
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 GOLANG_REGISTER_TYPES_H
#define GOLANG_REGISTER_TYPES_H
#ifndef DESYNC_OTEL_REGISTER_TYPES_H
#define DESYNC_OTEL_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 // GOLANG_REGISTER_TYPES_H
#endif // DESYNC_OTEL_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 = 294e65fb195e79470c2a5a7d7d6bd9e84f0adbbc
parent = 65cb506ab2e1f7fb36a08f0dd5738771df935620
commit = 427d7af35fb02c41baa3825b3ac7a9d40afc3486
parent = 2840a8e49d26186609e05c22383e3342a338b93a
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: 0 additions & 1 deletion modules/desync_otel/thirdparty/desync/testdata/blob2

This file was deleted.

1 change: 0 additions & 1 deletion modules/desync_otel/thirdparty/desync/testdata/blob2.caibx

This file was deleted.

1 change: 0 additions & 1 deletion modules/desync_otel/thirdparty/desync/testdata/blob2.store

This file was deleted.

This file was deleted.

This file was deleted.

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 f053c30

Please sign in to comment.