Skip to content

Commit

Permalink
Merge branch 'master' into horizon
Browse files Browse the repository at this point in the history
Conflicts:
	build/phase0/pyret.js
	docs/written/trove/srcloc.js.rkt
	src/arr/compiler/compile-lib.arr
	src/arr/compiler/compile-structs.arr
	src/arr/compiler/locators/builtin.arr
	src/arr/compiler/locators/legacy-path.arr
	src/arr/trove/graph.arr
	src/js/trove/world.js
	tests/pyret/tests/test-builtin-locator.arr
	tools/benchmark/README.md
  • Loading branch information
blerner committed Feb 29, 2016
2 parents a5d99d0 + e49fb43 commit ae20813
Show file tree
Hide file tree
Showing 18 changed files with 356,526 additions and 374,282 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ $(RELEASE_DIR)/phase1:
$(call MKDIR,$(RELEASE_DIR)/phase1)

ifdef VERSION
release-gzip: $(PYRET_COMP) phase1 $(RELEASE_DIR)/phase1
gzip -c $(PYRET_COMP) > $(RELEASE_DIR)/pyret.js
release-gzip: $(PYRET_COMP) phase1 standalone1 $(RELEASE_DIR)/phase1
gzip -c $(PHASE1)/pyret.js > $(RELEASE_DIR)/pyret.js
(cd $(PHASE1) && find * -type d -print0) | parallel --gnu -0 mkdir -p '$(RELEASE_DIR)/phase1/{}'
(cd $(PHASE1) && find * -type f -print0) | parallel --gnu -0 "gzip -c '$(PHASE1)/{}' > '$(RELEASE_DIR)/phase1/{}'"
horizon-gzip: standalone1 $(RELEASE_DIR)/phase1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

![Yarr](https://raw.github.com/brownplt/pyret-lang/master/img/pyret-banner.png)

[![Build Status](https://travis-ci.org/brownplt/pyret-lang.png)](https://travis-ci.org/brownplt/pyret-lang)
[![Build Status](https://travis-ci.org/brownplt/pyret-lang.svg)](https://travis-ci.org/brownplt/pyret-lang)

A scripting language.

Expand Down
Loading

0 comments on commit ae20813

Please sign in to comment.