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 duplicate @compile attribute #839

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

ruslandoga
Copy link
Contributor

Or should it maybe be removed completely?

@@ -665,7 +665,7 @@ defmodule Sentry.Config do
"""
end

@compile {:inline, fetch!: 1}
@compile {:inline, get: 1}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@compile {:inline, fetch!: 1} is already defined above, on line 656

@whatyouhide whatyouhide changed the title fix duplicate inline Fix duplicate @compile attribute Dec 17, 2024
@whatyouhide
Copy link
Collaborator

Thank you! 💟

@whatyouhide whatyouhide merged commit b695453 into getsentry:master Dec 17, 2024
4 checks passed
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.

2 participants