Compare commits

...

3 Commits

Author SHA1 Message Date
Yaniv Kaul
1382de3a5f Potential fix for pull request finding 'Wrong number of arguments in a call'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
2025-12-15 15:23:51 +02:00
Yaniv Kaul
3496b35aba Fix for Missing call to superclass __init__ during object initialization
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-12-15 15:09:39 +02:00
Jenkins Promoter
d5641398f5 Update pgo profiles - aarch64 2025-12-15 05:16:31 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -405,6 +405,7 @@ class RpcVerbParam(ASTBase):
argument as an `foreign_ptr<lw_shared_ptr<>>`
If the [[ref]] attribute is specified the send function signature will contain this type as const reference"""
def __init__(self, type, name, attributes=Attributes()):
super().__init__(None)
self.type = type
self.name = name
self.attributes = attributes

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80a47fe93866989aaf7e949168fcd308e95841e78c976a61f9eac20bfdd34d96
size 6448960
oid sha256:3cbe2dd05945f8fb76ebce2ea70864063d2b282c4d5080af1f290ead43321ab3
size 6444732