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

Fix nested exporting #19

Merged
merged 4 commits into from
Oct 27, 2023
Merged

Fix nested exporting #19

merged 4 commits into from
Oct 27, 2023

Conversation

sam0x17
Copy link
Owner

@sam0x17 sam0x17 commented Oct 27, 2023

Fixes #18

@sam0x17 sam0x17 added the bug Something isn't working label Oct 27, 2023
@sam0x17 sam0x17 self-assigned this Oct 27, 2023
@sam0x17
Copy link
Owner Author

sam0x17 commented Oct 27, 2023

issue was with the docify attribute regex. The .to_token_stream() implementation produces output that looks like #[docify :: export] but we were not properly handling spaces between the :: and idents in the path, in the regex.

@sam0x17 sam0x17 merged commit 27e1c3a into main Oct 27, 2023
4 checks passed
@sam0x17 sam0x17 deleted the fix-nested-exporting branch October 27, 2023 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

source_excerpt: can't find item in source v0.2.5
1 participant