Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed commit for alternative format processing
Squashed commit of the following: commit ccbc433 Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Tue Oct 15 14:13:35 2024 +0200 Fix typo commit 0e4ec8c Merge: 52fe1f7 3f658fd Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Tue Oct 15 14:07:14 2024 +0200 Merge remote-tracking branch 'upstream/main' into pr-refactor-logic commit 52fe1f7 Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Mon Oct 14 22:19:16 2024 +0200 Document added regex commit 1418812 Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Mon Oct 14 18:15:44 2024 +0200 Fix Clippy warnings commit 6c248db Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Mon Oct 14 18:04:11 2024 +0200 Use `char::width()` for checking wrapping need commit 3f658fd Author: William G Underwood <42812654+WGUNDERWOOD@users.noreply.github.com> Date: Mon Oct 14 15:28:00 2024 +0100 Clippy commit 0dcbc93 Author: William G Underwood <42812654+WGUNDERWOOD@users.noreply.github.com> Date: Mon Oct 14 15:03:15 2024 +0100 Split cli and read files commit 3ca0fd2 Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Mon Oct 14 14:09:18 2024 +0200 Remove unused function commit b4e2130 Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Mon Oct 14 14:08:45 2024 +0200 Wrap lines based on indent length and only apply indentation after wrapping commit 9bc0a3b Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Sun Oct 13 20:12:44 2024 +0200 Move allocation outside of wrap application commit 76d9ef0 Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Sat Oct 12 11:17:43 2024 +0200 Separate indent calculation from application commit eb7971e Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Sat Oct 12 10:46:56 2024 +0200 Extract indent calculation into function commit e41a66d Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Sat Oct 12 10:31:58 2024 +0200 Apply clippy suggestions commit 21bb908 Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Fri Oct 11 17:43:14 2024 +0200 Rename ignore check and document commit ac164ad Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Fri Oct 11 17:13:31 2024 +0200 Simplify Option matching commit 8a6e868 Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Fri Oct 11 12:58:12 2024 +0200 Remove unnecessary comment check and `Option` in return type when splitting lines commit 1d15b86 Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Fri Oct 11 12:57:17 2024 +0200 Change comments around commit e77b629 Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Fri Oct 11 12:56:46 2024 +0200 Refactor ignoring check as function commit b10b010 Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Fri Oct 11 11:37:18 2024 +0200 Move environment line splitting before indenting This avoids re-adding the start of the split line to the queue. commit 0424d0a Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Fri Oct 11 11:23:01 2024 +0200 Move check for ignore outside of `apply_indent()` commit 70ac614 Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Fri Oct 11 09:29:55 2024 +0200 Use new return type for `put_env_new_line` commit fdea16b Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Fri Oct 11 09:28:54 2024 +0200 Fix infinite loop issue when split points are in comments commit 791c7f1 Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Fri Oct 11 09:27:23 2024 +0200 Correct to not expect `{` after `\item` but only after `\begin` and `\end` commit 6e5ce6c Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Fri Oct 11 09:26:06 2024 +0200 Match target tex file to source file commit 9562af1 Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Thu Oct 10 22:27:53 2024 +0200 Remove debug print statement commit 0f48547 Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Thu Oct 10 18:10:00 2024 +0200 Split environment and item lines without allocating This does not compile because the `format` function cannot yet deal with the new return type. commit c49a08c Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Thu Oct 10 13:27:48 2024 +0200 Check indentation return to 0 on `state` instead of `new_text` commit 1b90f21 Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Thu Oct 10 13:11:57 2024 +0200 Split condition tree into distinct blocks with `continue` commit e974225 Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Thu Oct 10 11:07:08 2024 +0200 Plan line formatting logic steps commit 4bf802a Author: Cyprien de Saint Guilhem <cyprien.desaintguilhem@3milabs.tech> Date: Thu Oct 10 10:53:42 2024 +0200 Group lines to clean text into one function commit 380380d Author: William G Underwood <42812654+WGUNDERWOOD@users.noreply.github.com> Date: Thu Oct 10 14:33:04 2024 +0100 Release process notes
- Loading branch information