-
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
Featureless entrypoints #2246
Featureless entrypoints #2246
Conversation
c0927a9
to
46287a6
Compare
02f9145
to
c8ddd54
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.
Nice stuff!
Can we test this using one of the actual contracts? Like one of them importing another one and then showing that it compiles and that it still works correctly in an integration test?
Yep, that's the idea. Gonna add that tomorrow and then we can hit the big merge button |
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.
Very nice. It feels a bit too easy to be true to be honest. But I don't see any issue with that approach.
Kinda does, doesn't it. But the CI checks seem to verify that it does work (also did some tests with proc-macros first; but it seems that it does what it should do) |
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.
Looks very nice!
Can you do some cleanup on the new contracts? I would remove the license files, .editorconfig, .gitignore and the README of the inner-contract.
c862dd5
to
9c9ec09
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.
LGTM. Nice work!
thank you to share it |
Closes #1627
After merging and releasing this, we can just remove any and all mention of the library feature :P