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

[crystal-lang] Resolve type check compile error in ApiError #18759

Merged

Commits on May 26, 2024

  1. Even with .nil? typecheck, compiler still fails due to .empty? call o…

    …n nillable type. This appears a poor implementation issue by crystal-lang, but this explicit try avoids the issue for now.
    usiegj00 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    4ca661d View commit details
    Browse the repository at this point in the history
  2. Made call more succinct.

    usiegj00 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    9b4b189 View commit details
    Browse the repository at this point in the history