talexander
  • Joined on 2023-07-05
talexander pushed to main at talexander/organic 2023-08-31 19:32:04 +00:00
2048d8f0b6 Support comments at the end of the line in diary sexp.
talexander pushed to main at talexander/org_ownership_investigation 2023-08-31 19:21:10 +00:00
e8f262727d Add a script to build and launch the docker container in one step.
talexander pushed to main at talexander/organic 2023-08-31 19:11:45 +00:00
466716881e Fix macros consuming whitespace even when the exit matcher is calling for an exit.
talexander pushed to main at talexander/organic 2023-08-30 03:58:11 +00:00
eb9c582fa5 '>' is allowed as a post character in text markup.
214e895d85 Support backslash at the end of a macro.
Compare 2 commits »
talexander pushed tag v0.1.4 to talexander/organic 2023-08-30 03:28:57 +00:00
talexander pushed to main at talexander/organic 2023-08-30 03:28:51 +00:00
db3086743c Publish version 0.1.4.
talexander pushed to main at talexander/organic 2023-08-30 03:23:40 +00:00
207a0546b0 Run full test suite despite default feature selection.
talexander pushed to main at talexander/organic 2023-08-30 03:18:01 +00:00
e9480fd156 Disable the compare tests when the compare feature is disabled.
talexander pushed tag v0.1.3 to talexander/organic 2023-08-30 03:06:03 +00:00
talexander pushed to main at talexander/organic 2023-08-30 03:05:46 +00:00
28aca041f7 Publish version 0.1.3.
talexander pushed to main at talexander/organic 2023-08-30 02:58:52 +00:00
d82def2a70 Merge branch 'compare_improvements'
d471f7178b Wrap the components of headlines in diff layers.
2c5c26c55f Allow diff layers that are not associated with tokens.
7944659802 Compare headline level.
58aca53144 Move get_property into util.
Compare 7 commits »
talexander pushed to main at talexander/organic 2023-08-30 01:28:29 +00:00
eaa38ce772 Include an error message for failed bounds checking.
a6d742a536 Fix handling line breaks after divider in description lists.
Compare 2 commits »
talexander pushed to main at talexander/organic 2023-08-30 00:32:31 +00:00
fe0a7fe157 Fix handling line breaks after divider in description lists.
talexander pushed to main at talexander/organic 2023-08-29 23:36:52 +00:00
45be9e7bde Merge branch 'description_list'
f6c895319f Add support for diffing description lists.
2682779534 Add support for parsing description lists.
ea6faf728c Add test for description list.
Compare 4 commits »
talexander pushed to main at talexander/organic 2023-08-29 22:07:47 +00:00
b48d472546 Fix build.
talexander pushed to main at talexander/organic 2023-08-29 21:49:26 +00:00
f4ea1b7303 Merge branch 'accuracy_fixes_from_feeding_large_documents'
80b55fdd45 Consume trailing whitespace for macro.
f426e32798 Do not include trailing punctuation or whitespace in plain links.
66037356c5 Add test showing plain links ending in punctuation currently do not parse correctly.
1bcd1895c0 Allow affiliating keywords with regular keywords.
Compare 11 commits »
talexander deleted branch reduce_context_usage_in_exit_matchers from talexander/organic 2023-08-29 19:19:23 +00:00
talexander pushed to main at talexander/organic 2023-08-29 19:19:13 +00:00
f592b73ae7 Merge branch 'reduce_context_usage_in_exit_matchers'
3206027b96 Add all entities.
3e6df7ba78 Print character offset from rust's parse perspective during compare.
ac313d093e Improve error handling in compare.
f376f1cf8e Add a test for empty sections.
Compare 24 commits »
talexander pushed to reduce_context_usage_in_exit_matchers at talexander/organic 2023-08-29 18:06:39 +00:00
f21385a901 Add a helper function for logging during debugging.
1d06d95bb1 Add a minimum stars figure to heading parser to reduce re-parses.
bfc88c1d1b Use a detect_headline function instead of the full headline parse for the section_end exit matcher.
f29720e5b9 Switch to using a type for bracket depth.
27a9b5aeb1 Switch to i16 for backet depth count.
Compare 7 commits »
talexander pushed to reduce_context_usage_in_exit_matchers at talexander/organic 2023-08-29 15:03:00 +00:00
14b1d0526c Manually implement Debug and make convert_error more generic.