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
$ bundle exec omnibus build llvm | |
[CLI] I | 2017-05-09T17:31:54+00:00 | Using config from 'omnibus.rb' | |
Building llvm ... | |
[Software: llvm] I | 2017-05-09T17:31:54+00:00 | Resolving manifest entry for llvm | |
[Licensing] W | 2017-05-09T17:31:55+00:00 | Project 'llvm' does not contain licensing information. | |
[Licensing] W | 2017-05-09T17:31:55+00:00 | Software 'llvm' does not contain licensing information. | |
[Software: llvm] I | 2017-05-09T17:31:55+00:00 | Could not restore from cache | |
[NetFetcher: llvm] I | 2017-05-09T17:31:55+00:00 | Cleaning project directory `/var/cache/omnibus/src/llvm' | |
[NetFetcher: llvm] I | 2017-05-09T17:31:55+00:00 | Extracting `/var/cache/omnibus/cache/llvm-3.8.1.src.tar.xz' to `/var/cache/omnibus/src/llvm' | |
[Builder: llvm] I | 2017-05-09T17:31:57+00:00 | Starting build |
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
participants = [ | |
"Bugs Bunny (@bugsbunny)", | |
"Duffy Duck (@duffyduck)", | |
"Porky Pig (@porkypig)" | |
] | |
participants.size | |
WINNERS_SIZE = 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
require "html_builder" | |
html = HTML.build do | |
link(href: "http://crystal-lang.org") do | |
text "Crystal is awesome" | |
end | |
end |
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
ok 1/1069 since 2017-02-17 00:20:41 -0300 | |
Memory: 21.0M (limit: 100.0M) | |
ok 1/2 since 2017-02-17 01:55:13 -0300 | |
Memory: 14.0M (limit: 100.0M) | |
ok 1/4 since 2017-02-17 01:56:36 -0300 | |
Memory: 13.0M (limit: 100.0M) | |
ok 1/23 since 2017-02-17 01:56:36 -0300 | |
Memory: 13.0M (limit: 100.0M) | |
ok 1/139 since 2017-02-17 01:56:36 -0300 | |
Memory: 16.0M (limit: 100.0M) |
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 |
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
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
[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
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
source 'https://rubygems.org' | |
gem "octokit", "~> 4.0" | |
gem "highline", "~> 1.7" |