Recent activity

[PATCH 3/3] chore: update codebase to zig 0.13.0 6 months ago

From Soc Virnyl Estela to ~leon_plickat/public-inbox

Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
---
 build.zig         | 51 +++++++++++++---------------
 build.zig.zon     |  6 ++++
 src/ini.zig       | 14 ++++----
 src/stacktile.zig | 86 +++++++++++++++++++++++------------------------
 4 files changed, 80 insertions(+), 77 deletions(-)
 create mode 100644 build.zig.zon

diff --git a/build.zig b/build.zig
index 714a9d0..4069b9e 100644
--- a/build.zig
@@ -1,50 +1,47 @@
[message trimmed]

[PATCH 2/3] misc: add ./.zig-cache/ to ./.gitignore 6 months ago

From Soc Virnyl Estela to ~leon_plickat/public-inbox

Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index e73c965..928caff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
zig-cache/
zig-out/
.zig-cache
--
[message trimmed]

[PATCH 1/3] remove git submodules 6 months ago

From Soc Virnyl Estela to ~leon_plickat/public-inbox

Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
---
 .gitmodules      | 3 ---
 deps/zig-wayland | 1 -
 2 files changed, 4 deletions(-)
 delete mode 100644 .gitmodules
 delete mode 160000 deps/zig-wayland

diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 21153fc..0000000
--- a/.gitmodules
@@ -1,3 +0,0 @@
[message trimmed]

Update stacktile to zig 0.13.0 6 months ago

From Soc Virnyl Estela to ~leon_plickat/public-inbox

Hi there Leon!

I was using stacktile for quite a long while now and I noticed that
in my home project in openSUSE Build Service, stacktile failed to build.

So I checked and noticed that I have forgotten to update this to latest zig.

But I do remember reading somewhere that you aren't interested in maintaining this
anymore. I do hope you still accept patches though.

Thank you for this wonderful software!

Best,
Soc

[PATCH zig-spoon upgrade to Zig 0.13.0 11/11] fmt: run zig fmt 10 months ago

From Soc Virnyl Estela to ~leon_plickat/public-inbox

Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
---
 build.zig.zon | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/build.zig.zon b/build.zig.zon
index b836d73..a6f81d8 100644
--- a/build.zig.zon
@@ -1,12 +1 @@
.{
    .name = "zig-spoon",
    .version = "0.1.0",
    .paths = .{
[message trimmed]

[PATCH zig-spoon upgrade to Zig 0.13.0 10/11] os -> posix 10 months ago

From Soc Virnyl Estela to ~leon_plickat/public-inbox

Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
---
 example/input-demo.zig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/example/input-demo.zig b/example/input-demo.zig
index cd191d2..d60a9ce 100644
--- a/example/input-demo.zig
+++ b/example/input-demo.zig
@@ -1,7 +1,7 @@
const std = @import("std");
const mem = std.mem;
const heap = std.heap;
const os = std.posix;
[message trimmed]

[PATCH zig-spoon upgrade to Zig 0.13.0 09/11] replace std.os.linux to std.posix 10 months ago

From Soc Virnyl Estela to ~leon_plickat/public-inbox

Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
---
 example/input-demo.zig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/input-demo.zig b/example/input-demo.zig
index 5fd3689..cd191d2 100644
--- a/example/input-demo.zig
+++ b/example/input-demo.zig
@@ -1,7 +1,7 @@
const std = @import("std");
const mem = std.mem;
const heap = std.heap;
const os = std.os.linux;
[message trimmed]

[PATCH zig-spoon upgrade to Zig 0.13.0 08/11] change to std.process.ArgIteratorPosix 10 months ago

From Soc Virnyl Estela to ~leon_plickat/public-inbox

Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
---
 example/input-demo.zig | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/example/input-demo.zig b/example/input-demo.zig
index 572fa63..5fd3689 100644
--- a/example/input-demo.zig
+++ b/example/input-demo.zig
@@ -2,6 +2,7 @@ const std = @import("std");
const mem = std.mem;
const heap = std.heap;
const os = std.os.linux;
const argv = std.process.ArgIteratorPosix;
[message trimmed]

[PATCH zig-spoon upgrade to Zig 0.13.0 07/11] ci: fix download url of Zig 0.13.0 10 months ago

From Soc Virnyl Estela to ~leon_plickat/public-inbox

Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
---
 .builds/alpine.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index 677ea04..fda2f45 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -6,7 +6,7 @@ sources:
  - https://git.sr.ht/~leon_plickat/zig-spoon
tasks:
  - install_deps: |
      wget -q https://ziglang.org/download/0.11.0/zig-linux-x86_64-0.13.0.tar.xz
[message trimmed]

[PATCH zig-spoon upgrade to Zig 0.13.0 06/11] ci: upgrade to Zig 0.13.0 10 months ago

From Soc Virnyl Estela to ~leon_plickat/public-inbox

Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
---
 .builds/alpine.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index ad2c85c..677ea04 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -6,10 +6,10 @@ sources:
  - https://git.sr.ht/~leon_plickat/zig-spoon
tasks:
  - install_deps: |
      wget -q https://ziglang.org/download/0.11.0/zig-linux-x86_64-0.11.0.tar.xz
[message trimmed]