Thread safe dict, call non-borrowing api #94
Annotations
8 errors and 6 warnings
build (ubuntu-24.04):
dict.go#L1
In function 'pyCriticalSection_Begin':
|
build (ubuntu-24.04):
dict.go#L10
error: 'PyCriticalSection' undeclared (first use in this function); did you mean 'pyCriticalSection'?
|
build (ubuntu-24.04):
dict.go#L10
note: each undeclared identifier is reported only once for each function it appears in
|
build (ubuntu-24.04):
dict.go#L10
error: expected expression before ')' token
|
build (ubuntu-24.04):
dict.go#L1
In function 'pyCriticalSection_End':
|
build (ubuntu-24.04):
dict.go#L13
error: 'PyCriticalSection' undeclared (first use in this function); did you mean 'pyCriticalSection'?
|
build (ubuntu-24.04):
dict.go#L13
error: expected expression before ')' token
|
build (ubuntu-24.04)
Process completed with exit code 1.
|
build (ubuntu-24.04)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (ubuntu-24.04)
Restore cache failed: Dependencies file is not found in /home/runner/work/go-python/go-python. Supported file pattern: go.sum
|
check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check
Restore cache failed: Dependencies file is not found in /home/runner/work/go-python/go-python. Supported file pattern: go.sum
|
build (macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (macos-latest)
Restore cache failed: Dependencies file is not found in /Users/runner/work/go-python/go-python. Supported file pattern: go.sum
|