talexander
  • Joined on 2023-07-05
talexander pushed to read_only_docker_root at talexander/organic 2023-09-01 01:59:19 +00:00
fcd63b1231 fixup
talexander pushed to read_only_docker_root at talexander/organic 2023-09-01 01:55:25 +00:00
743b4c9982 fixup
talexander pushed to read_only_docker_root at talexander/organic 2023-09-01 01:48:10 +00:00
7eccf8fccd Remove dependency on run-docker-image task.
talexander pushed to read_only_docker_root at talexander/organic 2023-09-01 01:42:28 +00:00
776326945d Remove dependency on run-docker-image task.
a40a504f94 Switch to using read-only root in docker containers.
Compare 2 commits »
talexander created branch read_only_docker_root in talexander/organic 2023-09-01 01:42:28 +00:00
talexander pushed to main at talexander/org_ownership_investigation 2023-09-01 01:23:14 +00:00
4a556bc84f Use read-only root for docker containers.
talexander pushed to main at talexander/organic 2023-09-01 00:24:37 +00:00
80d77ff5d6 Fix handling of unicode in compare tests.
talexander pushed to main at talexander/org_ownership_investigation 2023-09-01 00:23:10 +00:00
9bf2a912d6 Enable unicode in the docker container.
talexander pushed to main at talexander/organic 2023-08-31 23:19:37 +00:00
ee92049e5d Merge branch 'special_block'
510985e97c Fix greater blocks by preventing nesting even if they are not the immediate parent.
949d0989f4 Add a test showing the current parser is broken with deeply nested greater blocks.
2a4d22bdd4 Add test for nesting of greater blocks.
7a903acedc Support special blocks in compare.
Compare 6 commits »
talexander pushed to main at talexander/organic 2023-08-31 22:53:38 +00:00
67f79aeb51 Remove context from detect plain list.
talexander pushed to main at talexander/organic 2023-08-31 22:47:27 +00:00
b2383d9f93 Fix footnote definition performance.
talexander pushed to main at talexander/organic 2023-08-31 21:29:59 +00:00
9e2a323f6f Merge branch 'trailing_whitespace_at_end_of_file'
0fcb3f73f9 Move handling of contentless item to handle contentless description item.
bfc9e7f58d When re-parsing last item in list, only disable white space consumption for last element in item.
b5f0521b56 Only consume trailing whitespace when not exiting for all objects.
Compare 4 commits »
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.