##ArgParse
Current Version: 0.0.0
Package for parsing command-line arguments to Julia programs.
| pi@raspberrypi:~/dev/julia $ make | |
| patching file CMakeLists.txt | |
| Hunk #1 FAILED at 217. | |
| 1 out of 1 hunk FAILED -- saving rejects to file CMakeLists.txt.rej | |
| -- checking for module 'libcurl' | |
| -- package 'libcurl' not found | |
| CMake Error at /usr/share/cmake-3.0/Modules/FindOpenSSL.cmake:293 (list): | |
| list GET given empty list | |
| Call Stack (most recent call first): | |
| CMakeLists.txt:277 (FIND_PACKAGE) | 
| avik-mb:julia4 aviks$ usr/bin/lldb usr/bin/julia-debug -- -e 'include(joinpath(Pkg.dir("Taro"), "test", "runtests.jl"))' | |
| (lldb) target create "usr/bin/julia-debug" | |
| Current executable set to 'usr/bin/julia-debug' (x86_64). | |
| (lldb) settings set -- target.run-args "-e" "include(joinpath(Pkg.dir(\"Taro\"), \"test\", \"runtests.jl\"))" | |
| (lldb) process launch | |
| Process 43096 launched: '/Users/aviks/dev/julia/julia4/usr/bin/julia-debug' (x86_64) | |
| WARNING: dlopen is deprecated, use Libdl.dlopen instead. | |
| in depwarn at ./deprecated.jl:62 | |
| in dlopen at ./deprecated.jl:30 | |
| in findjvm at /Users/aviks/.julia/v0.4/JavaCall/src/JavaCall.jl:80 | 
| <!doctype html> | |
| <html> | |
| <head><script>(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ | |
| var VNode = require('vtree/vnode'); | |
| var svg = require('virtual-hyperscript/svg'); | |
| var VText = require('vtree/vtext'); | |
| var VPatch = require('vtree/vpatch'); | |
| var diff = require('virtual-dom/diff'); | |
| var patch = require('virtual-dom/patch'); | |
| var createElement = require('virtual-dom/create-element'); | 
| using Gadfly | |
| using DataFrames | |
| using Compose | |
| using Datetime | |
| x = Array(Any,100); | |
| for i=100:-1:1 | |
| x[100-i+1] = string(today()-day(-1*(100-i))) | |
| end | 
| %367 = call %jl_value_t* @jl_apply_generic(%jl_value_t* inttoptr (i64 51520768 to %jl_value_t*), %jl_value_t** %366, i32 2), !dbg !3563 | |
| store %jl_value_t* %367, %jl_value_t** %420, !dbg !3569 | |
| Instruction does not dominate all uses! | |
| %367 = call %jl_value_t* @jl_apply_generic(%jl_value_t* inttoptr (i64 51520768 to %jl_value_t*), %jl_value_t** %366, i32 2), !dbg !3563 | |
| store %jl_value_t* %367, %jl_value_t** %422, !dbg !3569 | |
| Instruction does not dominate all uses! | |
| %384 = call %jl_value_t* @jl_apply_generic(%jl_value_t* inttoptr (i64 51520768 to %jl_value_t*), %jl_value_t** %383, i32 2), !dbg !3564 | |
| store %jl_value_t* %384, %jl_value_t** %423, !dbg !3569 | |
| Broken module found, verification continues. | 
| #http://foo.com | |
| X.127.16.9 - - [12/Jan/2014:08:50:06 --0500] [foo.com/sid#7f8aa3d63ea8][rid#7f8a9d8c00a0/initial] (3) [perdir /var/www/] strip per-dir prefix: /var/www/www.foo.com/ -> www.foo.com/ | |
| X.127.16.9 - - [12/Jan/2014:08:50:06 --0500] [foo.com/sid#7f8aa3d63ea8][rid#7f8a9d8c00a0/initial] (3) [perdir /var/www/] applying pattern '^(.*)' to uri 'www.foo.com/' | |
| X.127.16.9 - - [12/Jan/2014:08:50:06 --0500] [foo.com/sid#7f8aa3d63ea8][rid#7f8a9d8c00a0/initial] (2) [perdir /var/www/] rewrite 'www.foo.com/' -> 'http://www.foo.com/www.foo.com/' | |
| X.127.16.9 - - [12/Jan/2014:08:50:06 --0500] [foo.com/sid#7f8aa3d63ea8][rid#7f8a9d8c00a0/initial] (2) [perdir /var/www/] explicitly forcing redirect with http://www.foo.com/www.foo.com/ | |
| X.127.16.9 - - [12/Jan/2014:08:50:06 --0500] [foo.com/sid#7f8aa3d63ea8][rid#7f8a9d8c00a0/initial] (1) [perdir /var/www/] escaping http://www.foo.com/www.foo.com/ for redirect | |
| X.127.16.9 - - [12/Jan/2014:08:50:06 --0500] [foo.com/sid#7f8aa3d63ea8][rid#7f8a9d8c00a0/initial] (1) [perdir /var/ww | 
| Process: julia-release-readline [14588] | |
| Path: /Users/USER/*/julia | |
| Identifier: julia-release-readline | |
| Version: ??? (???) | |
| Code Type: X86-64 (Native) | |
| Parent Process: bash [372] | |
| Date/Time: 2013-02-02 01:19:48.510 +0000 | |
| OS Version: Mac OS X 10.7.5 (11G63) | |
| Report Version: 9 | 
##ArgParse
Current Version: 0.0.0
Package for parsing command-line arguments to Julia programs.