talexander
  • Joined on 2023-07-05
talexander created branch list_perf_improvement in talexander/organic 2023-10-17 20:49:55 +00:00
talexander pushed to list_perf_improvement at talexander/organic 2023-10-17 20:49:55 +00:00
a276ba70e0 Fix empty content items with final item whitespace cut-off before headlines.
b7442c1e92 Do not match headlines as plain list items.
364ba79517 It actually worked on trailing whitespace ownership test case 2.
47408763e5 A first stab at a final item whitespace cut-off exit matcher.
bd187ebfe7 Remove re-parsing of the final list child.
Compare 6 commits »
talexander pushed to main at talexander/organic 2023-10-17 17:55:13 +00:00
44f7412a5c Merge branch 'perf_improvement'
01464057ad Remove unused event types.
0208020e3e Also print byte offset.
a2f53361eb Record element start events and report them when the event_count feature is enabled.
17db05c2c7 Unify more error handling.
Compare 12 commits »
talexander deleted branch perf_improvement from talexander/organic 2023-10-17 17:55:05 +00:00
talexander pushed to perf_improvement at talexander/organic 2023-10-17 17:37:45 +00:00
0208020e3e Also print byte offset.
a2f53361eb Record element start events and report them when the event_count feature is enabled.
17db05c2c7 Unify more error handling.
6139ea328d Unify some more error handling.
d20b4a410b Remove pointless map_err calls.
Compare 10 commits »
talexander created branch perf_improvement in talexander/organic 2023-10-17 17:37:45 +00:00
talexander pushed to main at talexander/organic 2023-10-17 14:41:37 +00:00
7d73eb6bd4 Merge branch 'error_rework'
f59f153ee7 Clean up.
20c4a0f8f7 Continue removing MyError.
e776a051ad Continue removing MyError.
77e6c22ad8 Continue removing MyError.
Compare 7 commits »
talexander pushed tag v0.1.11 to talexander/organic 2023-10-16 23:59:19 +00:00
talexander pushed to main at talexander/organic 2023-10-16 23:59:09 +00:00
acc29e7977 Publish version 0.1.11.
ebc0a30035 Merge branch 'clippy_ci_job'
e2d55e13d3 Fix some clippy errors that didn't appear on my host version of clippy.
e4d9c5f467 Add makefile command to run clippy through docker.
d8e3a85ef7 We need to add dependencies so we are now building a container.
Compare 7 commits »
talexander pushed to main at talexander/machine_setup 2023-10-16 23:52:55 +00:00
ae43050061 Install clippy on linux.
05c3b0c1dc Update rust.
47c36a82bf Remove the sorting in company.
Compare 3 commits »
talexander deleted branch clippy_ci_job from talexander/organic 2023-10-16 23:50:28 +00:00
talexander pushed to clippy_ci_job at talexander/organic 2023-10-16 23:43:31 +00:00
e2d55e13d3 Fix some clippy errors that didn't appear on my host version of clippy.
e4d9c5f467 Add makefile command to run clippy through docker.
d8e3a85ef7 We need to add dependencies so we are now building a container.
Compare 3 commits »
talexander pushed to clippy_ci_job at talexander/organic 2023-10-16 23:27:47 +00:00
464685b52b Use a cargo cache for the clippy CI job.
5fed4e80a7 Add a CI job to run clippy for every push.
Compare 2 commits »
talexander created branch clippy_ci_job in talexander/organic 2023-10-16 23:27:47 +00:00
talexander pushed to main at talexander/organic 2023-10-16 23:14:56 +00:00
e53140426f Merge branch 'clippy'
9a4d290cf8 Apply more suggestions.
acd24d6198 Apply more suggestions.
880b00ef3f Apply more suggestions.
3069711447 Apply more suggestions.
Compare 17 commits »
talexander pushed to main at talexander/organic 2023-10-16 19:41:02 +00:00
547fc40dbe No measurable performance improvement with native builds over LTO release builds.
talexander pushed to main at talexander/organic 2023-10-16 19:04:18 +00:00
9f1671658d Merge branch 'object_parser_perf'
18d0676fad Clean up.
7833a58461 Apply a similar optimization to the detect element parser but also unify detection of affiliated keywords.
0020d71089 Extend that optimization to more object parsers.
cfdf39d1fa Significantly reduce the use of closures in the object parsers.
Compare 5 commits »
talexander pushed to main at talexander/organic 2023-10-16 17:48:13 +00:00
26f1eae9a1 Merge branch 'planning_before_property_drawer'
3eff85059a Add support for planning before property drawer when calculating additional properties for headlines.
Compare 2 commits »
talexander pushed to main at talexander/organic 2023-10-16 17:17:32 +00:00
d2d0e9e5dd Merge branch 'optval_affiliated_keywords'
c86d1000c0 Do not clear values in lists of strings.
911634cb42 Attr_ affiliated keywords should be lists of strings.
0aa746fb1e Implement comparison for object tree.
33800c4a88 Implement comparison for optional pair.
Compare 14 commits »
talexander deleted branch optval_affiliated_keywords from talexander/organic 2023-10-16 17:17:01 +00:00