Skip to content
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

Missing FC Typenames (Issue #1217) #1248

Merged
merged 4 commits into from
Aug 17, 2018
Merged

Missing FC Typenames (Issue #1217) #1248

merged 4 commits into from
Aug 17, 2018

Conversation

jmjatlanta
Copy link
Contributor

@jmjatlanta jmjatlanta commented Aug 11, 2018

This is the core portion of #1217, and works with PR bitshares/bitshares-fc#74

Prior get_typename was generating classes on many unnecessary classes. This modification correctly generates code for only the classes necessary.

@pmconrad
Copy link
Contributor

Note: waiting for fc bump

static const char* name()
{
return (std::string("graphene::chain::extension<")
+ fc::get_typename<T>::name() + std::string(">")).c_str();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to change to static n here as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Done. Thanks.

@jmjatlanta
Copy link
Contributor Author

I'm happy to bump FC as part of this ticket. Is that the way it should be done, or in a separate PR? Thanks.

@abitmore
Copy link
Member

... bump FC as part of this ticket. Is that the way it should be done ..

Yes.

@pmconrad
Copy link
Contributor

I think that needs a stronger bump. :-)

@pmconrad
Copy link
Contributor

Note: this includes the fix for #1244

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants