Doug Coleman
32cd600ffb
mason.test: Check the user-init-errors so we get a fixable error.
2014-04-28 00:27:50 -07:00
John Benediktsson
72efd16074
yaml: some formatting/cleanup.
2014-04-27 15:41:24 -07:00
Jon Harper
e6301c4cd2
YAML: expose libyaml's errors
2014-04-27 15:24:26 -07:00
Jon Harper
559f140a93
YAML: handle recursive data and anchors' identity
2014-04-27 15:24:26 -07:00
Jon Harper
8a7b8eb169
YAML: cleanup, don't prettyprint the linked-assoc
...
It's not useful because it's not homoiconic because of recursivity
2014-04-27 15:24:26 -07:00
Jon Harper
107e67194a
YAML: simple error when constructing undefined anchors
2014-04-27 15:24:25 -07:00
Jon Harper
514d3f72f9
YAML: cleanup, remove unreachable code
2014-04-27 15:24:25 -07:00
Jon Harper
3623778d26
YAML: correctly emit f as "!!bool false"
2014-04-27 15:24:25 -07:00
Jon Harper
83347ee964
YAML: docs
2014-04-27 15:24:25 -07:00
Jon Harper
2db5962cc3
YAML: support !!set, !!omap and !!pair
2014-04-27 15:24:24 -07:00
Jon Harper
c7613e62a0
YAML: workaround deep-copy structs
2014-04-27 15:24:24 -07:00
Jon Harper
7925686dbc
YAML: Add tests for anchors in yaml>
2014-04-27 15:24:24 -07:00
Jon Harper
b60d1c86f9
YAML: parse anchors
2014-04-27 15:24:24 -07:00
Jon Harper
11d6c820b0
YAML: cleanup USING:
2014-04-27 15:24:24 -07:00
Jon Harper
18c88d9905
YAML: convert some factor types to/from yaml types
2014-04-27 15:24:24 -07:00
Jon Harper
557e0a3d3e
YAML: add some tests from pyyaml test suite.
2014-04-27 15:24:24 -07:00
Jon Harper
679cfd618c
YAML: declare function parameters as bools
2014-04-27 15:24:23 -07:00
Jon Harper
5b5a680fb4
YAML: add a debug word to check sizes of structs
2014-04-27 15:24:23 -07:00
Jon Harper
64db12711a
YAML: add a debug vocab
2014-04-27 15:24:23 -07:00
Jon Harper
eddf2c1ab4
YAML: fix parsing when key is f
2014-04-27 15:24:23 -07:00
Jon Harper
7701e1dace
YAML: use factor's c-string in more places
2014-04-27 15:24:23 -07:00
Jon Harper
2a409cdec6
YAML: don't test types on complex key test
2014-04-27 15:24:23 -07:00
Jon Harper
adae95bfb4
YAML: ffi, fix default tags
2014-04-27 15:24:23 -07:00
Jon Harper
fda21bb74e
YAML: ffi typo cleanup
2014-04-27 15:24:22 -07:00
Jon Harper
9174cf0d31
YAML: cleanup, tags are defined in the ffi
2014-04-27 15:24:22 -07:00
Jon Harper
d1b1a40e6d
YAML: indent/docs
2014-04-27 15:24:22 -07:00
Jon Harper
4ccb1a9e54
YAML: add yaml-docs> and >yaml-docs
2014-04-27 15:24:22 -07:00
Jon Harper
eb1987924e
YAML: support non-scalar keys
2014-04-27 15:24:22 -07:00
Jon Harper
43f9318489
yaml: load lib for windows and macosx
2014-04-27 15:24:22 -07:00
Jon Harper
73642b173f
YAML: add simple tests for >yaml and >yaml
2014-04-27 15:24:22 -07:00
Jon Harper
5fe3ff9c52
YAML: convert from factor object <-> strings
2014-04-27 15:24:22 -07:00
Jon Harper
76406f60d3
YAML: add FFI (from "yaml.h")
2014-04-27 15:24:21 -07:00
John Benediktsson
88c0028d13
imap: try and make tests work from multiple builders at the same time.
2014-04-25 21:29:41 -07:00
Doug Coleman
3184021a6b
marvel: Add new vocabulary.
2014-04-25 18:57:21 -07:00
John Benediktsson
d27fa562e8
html.entities: minor refactor for clarity.
2014-04-23 21:30:46 -07:00
John Benediktsson
2ed87ace0f
txon: can just use replace instead of re-replace.
2014-04-22 17:52:57 -07:00
John Benediktsson
478cc0bb98
wikipedia: use html-unescape.
2014-04-22 17:50:11 -07:00
John Benediktsson
3c640add1e
images: remove redundancy in some of the test code.
2014-04-22 16:38:57 -07:00
John Benediktsson
5373a985d7
html.entities: adding some examples to the docs.
2014-04-22 15:51:25 -07:00
John Benediktsson
c6de3e9967
html.entities: fix minor doc error.
2014-04-22 14:37:55 -07:00
John Benediktsson
78d0aad87d
http.server.responses: adding <html-content>, use it.
2014-04-22 13:47:25 -07:00
John Benediktsson
4d7ace5531
html.entities: simpler re-charref.
2014-04-21 22:35:31 -07:00
John Benediktsson
bcb14d7a22
html.entities: add a test to show "&".
2014-04-21 20:43:04 -07:00
John Benediktsson
f5aa41c0ce
html.entities: slightly better (looking) docs.
2014-04-21 19:19:14 -07:00
John Benediktsson
0d3956fa7c
html.entities: reference the table in the w3 specs.
2014-04-21 19:15:55 -07:00
John Benediktsson
e79bb8f6e4
html.entities: adding better HTML 5 escaping.
2014-04-21 19:03:59 -07:00
John Benediktsson
70fd2ebf52
html.parser.util: removing incomplete html escaping.
2014-04-21 19:03:48 -07:00
John Benediktsson
91119d87f4
html.parser.utils: adding a simple html escape/unescape.
2014-04-21 16:59:38 -07:00
Björn Lindqvist
c21a562529
fuel.pprint: . needs to be escpaed to load prettyprint's help page
2014-04-18 08:43:12 -07:00
Björn Lindqvist
b9082ca7b1
FUEL: fallback to the all-words algorithm when search doesnt work
...
It's to hard to figure out the correct "in" and "usings" values for
fuel-eval-in-context when *fuel help* is looking at articles. Instead
of trying, fallback on the less precise word lookup algorith and
accept that it sometimes will lead you wrong.
2014-04-18 08:43:11 -07:00