racket / ChezScheme

Chez Scheme
Apache License 2.0
110 stars 8 forks source link

Try to eliminate dead stores #9

Closed alshopov closed 5 years ago

alshopov commented 5 years ago

Sometimes this allows removal of conditional or docs

Signed-off-by: Alexander Shopov ash@kambanaria.org

alshopov commented 5 years ago

See https://github.com/cisco/ChezScheme/pull/444

alshopov commented 5 years ago

There is a problem with the build due to some unexpected reason:


installer.sh: 2: installer.sh: Syntax error: newline unexpected
~/racket/bin/racket -v
.travis/dobootfile.sh: line 13: /home/travis/racket/bin/racket: No such file or directory
~/racket/bin/raco pkg install -i --auto --no-setup cs-bootstrap
.travis/dobootfile.sh: line 14: /home/travis/racket/bin/raco: No such file or directory
~/racket/bin/raco setup -D cs-bootstrap
.travis/dobootfile.sh: line 15: /home/travis/racket/bin/raco: No such file or directory
cd ChezScheme/
export MACH=$TARGET_MACHINE
~/racket/bin/racket -l cs-bootstrap
.travis/dobootfile.sh: line 20: /home/travis/racket/bin/racket: No such file or directory
The command ".travis/dobootfile.sh" failed and exited with 127 during .
Your build has been stopped.
samth commented 5 years ago

That error is because the latest Racket snapshot build failed, so none of the Travis runs are going to work.

alshopov commented 5 years ago

That error is because the latest Racket snapshot build failed, so none of the Travis runs are going to work.

What should I do then @samth?

samth commented 5 years ago

There's nothing you can do currently.

samth commented 5 years ago

I've now restarted the CI.

alshopov commented 5 years ago

Closing as this has been merged upstream - https://github.com/cisco/ChezScheme/pull/444. After some future merge it will come here as well.