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
Dependencies are satisfied
Building: irs
In src/search/spotify.cr:261:16
261 | return URI.encode(query.rchop("+"))
^-----
Warning: Deprecated URI.encode. Use `.encode_path` instead.
In /opt/homebrew/Cellar/crystal/1.6.2/share/crystal/src/uri/encoding.cr:123:25
123 | String.build { |io| encode(string, io, space_to_plus: space_to_plus) }
^-----
Warning: Deprecated URI.encode:space_to_plus. Use `.encode_path` instead.
A total of 2 warnings were found.
system is an M1 macbook air, crystal is installed through homebrew and curerntly version 1.6.2, here's the info on the brew version of crystal for my system:
==> crystal: stable 1.6.2 (bottled), HEAD
Fast and statically typed, compiled language with Ruby-like syntax
https://crystal-lang.org/
/opt/homebrew/Cellar/crystal/1.6.2 (1,349 files, 21.9MB) *
Poured from bottle on 2022-11-20 at 11:56:38
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/crystal.rb
License: Apache-2.0
==> Dependencies
Required: bdw-gc ✔, gmp ✔, libevent ✔, libyaml ✔, llvm@14 ✔, [email protected] ✔, pcre ✔, pkg-config ✔
==> Options
--HEAD
Install HEAD version
==> Caveats
zsh completions have been installed to:
/opt/homebrew/share/zsh/site-functions
The text was updated successfully, but these errors were encountered:
get the following when running shards build:
system is an M1 macbook air, crystal is installed through homebrew and curerntly version 1.6.2, here's the info on the brew version of crystal for my system:
The text was updated successfully, but these errors were encountered: