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

Implement runtime IID calculation for parametric interfaces via const fn #76

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Boddlnagg
Copy link
Collaborator

First step towards const fn evaluation. Changes:

  • Change ComIid trait to return by value (should be changed to an associated const before merging this)
  • Add fullname strings to RT_CLASS, RT_STRUCT & RT_ENUM
  • Add dependency on uuid crate ... we need to see whether they will support const fn evaluation eventually

Finishing this depends on at least rust-lang/rfcs#2632

First step towards const fn evaluation. Changes:
- Change ComIid trait to return by value (should eventually be changed to an associated const)
- Add fullname strings to RT_CLASS, RT_STRUCT & RT_ENUM
- Add dependency on uuid crate ... we need to see whether they will support const fn evaluation eventually

Finishing this depends on at least rust-lang/rfcs#2632
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.

None yet

1 participant