crystal-community / icr

Interactive console for Crystal programming language
MIT License
505 stars 40 forks source link

Reset does not work #78

Closed Jens0512 closed 6 years ago

Jens0512 commented 6 years ago

When i enter icr do whatever (same thing happens when i do nothing first also) and enter reset I get the following error

undefined local variable or method 'reset'

  reset
  ^~~~~
veelenga commented 6 years ago

Be sure to use master. Reset feature was not included into the latest release, so it wouldn't work if you installed it using a package manager.

Jens0512 commented 6 years ago

@veelenga I am on the master branch, and i did not install it using a package manager EDIT: Nevermind! Sorry for being wrong. And thank you very much for this awesome cli!

veelenga commented 6 years ago

Does it work for you now? Or the issue still persists?

Jens0512 commented 6 years ago

@veelenga It works now, i don't know what i did wrong the first time. I am completely sure i followed the steps in the installation section. After doing the same thing again (deleting the previous symlink) it worked