public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
From: Johnny Richard <johnny@johnnyrichard.com>
To: ~johnnyrichard/olang-devel@lists.sr.ht
Cc: Johnny Richard <johnny@johnnyrichard.com>
Subject: [PATCH olang v1 1/2] chore: remove .orig file
Date: Tue,  8 Oct 2024 18:33:43 +0200	[thread overview]
Message-ID: <20241008163450.187462-2-johnny@johnnyrichard.com> (raw)
In-Reply-To: <20241008163450.187462-1-johnny@johnnyrichard.com>

This file has been integrated by mistake.  This is a file generated by
git when a merge conflict happens.

Signed-off-by: Johnny Richard <johnny@johnnyrichard.com>
---
 tests/olc/0026_primitive_unsigneds.ol.orig | 27 ----------------------
 1 file changed, 27 deletions(-)
 delete mode 100644 tests/olc/0026_primitive_unsigneds.ol.orig

diff --git a/tests/olc/0026_primitive_unsigneds.ol.orig b/tests/olc/0026_primitive_unsigneds.ol.orig
deleted file mode 100644
index 25f0f7e..0000000
--- a/tests/olc/0026_primitive_unsigneds.ol.orig
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright (C) 2024 olang mantainers
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <https://www.gnu.org/licenses/>.
-
-fn main(): u64 {
-  var a: u8 = 255
-  var b: u16 = 65535
-  var c: u32 = 4294967295
-  var d: u64 = 4294967296
-
-  return a + b + c + d - a - b - c - d
-}
-
-# TEST test_compile(exit_code=0)
-
-# TEST test_run_binary(exit_code=0)
-- 
2.46.0


  parent reply	other threads:[~2024-10-08 14:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-08 16:33 [PATCH olang v1 0/2] chore: ignore *.orig files Johnny Richard
2024-10-08 15:47 ` Carlos Maniero
2024-10-08 16:33 ` Johnny Richard [this message]
2024-10-08 16:33 ` [PATCH olang v1 2/2] chore: ignore *.orig file on root .gitignore Johnny Richard
2024-10-08 14:35   ` [olang/patches/.build.yml] build success builds.sr.ht

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=20241008163450.187462-2-johnny@johnnyrichard.com \
    --to=johnny@johnnyrichard.com \
    --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