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
git fetch && git merge origin | |
remote: Counting objects: 198, done. | |
remote: Compressing objects: 100% (169/169), done. | |
remote: Total 198 (delta 111), reused 57 (delta 29) | |
Receiving objects: 100% (198/198), 252.37 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (111/111), done. | |
From git://github.com/JuliaLang/julia | |
43ef954..9299b25 master -> origin/master | |
+ 8a381ad...d35c7d9 arm-make3 -> origin/arm-make3 (forced update) | |
1393314..babd52d cjh/fix-7304 -> origin/cjh/fix-7304 |
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
(setq w32-get-true-file-attributes nil) | |
(add-to-list 'load-path | |
(concat user-emacs-directory | |
(convert-standard-filename "personal/modules"))) | |
(prelude-require-packages | |
'(nyan-mode | |
ag | |
clang-format |
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
(flycheck-define-checker julia-lint | |
"A Julia syntax checker using Lint.jl." | |
:command ("julia" "-e" | |
"using Lint; lintfile(ARGS[1])" source-inplace) | |
:error-patterns | |
((info line-start | |
(zero-or-more blank) | |
(file-name) " " | |
(one-or-more (not digit)) | |
line " INFO" (one-or-more blank) (message) line-end) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Exception: EXCEPTION_ACCESS_VIOLATION at 0x6bf96886 -- jl_interpret_toplevel_thunk_with at C:\Users\patrick\AppDat | |
a\Local\Julia-0.4.0-dev-b47d3d0\bin\libjulia.dll (unknown line) | |
jl_interpret_toplevel_thunk_with at C:\Users\patrick\AppData\Local\Julia-0.4.0-dev-b47d3d0\bin\libjulia.dll (unkno | |
wn line) | |
jl_interpret_toplevel_expr_in at C:\Users\patrick\AppData\Local\Julia-0.4.0-dev-b47d3d0\bin\libjulia.dll (unknown | |
line) | |
jl_interpret_toplevel_thunk_with at C:\Users\patrick\AppData\Local\Julia-0.4.0-dev-b47d3d0\bin\libjulia.dll (unkno | |
wn line) | |
jl_eval_with_compiler_p at C:\Users\patrick\AppData\Local\Julia-0.4.0-dev-b47d3d0\bin\libjulia.dll (unkn |
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
{ | |
"cells": [ | |
{ | |
"cell_type": "code", | |
"execution_count": 110, | |
"metadata": { | |
"collapsed": false | |
}, | |
"outputs": [], | |
"source": [ |
OlderNewer