Commit Graph

1716 Commits

Author SHA1 Message Date
Tom Alexander 3d68e1fd00
Switch the docker container over to invoking the rust-based foreign document test. 2023-10-13 13:28:24 -04:00
Tom Alexander 8271f6b44a
Start invoking the tests. 2023-10-13 13:20:21 -04:00
Tom Alexander 8a26965e14
Write a function to compare all org-mode files in a directory. 2023-10-13 13:02:17 -04:00
Tom Alexander 3927889e66
Change test status to pass/fail. 2023-10-13 12:14:46 -04:00
Tom Alexander 5ecd7b8bef
Launch tests in parallel. 2023-10-13 12:07:52 -04:00
Tom Alexander b0b795d13b
Limit concurrency of running tests. 2023-10-13 11:41:49 -04:00
Tom Alexander 182c2737cd
Add futures. 2023-10-13 11:27:43 -04:00
Tom Alexander 5f93cabff5
Hit recursive async. 2023-10-13 11:27:42 -04:00
Tom Alexander a1f8cbe079
Working on invoking the tests. 2023-10-13 11:27:42 -04:00
Tom Alexander d7e870cba1
Starting to make result structs. 2023-10-13 11:27:42 -04:00
Tom Alexander 591b5ed382
Starting to define a TestConfig enum. 2023-10-13 11:27:42 -04:00
Tom Alexander fd141762f0
Start a rust-based foreign document test.
Instead of using a simple bash script, this will use async rust to run multiple tests in parallel.
2023-10-13 11:27:42 -04:00
Tom Alexander d59bbfa7d2
Update org-mode.
rustfmt Build rustfmt has succeeded Details
rust-build Build rust-build has failed Details
rust-test Build rust-test has succeeded Details
rust-foreign-document-test Build rust-foreign-document-test has failed Details
2023-10-13 11:26:41 -04:00
Tom Alexander 1d9f91cdd2
Merge branch 'paragraph_without_affiliated_keyword'
rustfmt Build rustfmt has succeeded Details
rust-build Build rust-build has failed Details
rust-test Build rust-test has failed Details
rust-foreign-document-test Build rust-foreign-document-test has failed Details
2023-10-12 17:46:56 -04:00
Tom Alexander 68f8e04ee8
Add tests for affiliated keywords before elements that cannot have affiliated keywords. 2023-10-12 17:46:25 -04:00
Tom Alexander c039e0d62c
Keywords without affiliated keywords should be lower priority than paragraphs with affiliated keywords. 2023-10-12 17:32:29 -04:00
Tom Alexander e6e3783ec6
Support parsing affiliated keywords as keywords. 2023-10-12 17:23:54 -04:00
Tom Alexander 5ae19e455d
Remove unused imports. 2023-10-12 17:14:18 -04:00
Tom Alexander f475754a71
Port the rest of the element parsers over. 2023-10-12 17:12:55 -04:00
Tom Alexander 767f44f94d
Port comment. 2023-10-12 16:52:49 -04:00
Tom Alexander 1411aca7b5
Port footnote definition. 2023-10-12 16:48:50 -04:00
Tom Alexander 9ccdcaac24
Port dynamic block. 2023-10-12 16:46:15 -04:00
Tom Alexander d1223dcdb7
Port paragraph parser to use ak_element. 2023-10-12 16:37:31 -04:00
Tom Alexander 59448a4f2c
Port greater blocker over to ak_element!(). 2023-10-12 16:27:57 -04:00
Tom Alexander 5136880532
Fix tests. 2023-10-12 16:14:23 -04:00
Tom Alexander 8654cf5507
Fully port over the first parser. 2023-10-12 16:09:35 -04:00
Tom Alexander 6ca4dc8ffc
Add a macro for calling parsers that take in the affiliated keywords. 2023-10-12 16:06:59 -04:00
Tom Alexander a6f36ba679
Create a template for new element functions that will take in the affiliated keywords instead of re-parsing them multiple times. 2023-10-12 15:47:06 -04:00
Tom Alexander 176e37874e
Remove the parser to parse affiliated keywords as regular keywords. 2023-10-12 15:25:26 -04:00
Tom Alexander 3208a04f7a
Update project status in the README.
rustfmt Build rustfmt has succeeded Details
rust-build Build rust-build has succeeded Details
rust-test Build rust-test has failed Details
rust-foreign-document-test Build rust-foreign-document-test has failed Details
2023-10-12 14:13:54 -04:00
Tom Alexander 0d579263cb
Remove affiliated keyword non-exit for paragraph. 2023-10-12 14:07:57 -04:00
Tom Alexander c022b30110
Update org-mode. 2023-10-12 13:38:11 -04:00
Tom Alexander 7da4e4a29b
Merge branch 'optional_value'
rustfmt Build rustfmt has succeeded Details
rust-build Build rust-build has succeeded Details
rust-test Build rust-test has failed Details
rust-foreign-document-test Build rust-foreign-document-test has failed Details
2023-10-11 19:14:46 -04:00
Tom Alexander 8bc942a26f
Create artificial scopes for the optional value and mandatory value. 2023-10-11 19:14:32 -04:00
Tom Alexander dff7550038
Remove prints. 2023-10-11 19:09:51 -04:00
Tom Alexander c4edcb8c24
Fix parsing the optional value. 2023-10-11 19:07:47 -04:00
Tom Alexander 4a44d88461
Better error messages. 2023-10-11 19:05:39 -04:00
Tom Alexander efc6bd11d9
Do not exit on first loop. 2023-10-11 18:59:13 -04:00
Tom Alexander 51429e3155
Handle optval when translating names. 2023-10-11 18:50:22 -04:00
Tom Alexander b1a0fa4acf
Compare optional value. 2023-10-11 18:44:21 -04:00
Tom Alexander aeb2b6fe68
Parse out the optional value objects. 2023-10-11 18:29:07 -04:00
Tom Alexander 6679db98a8
Add comments. 2023-10-11 17:53:32 -04:00
Tom Alexander 5363324bbf
Add a test showing we are not handling optional values properly. 2023-10-11 17:37:39 -04:00
Tom Alexander dc9188dffc
Better error logging when emacs errors out.
rustfmt Build rustfmt has succeeded Details
rust-build Build rust-build has succeeded Details
rust-test Build rust-test has failed Details
rust-foreign-document-test Build rust-foreign-document-test has failed Details
2023-10-11 17:22:01 -04:00
Tom Alexander bd620ccd0d
Format. 2023-10-11 16:32:08 -04:00
Tom Alexander 1947ae9f22
Merge branch 'document_properties'
rustfmt Build rustfmt has succeeded 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-10-11 16:28:53 -04:00
Tom Alexander 3fcf1b3864
Compare Document additional properties. 2023-10-11 16:27:25 -04:00
Tom Alexander d965dd6fd1
Implement get_additional_properties for Document. 2023-10-11 16:14:03 -04:00
Tom Alexander 42dcd41e48
Add tests for document properties. 2023-10-11 16:02:44 -04:00
Tom Alexander 68fac7cfe8
Merge branch 'affiliated_keywords_properties'
rustfmt Build rustfmt has failed Details
rust-build Build rust-build has failed Details
rust-test Build rust-test has failed Details
rust-foreign-document-test Build rust-foreign-document-test has failed Details
2023-10-11 15:31:23 -04:00