-
Notifications
You must be signed in to change notification settings - Fork 241
flamenco, choreo, app: Integrate Parallel Funk #4557
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
Conversation
bcb1b41
to
755548b
Compare
3166238
to
a8bd2e9
Compare
a8bd2e9
to
a82271b
Compare
if( data ) { | ||
fd_account_meta_t const * meta = fd_type_pun_const( data ); | ||
(*ctx->acct_fun)( msg->accts.funk_xid.ul[0], msg->accts.sig, &addr, meta, (uchar*)data + meta->hlen, meta->dlen, ctx->fun_arg ); | ||
if( datalen >= meta->hlen + meta->dlen ) { |
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.
What is the thinking about adding this?
4d822fc
to
3f5ea72
Compare
abc17a7
to
8d8bb40
Compare
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.
Ok so in general, I only gave this a glance and only looked at the first few files. Would be a good to do a pass to fix alignment :)
6539b50
to
9b35974
Compare
9b35974
to
d2f39d6
Compare
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.
🇺🇸
Latest Funkier integration branch