public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
From: Johnny Richard <johnny@johnnyrichard.com>
To: Carlos Maniero <carlos@maniero.me>
Cc: ~johnnyrichard/olang-devel@lists.sr.ht
Subject: Re: [PATCH olang] parser: conform block line feeds with the spec
Date: Tue, 8 Oct 2024 20:38:06 +0200	[thread overview]
Message-ID: <wjz656fblzaiorezd2tsweljbtmca65n6ta3funwp6wh4paa3k@7c34newxjted> (raw)
In-Reply-To: <20241008163307.76735-1-carlos@maniero.me>

Thanks. applied with a format-fix

To git.sr.ht:~johnnyrichard/olang
   3c8975b..f0a565d  main -> main

---->8----
Subject: [PATCH olang] fixup! parser: conform block line feeds with the spec


diff --git a/src/parser.c b/src/parser.c
index 2096129..94e8a1e 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -571,7 +571,6 @@ parser_parse_if_stmt(parser_t *parser)
         if (_else == NULL) {
             return NULL;
         }
-
     }
 
     ast_node_t *node_if_stmt = ast_new_node_if_stmt(parser->arena, token_if.loc, cond, then, _else);


  parent reply	other threads:[~2024-10-08 16:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-08 16:33 Carlos Maniero
2024-10-08 16:33 ` [olang/patches/.build.yml] build failed builds.sr.ht
2024-10-08 18:38 ` Johnny Richard [this message]
2024-10-08 22:38   ` [PATCH olang] parser: conform block line feeds with the spec Carlos Maniero

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=wjz656fblzaiorezd2tsweljbtmca65n6ta3funwp6wh4paa3k@7c34newxjted \
    --to=johnny@johnnyrichard.com \
    --cc=carlos@maniero.me \
    --cc=~johnnyrichard/olang-devel@lists.sr.ht \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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