Discussions about Propensive software and events, including Fury, Magnolia, Contextual and Scala World.
@kubukoz similarly https://fury.build/installation says
Fury has not yet been publicly released, but a beta version has been made available to some users as an executable script, fury-0.3.0.sh
[emphasis mine]
script in the directory test/passing
mkdir -p dist/bundle/lib
mkdir -p opt
curl -k -C - -s -o opt/fury-0.7.14.sh "http://downloads.furore.dev/fury-0.7.14.sh"
sh opt/fury-0.7.14.sh opt/fury-0.7.14
_____
/ ___/__ __ ____ __ __
/ __/ / // // ._// // /
/_/ \_._//_/ \_. /
\___/
Fury build tool for Scala, version 0.7.14.
This software is provided under the Apache 2.0 License.
Copyright 2019 Jon Pretty, Propensive OÜ.
This will install Fury on your computer.
* Installing Fury to opt/fury-0.7.14
* Found Java version 11.0.4.
* Installing Fury version 0.7.14...
* Installed Fury 0.7.14.
* Not updating shell configurations for batch-mode installation
* Checking for currently-active Fury daemon...
touch opt/fury-0.7.14/bin/fury
mkdir -p bootstrap/bin
tar cvzf bootstrap/build.fury .focus.fury layers/*
.focus.fury
layers/0A24A1586682A39838622B66BACF81A3B51A7F3448371AB31B54B75DA12DCD28
layers/170FFB493AD839E66CD7F53CC22E808852B98777274C1F200EACE8BBA19AD952
layers/3D11B9BCF50FBE70B34AAA410734DA6667123A7B5BB96AAFC8F6E187FC10B031
layers/72BC2FA87BC7E554FABB094FF86E87B8C4FC8CC43DB9543C9986F46F82AB7E04
opt/fury-0.7.14/bin/fury layer extract -f bootstrap/build.fury
opt/fury-0.7.14/bin/fury permission grant --module frontend --project fury -P 729
make: *** [Makefile:84: dist/bundle/lib/fury-frontend.jar] Error 131
make clean. Just make install after jenv local 1.8 didn't work
killall java
Verifier. Has anybody got any idea what causes a macro to not expand? I'd like to help solve this issue but don't know where to start :c
Hey folks, trying to bring Contextual into my ScalaJS project. I'm hitting a pretty basic error when I try to use it:
type mismatch;
[error] found : interpolators.PhoneNumberValueInterpolator.Output
[error] required: interpolators.PhoneNumberValue
[error] PhoneNumber( phoneNumberValue"970-349-5044", "Order!"),In my interpolator, I've got:
object PhoneNumberValueInterpolator extends Interpolator {
type Out = PhoneNumberValueI thought it would be able to connect the fact that interpolators.PhoneNumberValueInterpolator.Output == PhoneNumberValue , but apparently I'm missing something
Looks like my issue is probably that there hasn't been a release since this was merged 2 weeks ago: propensive/contextual@0d4c86f
Is there any ETA on the next release?
~/D/fury ❯❯❯ make install
Writing current version (0.17.0-2-g5aa01ef) to a file...done
Cloning the Fury layer over IPFS...
Done
Compiling Fury from source...
Downloading Fury 0.17.0...fail
Could not download Fury version 0.17.0
Failed
Creating bundle file...done
Rewriting Fury launcher script for local use...done
Installing Fury...
Launching Fury 0.17.0-2-g5aa01ef in standalone mode...
Error: Could not find or load main class fury.FuryServer
Caused by: java.lang.ClassNotFoundException: fury.FuryServer
Failed
make: *** [install] Error 1