asdf-crystal
asdf-crystal copied to clipboard
Crystal plugin for the asdf version manager
Hi there! How can we set `interpreter=1` to `make` ? Or should we delete `crystal` via `asdf` and build it from source? ---- Links: - [Crystal's Interpreter](https://crystal-lang.org/2021/12/29/crystal-i.html)
Here is what it currently looks like, a bit off:
I am running Ubuntu 18.04 and installed crystal 0.33.0 via asdf. I seemingly installed fine, `crystal --help` ran fine. However, compiling a crystal-file led to complaints about "libpcre" missing. I...
I seem to be running into precisely this issue: https://github.com/crystal-lang/crystal/issues/6875 I followed the fix instructions there and they didn't help with my asdf-installed crystal. I `asdf plugin-remove crystal` and followed...
Crystal does have nightly's. It would be cool if we could install those. The official crystal installer script would probably be good to use for reference. https://crystal-lang.org/install.sh
Some of the other language plugins support downloading from a specific commit reference. For example, from the [Elixir plugin](https://github.com/asdf-vm/asdf-elixir#using-the-cli): ```console asdf local elixir ref: ``` Or ```console asdf global elixir...
% uname -a Darwin Phuong-Mac-M1-Pro.local 20.5.0 Darwin Kernel Version 20.5.0: Sat May 8 05:10:31 PDT 2021; root:xnu-7195.121.3~9/RELEASE_ARM64_T8101 arm64 % asdf list crystal No versions installed % asdf install crystal 1.1.0...
I have a system install of PCRE tools that includes the `pcregrep` binary. When I installed the `asdf-crystal` plugin, suddenly I couldn't run `pcregrep` anymore, with this error: ``` asdf:...
Hey y'all! Reporting an issue that I'm having when trying to run the [Amber framework](https://github.com/amberframework/amber) specs on my local machine. I'm asking in this repository rather than in the amber...
Results in an error .asdf/installs/crystal/0.33.0/bin/shards: cannot execute binary file: Exec format error Can be reproduce on raspberry pi...