Skip to content

Support non-identifier visibility like pub(crate)#28

Merged
Hoverbear merged 5 commits intojbaublitz:masterfrom
djc:non-ident-vis
Sep 1, 2019
Merged

Support non-identifier visibility like pub(crate)#28
Hoverbear merged 5 commits intojbaublitz:masterfrom
djc:non-ident-vis

Conversation

@djc
Copy link
Contributor

@djc djc commented Aug 27, 2019

This also upgrades to syn-1.

Sorry again for the callout on Twitter, I normally don't worry much about "public" Twitter mentions (and DMs don't always work) but should have appreciated that others might.

@est31 est31 mentioned this pull request Aug 29, 2019
12 tasks
@est31
Copy link

est31 commented Aug 29, 2019

This would be very helpful for nushell (nushell/nushell#362), maybe @djc even made it with nushell in mind. After this a new crates.io release would be really great. Thanks!

@djc
Copy link
Contributor Author

djc commented Aug 29, 2019

This was indeed done with nu shell in mind. 👍

Copy link
Collaborator

@Hoverbear Hoverbear left a comment

Choose a reason for hiding this comment

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

LGTM! I tried to add this back in the first impl but it wasn't stable yet. :(

quote = "0.6.10"
syn = "0.15.21"
proc-macro2 = { version = "0.4.24", default-features = false }
quote = "1"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks!!!!

@Hoverbear
Copy link
Collaborator

Thanks for this @djc , been on vacation this last week. :)

@Hoverbear Hoverbear merged commit dc4a249 into jbaublitz:master Sep 1, 2019
@Hoverbear Hoverbear added this to the 0.0.8 milestone Sep 1, 2019
@SteveLauC
Copy link

It would be great if this is documented in the get-started example:)

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.

4 participants