-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rtti: symbol table to lookup structures #66
Conversation
With this it is now possible to fully handle recursive types.
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
This comment was marked as outdated.
This comment was marked as outdated.
1 similar comment
This comment was marked as outdated.
This comment was marked as outdated.
Wait its commit message says I signed but the commit content says you? And it still failed? |
This comment was marked as outdated.
This comment was marked as outdated.
@larcher We're still having trouble here. It actually managed to commit something but somehow still fails... |
recheck |
Grr CLAssistant is being annoying again. The requirement has obviously been met so I'm going to go ahead and override the check and merge. |
@@ -2,6 +2,7 @@ | |||
// Licensed under the Apache 2.0 license found in the LICENSE file or at: | |||
// https://opensource.org/licenses/Apache-2.0 | |||
|
|||
#include "src/workerd/api/actor.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might need to be <workerd/api/actor.h>
.
… On Wed, Oct 12, 2022 at 10:07 AM Harris Hancock ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In src/workerd/api/api-rtti-test.c++
<#66 (comment)>:
> @@ -2,6 +2,7 @@
// Licensed under the Apache 2.0 license found in the LICENSE file or at:
// https://opensource.org/licenses/Apache-2.0
+#include "src/workerd/api/actor.h"
This might need to be <workerd/api/actor.h>.
—
Reply to this email directly, view it on GitHub
<#66 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAZJBVJNZRS3NNNMCA7GLWC3V4HANCNFSM6AAAAAAQ2BTEWU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
With this it is now possible to fully handle recursive types.