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: fix server crash related to parsing incomplete function as a fun… #606

Merged
merged 2 commits into from
Sep 3, 2022

Conversation

llogick
Copy link
Contributor

@llogick llogick commented Aug 25, 2022

…ction's parameter

fixes #567

caused by missing files or weird file path starting
e.g.
```
pub const abc = @import(".////abc.zig");
```
Copy link
Member

@SuperAuguste SuperAuguste left a comment

Choose a reason for hiding this comment

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

Sorry for the delay, LGTM!

@SuperAuguste SuperAuguste merged commit 7a1c66d into zigtools:master Sep 3, 2022
@llogick llogick deleted the dev branch September 3, 2022 22:24
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.

Incorrect function syntax crash
2 participants