public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
* [PATCH olang v2 0/4] codestyle: change our formater
@ 2024-10-11 16:57 Carlos Maniero
  2024-10-11 16:57 ` [PATCH olang v2 1/4] codestyle: prevent extra empty lines at EOF Carlos Maniero
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Carlos Maniero @ 2024-10-11 16:57 UTC (permalink / raw)
  To: ~johnnyrichard/olang-devel; +Cc: Carlos Maniero

After the discussion on the previous patchset[1], we decided to drop the
follow configs:

codestyle: change AlignAfterOpenBracket to BlockIndent
codestyle: never BreakBeforeBraces


[1]: Message-ID <20241010013318.222905-1-carlos@maniero.me>

Carlos Maniero (4):
  codestyle: prevent extra empty lines at EOF
  codestyle: do not allow single line enums
  codestyle: add trailing comma on struct initializer
  codestyle: limit the code to 80 characters

 .clang-format                 |   7 +-
 src/ast.c                     |  60 ++++--
 src/ast.h                     |  38 +++-
 src/checker.c                 |  13 +-
 src/cli.c                     |  34 ++--
 src/codegen_linux_x86_64.c    | 339 ++++++++++++++++++++++++----------
 src/codegen_linux_x86_64.h    |   3 +-
 src/lexer.c                   |  97 +++++++---
 src/main.c                    |  24 ++-
 src/map.c                     |  26 ++-
 src/parser.c                  |  73 ++++++--
 src/pretty_print_ast.c        |  81 +++++---
 src/scope.c                   |   9 +-
 src/string_view.c             |   5 +-
 tests/unit/arena_test.c       |  26 ++-
 tests/unit/list_test.c        |  33 +++-
 tests/unit/map_test.c         |  20 +-
 tests/unit/string_view_test.c |  46 ++++-
 18 files changed, 693 insertions(+), 241 deletions(-)


base-commit: dae44406b4bd25c83c81bc528146d76c797e1b0e
-- 
2.46.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-10-12 21:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-11 16:57 [PATCH olang v2 0/4] codestyle: change our formater Carlos Maniero
2024-10-11 16:57 ` [PATCH olang v2 1/4] codestyle: prevent extra empty lines at EOF Carlos Maniero
2024-10-11 16:57 ` [PATCH olang v2 2/4] codestyle: do not allow single line enums Carlos Maniero
2024-10-11 16:57 ` [PATCH olang v2 3/4] codestyle: add trailing comma on struct initializer Carlos Maniero
2024-10-11 16:57 ` [PATCH olang v2 4/4] codestyle: limit the code to 80 characters Carlos Maniero
2024-10-11 16:58   ` [olang/patches/.build.yml] build success builds.sr.ht
2024-10-12 23:35 ` [PATCH olang v2 0/4] codestyle: change our formater Johnny Richard

Code repositories for project(s) associated with this public inbox

	https://git.johnnyrichard.com/olang.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox