You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm kinda new to the language, sorry if I don't know what I'm talking about.
When trying to add sentry to my deps and building it, the compiler says about a typo at sentry.cr:191:30, refering to the enum Signal
The expected there would be :ill and not :kill, as the compiler itself suggests as a correction
Full error traceback:
Error target sentry failed to compile:
Showing last frame. Use --error-trace for full trace.
In lib\sentry\src\sentry.cr:191:30
191 | app_process.signal(:kill)
^
Error: expected argument #1 to 'Process#signal' to match a member of enum Signal.
Did you mean :ill?
Overloads are:
- Process#signal(signal : Signal)
The text was updated successfully, but these errors were encountered:
I'm kinda new to the language, sorry if I don't know what I'm talking about.
When trying to add sentry to my deps and building it, the compiler says about a typo at sentry.cr:191:30, refering to the
enum Signal
The expected there would be
:ill
and not:kill
, as the compiler itself suggests as a correctionFull error traceback:
The text was updated successfully, but these errors were encountered: