Commit Graph

860 Commits (bd447ec8e3d034fb6577271f8b2277f226f510db)

Author SHA1 Message Date
Shuhei Kadowaki bd447ec8e3 update links 2020-06-14 13:34:43 +09:00
Shuhei Kadowaki 03079a5dac update README 2020-06-14 04:19:20 +09:00
Shuhei Kadowaki e179bd098e replace CI badge 2020-06-14 04:17:34 +09:00
Shuhei Kadowaki 4a96f2c19a add codecov badge 2020-06-14 04:15:45 +09:00
Shuhei Kadowaki 7955308a0a
Merge pull request #314 from JunoLab/avi/actions
use GitHub actions for tests, enable faster CI cycle
2020-06-14 04:15:08 +09:00
Shuhei Kadowaki 21835644a0 enable GitHub actions CI for faster test cycle 2020-06-14 04:08:28 +09:00
Shuhei Kadowaki 5a585f845a improve ansi character removal 2020-06-14 04:06:25 +09:00
Shuhei Kadowaki f077609798 fix repository url 2020-06-14 04:05:28 +09:00
Shuhei Kadowaki 46a0da597d
Merge pull request #373 from JunoLab/avi/fixtermresult
improve term result
2020-06-14 02:52:33 +09:00
Shuhei Kadowaki 2070610a58 🔥 Plots.jl/Gadfly.jl integration test 2020-06-14 02:25:32 +09:00
Shuhei Kadowaki 7d6fddc749 improve term result 2020-06-14 01:53:17 +09:00
Shuhei Kadowaki dadce5110c
Merge pull request #372 from JunoLab/avi/fire
🔥
2020-06-14 01:43:55 +09:00
Shuhei Kadowaki 5d3dd15733 🔥 2020-06-14 01:43:32 +09:00
Shuhei Kadowaki 608bb3df4a
Merge pull request #371 from JunoLab/avi/error
follow RMarkdown more: make `throw_error` option into chunk option
2020-06-14 00:02:54 +09:00
Shuhei Kadowaki e0a9d044cd
Merge pull request #370 from JunoLab/avi/type
fix `Report` typings, and hooks
2020-06-13 23:19:29 +09:00
Shuhei Kadowaki 912387c331 follow RMarkdown more: make `throw_error` option into chunk option 2020-06-13 23:09:51 +09:00
Shuhei Kadowaki c1bc2fd5c5 fix weird typings of `Report` 2020-06-13 22:44:13 +09:00
Shuhei Kadowaki d586c24792 clean up:
- unused `:display` chunk option
- rm `displayed` chunk field
- rm `cur_result`, `pendind_code`, `term_state` `Report` field
- rm `:skip` config option
- rm unfunctional `include` chunk option for now
2020-06-13 22:44:13 +09:00
Shuhei Kadowaki d468912332
Merge pull request #369 from JunoLab/avi/cleanup
clean up:
2020-06-13 22:39:34 +09:00
Shuhei Kadowaki 753afe24d7
Merge pull request #368 from JunoLab/avi/config
config powerup
2020-06-13 22:23:55 +09:00
Shuhei Kadowaki c0e7e66ec3 clean up:
- unused `:display` chunk option
- rm `displayed` chunk field
- rm `cur_result`, `pendind_code`, `term_state` `Report` field
- rm `:skip` config option
2020-06-13 21:59:09 +09:00
Shuhei Kadowaki fd07d2db3f
Merge pull request #367 from JunoLab/avi/fixpath
fix paths
2020-06-13 21:52:11 +09:00
Shuhei Kadowaki 8d95e159e2 config powerup 2020-06-13 21:42:09 +09:00
Shuhei Kadowaki 9fac56f681 why `get_outname` defined in run.jl 2020-06-13 21:14:44 +09:00
Shuhei Kadowaki b709ce8aef
Merge pull request #364 from JunoLab/avi/fix263
fixes #263
2020-06-13 21:14:02 +09:00
Shuhei Kadowaki 4a89b04759 fix `get_cwd` 2020-06-13 20:48:44 +09:00
Shuhei Kadowaki ec986b387b `cd` into doc's working directory 2020-06-13 20:42:57 +09:00
Shuhei Kadowaki f8b1c5104b more test clean up 2020-06-11 20:28:55 +09:00
Shuhei Kadowaki d88675d521 rm rich_output test
will be replaced by per-format rendering test
2020-06-11 20:26:25 +09:00
Shuhei Kadowaki e52c30f72e add test 2020-06-11 20:20:42 +09:00
Shuhei Kadowaki 66c33e6679 fixes #263 2020-06-11 20:20:30 +09:00
Shuhei Kadowaki cdd653e028 make Weave.path really path 2020-06-10 01:24:08 +09:00
Shuhei Kadowaki 8515c0dcde SandBox -> mod 2020-06-10 00:36:40 +09:00
Shuhei Kadowaki 3a7cb360af
Merge pull request #363 from JunoLab/avi/fixregression
fix header regression, add test, update test
2020-06-05 19:56:30 +09:00
Shuhei Kadowaki c7b566aaaa fix header regression, add test, update test 2020-06-05 18:59:02 +09:00
Shuhei Kadowaki 3e6cda8950
Merge pull request #361 from JunoLab/avi/list
make `list_out_formats` return return just data structure
2020-06-02 19:57:59 +09:00
Shuhei Kadowaki f1d8838bc5
Merge pull request #360 from JunoLab/avi/refc
yet another clean up:
2020-06-02 19:52:46 +09:00
Shuhei Kadowaki 3faa8e2d95 make `list_out_formats` return return just data structure 2020-06-02 19:35:07 +09:00
Shuhei Kadowaki 3ddb1375eb yet another clean up:
- remove weird dispatches
- rm unused `result_no` field
2020-06-02 19:25:34 +09:00
Shuhei Kadowaki 73bf7fe77f
Merge pull request #350 from JonasIsensee/texexports
Reworking format.jl
2020-06-02 19:24:13 +09:00
Shuhei Kadowaki 533667b9ad type annotate API 2020-06-02 19:03:30 +09:00
Shuhei Kadowaki aa7fd311d8 use isnothing & isempty 2020-06-02 19:00:40 +09:00
Shuhei Kadowaki 0760591021 bump up to julia 1.2 2020-06-02 15:48:02 +09:00
Shuhei Kadowaki 04b24ea83b a bit more reorder 2020-06-02 15:45:38 +09:00
Shuhei Kadowaki 4b12f3da99 reorder functions again 2020-06-02 15:40:04 +09:00
Shuhei Kadowaki c6b23d4541 drop LTS support:
- first, it's really dull to keep compatibility with LTS
- and now we want to use `Base.@kwdef` for creating types with 
supertypes, and LTS can't have that for reasons
2020-06-02 15:33:17 +09:00
Shuhei Kadowaki ae48729cff use type field to restore header check 2020-06-02 15:31:41 +09:00
Shuhei Kadowaki 19b4a7974f reorder WeaveFormat field defs 2020-06-02 15:31:18 +09:00
Shuhei Kadowaki 0bdab33630 Merge branch 'master' into texexports 2020-06-01 22:45:32 +09:00
Shuhei Kadowaki 55d2c975cd set rendering options with dispatch:
- remove unused field defs
- in theory extensible, once documented
- fix test
- start to change terminology, `format` -> `render`
2020-06-01 22:36:48 +09:00