Commit Graph

1988 Commits

Author SHA1 Message Date
Tom Alexander 9a13cb72c6
Make the wasm test binary async. 2023-12-25 14:32:01 -05:00
Tom Alexander 65abaa332f
Separate out the wasm test into its own feature/binary. 2023-12-25 13:12:32 -05:00
Tom Alexander 67e5829fd9
Populating document's children. 2023-12-25 12:55:48 -05:00
Tom Alexander 995b41e697
Remove deserialize to support borrows. 2023-12-25 12:42:38 -05:00
Tom Alexander eb51bdfe2f
Add original field name to wasm macro. 2023-12-25 12:32:35 -05:00
Tom Alexander bbb9ec637a
Add code to test the wasm code path without actually dropping into wasm. 2023-12-25 12:14:50 -05:00
Tom Alexander dc012b49f5
Add a generic WasmAstNode enum. 2023-12-25 11:51:39 -05:00
Tom Alexander 13863a68f7
Add placeholders for all the wasm ast nodes. 2023-12-25 11:33:43 -05:00
Tom Alexander 2962f76c81
Add lifetime to wasm objects. 2023-12-25 11:19:09 -05:00
Tom Alexander b9b3ef6e74
Populate standard properties. 2023-12-25 10:47:10 -05:00
Tom Alexander 310ab2eab2
Add standard properties to wasm. 2023-12-24 15:26:45 -05:00
Tom Alexander 53320070da
Define a wasm document. 2023-12-24 15:17:41 -05:00
Tom Alexander 2d5593681f
Start defining the return type. 2023-12-24 13:02:34 -05:00
Tom Alexander b3f97dbb40
Add wasm-bindgen. 2023-12-24 00:59:41 -05:00
Tom Alexander a48d76321e
Building basic wasm. 2023-12-24 00:47:32 -05:00
Tom Alexander 59222c58b1
Publish version 0.1.13.
rustfmt Build rustfmt has succeeded Details
clippy Build clippy has succeeded Details
rust-build Build rust-build has succeeded Details
rust-foreign-document-test Build rust-foreign-document-test has succeeded Details
rust-test Build rust-test has succeeded Details
2023-12-15 21:10:21 -05:00
Tom Alexander 4d95a7f244
Merge branch 'post_blank'
clippy Build clippy has succeeded Details
rustfmt Build rustfmt has succeeded Details
rust-foreign-document-test Build rust-foreign-document-test has succeeded Details
rust-build Build rust-build has succeeded Details
rust-test Build rust-test has succeeded Details
2023-12-15 20:11:20 -05:00
Tom Alexander 5a8159eed7
Fix clippy.
clippy Build clippy has succeeded Details
rust-build Build rust-build has succeeded Details
rust-test Build rust-test has succeeded Details
rust-foreign-document-test Build rust-foreign-document-test has succeeded Details
2023-12-15 19:57:35 -05:00
Tom Alexander e24fcb9ded
Add dummy values for new fields for plaintext. 2023-12-15 19:54:03 -05:00
Tom Alexander 4b94dc60d2
Fix handling of documents containing only whitespace. 2023-12-15 19:49:12 -05:00
Tom Alexander 2046603d01
Fix handling post blank for org documents. 2023-12-15 19:42:43 -05:00
Tom Alexander 30412361e1
Fix handling fixed width area post-blank inside a list. 2023-12-15 19:37:33 -05:00
Tom Alexander e846c85188
Fix handling fixed width areas with empty lines in the middle. 2023-12-15 19:17:16 -05:00
Tom Alexander 99b74095e6
Fix heading post-blank. 2023-12-15 19:10:14 -05:00
Tom Alexander 6b802d36bf
Implement the new fields for target. 2023-12-15 18:57:19 -05:00
Tom Alexander 33ca43ca40
Remove the old Paragraph::of_text function.
clippy Build clippy has failed Details
rust-foreign-document-test Build rust-foreign-document-test has failed Details
rust-build Build rust-build has succeeded Details
rust-test Build rust-test has succeeded Details
2023-12-15 18:06:48 -05:00
Tom Alexander f5280a3090
Implement the new fields for bullshitium broken dynamic block. 2023-12-15 18:04:42 -05:00
Tom Alexander c28d8ccea4
Fix post-blank for headlines containing only whitespace. 2023-12-15 17:59:47 -05:00
Tom Alexander 9690545901
Fix setting contents for broken end bullshitium when there is a paragraph present.
clippy Build clippy has failed Details
rust-build Build rust-build has succeeded Details
rust-foreign-document-test Build rust-foreign-document-test has failed Details
rust-test Build rust-test has failed Details
2023-12-15 17:40:08 -05:00
Tom Alexander eba4fb94cf
Implement the new fields for dynamic block. 2023-12-15 17:26:01 -05:00
Tom Alexander 565978225a
Implement the new fields for table.
clippy Build clippy has failed Details
rust-foreign-document-test Build rust-foreign-document-test has failed Details
rust-build Build rust-build has succeeded Details
rust-test Build rust-test has failed Details
2023-12-15 17:16:49 -05:00
Tom Alexander cce9ca87fa
Fix handling of leading blank lines in greater blocks.
clippy Build clippy has failed Details
rust-foreign-document-test Build rust-foreign-document-test has failed Details
rust-build Build rust-build has succeeded Details
rust-test Build rust-test has failed Details
2023-12-15 16:55:47 -05:00
Tom Alexander 683c523ece
Implement the new fields for greater block. 2023-12-15 16:15:22 -05:00
Tom Alexander 7a4dc20dc9
Implement the new fields for plain list.
clippy Build clippy has failed Details
rust-foreign-document-test Build rust-foreign-document-test has failed Details
rust-build Build rust-build has succeeded Details
rust-test Build rust-test has failed Details
2023-12-15 15:59:00 -05:00
Tom Alexander 022dda06eb
Implement the new fields for plain list item. 2023-12-15 15:52:53 -05:00
Tom Alexander 7b88a2d248
Implement the new fields for broken end bullshitium. 2023-12-15 15:40:17 -05:00
Tom Alexander fce5b92091
Remove leading blank lines from document contents. 2023-12-15 15:30:46 -05:00
Tom Alexander 45a506334c
Remove leading blank lines from heading contents. 2023-12-15 15:20:31 -05:00
Tom Alexander e47901a67f
Implement the new fields for node property.
clippy Build clippy has failed Details
rust-build Build rust-build has succeeded Details
rust-foreign-document-test Build rust-foreign-document-test has failed Details
rust-test Build rust-test has failed Details
2023-12-15 15:05:03 -05:00
Tom Alexander 7430daa768
Fix handling of property drawers containing only whitespace. 2023-12-15 15:05:03 -05:00
Tom Alexander 6ce25c8a3b
Update property drawer empty test to include a variety of whitespace. 2023-12-15 14:25:01 -05:00
Tom Alexander 7b8fa1eb4a
Fix get_contents for sections. 2023-12-15 13:21:58 -05:00
Tom Alexander ffa5349f25
Fix get_contents for headlines. 2023-12-15 13:14:49 -05:00
Tom Alexander bb472b63cc
Implement the new fields for property drawer. 2023-12-15 13:03:42 -05:00
Tom Alexander 57f566a7a1
Implement the new fields for planning. 2023-12-15 12:55:05 -05:00
Tom Alexander 2181993246
Implement the new fields for horizontal rule. 2023-12-15 12:50:01 -05:00
Tom Alexander 60d1ecfa75
Fix fixed width area to not consume trailing line break so it can be part of the post-blank.
clippy Build clippy has failed Details
rust-foreign-document-test Build rust-foreign-document-test has failed Details
rust-build Build rust-build has succeeded Details
rust-test Build rust-test has failed Details
2023-12-15 12:45:51 -05:00
Tom Alexander 3962db12a8
Implement the new fields for fixed width area. 2023-12-15 12:29:46 -05:00
Tom Alexander f192507cd9
Implement the new fields for diary sexp.
clippy Build clippy has failed Details
rust-foreign-document-test Build rust-foreign-document-test has failed Details
rust-build Build rust-build has succeeded Details
rust-test Build rust-test has failed Details
2023-12-15 12:10:34 -05:00
Tom Alexander 252be3e001
Fix post blank for timestamp date ranges. 2023-12-15 11:38:52 -05:00