This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ make -f Makefile.direct test | |
cc -O -I./include -I./libatomic_ops/src -DGC_ATOMIC_UNCOLLECTABLE -DNO_EXECUTE_PERMISSION -DALL_INTERIOR_POINTERS -c ./tests/test.c | |
mv test.o tests/test.o | |
rm -f gctest | |
./if_mach SPARC DRSNX cc -O -I./include -I./libatomic_ops/src -DGC_ATOMIC_UNCOLLECTABLE -DNO_EXECUTE_PERMISSION -DALL_INTERIOR_POINTERS -o gctest tests/test.o gc.a -lucb | |
./if_mach HP_PA HPUX cc -O -I./include -I./libatomic_ops/src -DGC_ATOMIC_UNCOLLECTABLE -DNO_EXECUTE_PERMISSION -DALL_INTERIOR_POINTERS -o gctest tests/test.o gc.a -ldld `./threadlibs` | |
./if_mach M68K AMIGA cc -O -I./include -I./libatomic_ops/src -DGC_ATOMIC_UNCOLLECTABLE -DNO_EXECUTE_PERMISSION -DALL_INTERIOR_POINTERS -UGC_AMIGA_MAKINGLIB -o gctest tests/test.o gc.a `./threadlibs` | |
./if_not_there gctest cc -O -I./include -I./libatomic_ops/src -DGC_ATOMIC_UNCOLLECTABLE -DNO_EXECUTE_PERMISSION -DALL_INTERIOR_POINTERS -o gctest tests/test.o gc.a `./threadlibs` | |
^^^^Starting command^^^^ | |
./setjmp_test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user@MSEDGEWIN10:~/bdwgc$ autoreconf -vif && automake --add-missing > autoreconf.log | |
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal --force -I m4 | |
autoreconf: configure.ac: tracing | |
autoreconf: configure.ac: adding subdirectory libatomic_ops to autoreconf | |
autoreconf: Entering directory `libatomic_ops' | |
autoreconf: running: libtoolize --copy --force | |
libtoolize: putting auxiliary files in `.'. | |
libtoolize: copying file `./ltmain.sh' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ crystal --version | |
Crystal 0.18.7 (2016-08-05) | |
$ crystal tmp/test.cr | |
Pinging... | |
Pinging... | |
Pinging... | |
Pinging... | |
Pinging... | |
Pinging... | |
Pinging... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test: | |
pre: | |
- python -m SimpleHTTPServer: | |
background: true | |
pwd: build | |
- sleep 5 | |
override: | |
- wget -r -l8000 --spider -e robots=off -D localhost http://localhost:8000 -o $CIRCLE_ARTIFACTS/broken-links.log | |
post: | |
- rm build/nohup.out |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
gem "octokit", "~> 4.0" | |
gem "highline", "~> 1.7" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function extractCountries() { | |
var sheet = SpreadsheetApp.getActiveSheet(); | |
var cells = sheet.getActiveRange(); | |
if (cells.getNumColumns() != 2) { | |
Logger.log("Must select the Location, Country."); | |
return; | |
} | |
var addressColumn = 1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[33mUsing /usr/bin/llvm-config-3.8 [version=3.8.0][0m | |
g++ -c -o src/llvm/ext/llvm_ext.o src/llvm/ext/llvm_ext.cc `/usr/bin/llvm-config-3.8 --cxxflags` | |
cc -fPIC -c -o src/ext/sigfault.o src/ext/sigfault.c | |
ar -rcs src/ext/libcrystal.a src/ext/sigfault.o | |
CRYSTAL_CONFIG_PATH=`pwd`/src ./bin/crystal build --stats -o .build/crystal src/compiler/crystal.cr -D without_openssl -D without_zlib | |
Parse: 00:00:00.0000727 ( 0.19MB) | |
Semantic (top level): 00:00:00.4215326 ( 77.52MB) | |
Semantic (new): 00:00:00.0035324 ( 77.52MB) | |
Semantic (type declarations): 00:00:00.0433313 ( 85.52MB) | |
Semantic (abstract def check): 00:00:00.0010754 ( 85.52MB) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: bug-3946 | |
version: 0.1.0 | |
crystal: 0.20.5 | |
dependencies: | |
callback: | |
github: mosop/callback | |
version: 0.6.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NoMethodError: super: no superclass method `get_source_file' for #<Middleman::Sitemap::Extensions::Redirects::RedirectResource:0x007fee61bb40c0> | |
/Users/mgarcia/.rbenv/versions/1.9.3-p484/lib/ruby/gems/1.9.1/gems/middleman-core-3.3.3/lib/middleman-core/sitemap/extensions/proxies.rb:61:in `get_source_file' | |
/Users/mgarcia/.rbenv/versions/1.9.3-p484/lib/ruby/gems/1.9.1/gems/middleman-core-3.3.3/lib/middleman-core/sitemap/resource.rb:33:in `source_file' | |
/Users/mgarcia/.rbenv/versions/1.9.3-p484/lib/ruby/gems/1.9.1/gems/middleman-core-3.3.3/lib/middleman-core/meta_pages/sitemap_resource.rb:42:in `resource_properties' | |
/Users/mgarcia/.rbenv/versions/1.9.3-p484/lib/ruby/gems/1.9.1/gems/middleman-core-3.3.3/lib/middleman-core/meta_pages/sitemap_resource.rb:20:in `block (2 levels) in render' | |
/Users/mgarcia/.rbenv/versions/1.9.3-p484/lib/ruby/gems/1.9.1/gems/padrino-helpers-0.12.2/lib/padrino-helpers/output_helpers.rb:65:in `call' | |
/Users/mgarcia/.rbenv/versions/1.9.3-p484/lib/ruby/gems/1.9.1/gems/padrino-helpers-0. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ time curl http://localhost:4567/__middleman/sitemap/ > sitemap.error.html | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 185k 100 185k 0 0 928 0 0:03:24 0:03:24 --:--:-- 43912 | |
real 3m24.078s | |
user 0m0.012s | |
sys 0m0.020s |