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
crystal installed on macos (m1/silicon) and then 1.4.0 and the master branch from git compile with:
shards install
shards build
without errors and then when config file is created according to instruction the following error pops up:
Unhandled exception: Missing hash key: "binary_directory" (KeyError)
from /opt/homebrew/Cellar/crystal/1.7.3/share/crystal/src/hash.cr:1080:9 in '[]'
from /opt/homebrew/Cellar/crystal/1.7.3/share/crystal/src/yaml/any.cr:96:7 in '[]'
from src/bottle/config.cr:55:12 in 'binary_location'
from src/interact/ripper.cr:8:13 in '~Ripper::BIN_LOC:init'
from src/irs.cr:8:1 in '__crystal_main'
from /opt/homebrew/Cellar/crystal/1.7.3/share/crystal/src/crystal/main.cr:115:5 in 'main_user_code'
from /opt/homebrew/Cellar/crystal/1.7.3/share/crystal/src/crystal/main.cr:101:7 in 'main'
from /opt/homebrew/Cellar/crystal/1.7.3/share/crystal/src/crystal/main.cr:127:3 in 'main'
The text was updated successfully, but these errors were encountered:
crystal installed on macos (m1/silicon) and then 1.4.0 and the master branch from git compile with:
shards install
shards build
without errors and then when config file is created according to instruction the following error pops up:
Unhandled exception: Missing hash key: "binary_directory" (KeyError)
from /opt/homebrew/Cellar/crystal/1.7.3/share/crystal/src/hash.cr:1080:9 in '[]'
from /opt/homebrew/Cellar/crystal/1.7.3/share/crystal/src/yaml/any.cr:96:7 in '[]'
from src/bottle/config.cr:55:12 in 'binary_location'
from src/interact/ripper.cr:8:13 in '~Ripper::BIN_LOC:init'
from src/irs.cr:8:1 in '__crystal_main'
from /opt/homebrew/Cellar/crystal/1.7.3/share/crystal/src/crystal/main.cr:115:5 in 'main_user_code'
from /opt/homebrew/Cellar/crystal/1.7.3/share/crystal/src/crystal/main.cr:101:7 in 'main'
from /opt/homebrew/Cellar/crystal/1.7.3/share/crystal/src/crystal/main.cr:127:3 in 'main'
The text was updated successfully, but these errors were encountered: