Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: selene-0.21.0
@ 2022-09-19 15:36 icp1994
  2022-09-28  9:25 ` [PR PATCH] [Updated] " icp1994
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: icp1994 @ 2022-09-19 15:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 929 bytes --]

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages selene
https://github.com/void-linux/void-packages/pull/39370

New package: selene-0.21.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

We have a [Lua LSP](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lua-language-server) and a [Lua formatter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/StyLua) but no Lua linter afaics. I'm submitting this one since I use it personally.

A patch file from https://github.com/void-linux/void-packages/pull/39370.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-selene-39370.patch --]
[-- Type: text/x-diff, Size: 1053 bytes --]

From 713b93316c7c8e5c6b4a100492640f0fdcffb67a Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 19 Sep 2022 19:40:47 +0530
Subject: [PATCH] New package: selene-0.21.0

---
 srcpkgs/selene/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/selene/template

diff --git a/srcpkgs/selene/template b/srcpkgs/selene/template
new file mode 100644
index 000000000000..cd2a45f85b7d
--- /dev/null
+++ b/srcpkgs/selene/template
@@ -0,0 +1,13 @@
+# Template file for 'selene'
+pkgname=selene
+version=0.21.0
+revision=1
+build_style=cargo
+make_install_args="--path selene"
+short_desc="CLI tool designed to help write correct and idiomatic Lua code"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MPL-2.0"
+homepage="https://kampfkarren.github.io/selene/"
+changelog="https://raw.githubusercontent.com/Kampfkarren/selene/main/CHANGELOG.md"
+distfiles="https://github.com/Kampfkarren/selene/archive/refs/tags/${version}.tar.gz"
+checksum=2c3639b8a461232f06e6b7c8c7a7d2bd312df72a474aa66076561cfb6bbaa069

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

* Re: [PR PATCH] [Updated] New package: selene-0.21.0
  2022-09-19 15:36 [PR PATCH] New package: selene-0.21.0 icp1994
@ 2022-09-28  9:25 ` icp1994
  2022-10-18 12:52 ` [PR PATCH] [Updated] New package: selene-0.21.1 icp1994
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2022-09-28  9:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 934 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages selene
https://github.com/void-linux/void-packages/pull/39370

New package: selene-0.21.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

We have a [Lua LSP](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lua-language-server) and a [Lua formatter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/StyLua) but no Lua linter afaics. I'm submitting this one since I use it personally.

A patch file from https://github.com/void-linux/void-packages/pull/39370.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-selene-39370.patch --]
[-- Type: text/x-diff, Size: 1006 bytes --]

From c8af4f2f20670c296007b07484e3dcb47de5cf42 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 19 Sep 2022 19:40:47 +0530
Subject: [PATCH] New package: selene-0.21.1

---
 srcpkgs/selene/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/selene/template

diff --git a/srcpkgs/selene/template b/srcpkgs/selene/template
new file mode 100644
index 000000000000..94261854ca28
--- /dev/null
+++ b/srcpkgs/selene/template
@@ -0,0 +1,12 @@
+# Template file for 'selene'
+pkgname=selene
+version=0.21.1
+revision=1
+build_style=cargo
+short_desc="CLI tool designed to help write correct and idiomatic Lua code"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MPL-2.0"
+homepage="https://kampfkarren.github.io/selene/"
+changelog="https://raw.githubusercontent.com/Kampfkarren/selene/main/CHANGELOG.md"
+distfiles="https://static.crates.io/crates/selene/selene-${version}.crate"
+checksum=7114929de9c7701413b6c9b0760544e74b3efeb08b7e37c7aea6ecf58f4c6756

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

* Re: [PR PATCH] [Updated] New package: selene-0.21.1
  2022-09-19 15:36 [PR PATCH] New package: selene-0.21.0 icp1994
  2022-09-28  9:25 ` [PR PATCH] [Updated] " icp1994
@ 2022-10-18 12:52 ` icp1994
  2022-12-08 10:02 ` [PR PATCH] [Updated] New package: selene-0.22.0 icp1994
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2022-10-18 12:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 934 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages selene
https://github.com/void-linux/void-packages/pull/39370

New package: selene-0.21.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

We have a [Lua LSP](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lua-language-server) and a [Lua formatter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/StyLua) but no Lua linter afaics. I'm submitting this one since I use it personally.

A patch file from https://github.com/void-linux/void-packages/pull/39370.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-selene-39370.patch --]
[-- Type: text/x-diff, Size: 1006 bytes --]

From 125bfe902da1ac1102df1cc05dcee8b79936ddee Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 19 Sep 2022 19:40:47 +0530
Subject: [PATCH] New package: selene-0.22.0

---
 srcpkgs/selene/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/selene/template

diff --git a/srcpkgs/selene/template b/srcpkgs/selene/template
new file mode 100644
index 000000000000..f932c6e85dc7
--- /dev/null
+++ b/srcpkgs/selene/template
@@ -0,0 +1,12 @@
+# Template file for 'selene'
+pkgname=selene
+version=0.22.0
+revision=1
+build_style=cargo
+short_desc="CLI tool designed to help write correct and idiomatic Lua code"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MPL-2.0"
+homepage="https://kampfkarren.github.io/selene/"
+changelog="https://raw.githubusercontent.com/Kampfkarren/selene/main/CHANGELOG.md"
+distfiles="https://static.crates.io/crates/selene/selene-${version}.crate"
+checksum=75306c3c19f1f44a3f6abf5f8255f08c06f4e987ef1794fb6fadaca50653ea66

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

* Re: [PR PATCH] [Updated] New package: selene-0.22.0
  2022-09-19 15:36 [PR PATCH] New package: selene-0.21.0 icp1994
  2022-09-28  9:25 ` [PR PATCH] [Updated] " icp1994
  2022-10-18 12:52 ` [PR PATCH] [Updated] New package: selene-0.21.1 icp1994
@ 2022-12-08 10:02 ` icp1994
  2023-01-11  6:05 ` [PR PATCH] [Updated] New package: selene-0.23.1 icp1994
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2022-12-08 10:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 934 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages selene
https://github.com/void-linux/void-packages/pull/39370

New package: selene-0.22.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

We have a [Lua LSP](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lua-language-server) and a [Lua formatter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/StyLua) but no Lua linter afaics. I'm submitting this one since I use it personally.

A patch file from https://github.com/void-linux/void-packages/pull/39370.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-selene-39370.patch --]
[-- Type: text/x-diff, Size: 1006 bytes --]

From e04d71ac6532acef7ede35e2e0fb3e65e19cca39 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 19 Sep 2022 19:40:47 +0530
Subject: [PATCH] New package: selene-0.23.1

---
 srcpkgs/selene/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/selene/template

diff --git a/srcpkgs/selene/template b/srcpkgs/selene/template
new file mode 100644
index 000000000000..66968938e0f4
--- /dev/null
+++ b/srcpkgs/selene/template
@@ -0,0 +1,12 @@
+# Template file for 'selene'
+pkgname=selene
+version=0.23.1
+revision=1
+build_style=cargo
+short_desc="CLI tool designed to help write correct and idiomatic Lua code"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MPL-2.0"
+homepage="https://kampfkarren.github.io/selene/"
+changelog="https://raw.githubusercontent.com/Kampfkarren/selene/main/CHANGELOG.md"
+distfiles="https://static.crates.io/crates/selene/selene-${version}.crate"
+checksum=f70c4ea0ae2c45e2260a6d63bbd653bd5f37f521ce4f3e40eaeff0f45c0a1f07

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

* Re: [PR PATCH] [Updated] New package: selene-0.23.1
  2022-09-19 15:36 [PR PATCH] New package: selene-0.21.0 icp1994
                   ` (2 preceding siblings ...)
  2022-12-08 10:02 ` [PR PATCH] [Updated] New package: selene-0.22.0 icp1994
@ 2023-01-11  6:05 ` icp1994
  2023-01-11  6:28 ` icp1994
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2023-01-11  6:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 934 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages selene
https://github.com/void-linux/void-packages/pull/39370

New package: selene-0.23.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

We have a [Lua LSP](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lua-language-server) and a [Lua formatter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/StyLua) but no Lua linter afaics. I'm submitting this one since I use it personally.

A patch file from https://github.com/void-linux/void-packages/pull/39370.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-selene-39370.patch --]
[-- Type: text/x-diff, Size: 2048 bytes --]

From e6124795c71413afec58414cb0a5059770dac55b Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 19 Sep 2022 19:40:47 +0530
Subject: [PATCH 1/2] New package: selene-0.23.1

---
 srcpkgs/selene/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/selene/template

diff --git a/srcpkgs/selene/template b/srcpkgs/selene/template
new file mode 100644
index 000000000000..66968938e0f4
--- /dev/null
+++ b/srcpkgs/selene/template
@@ -0,0 +1,12 @@
+# Template file for 'selene'
+pkgname=selene
+version=0.23.1
+revision=1
+build_style=cargo
+short_desc="CLI tool designed to help write correct and idiomatic Lua code"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MPL-2.0"
+homepage="https://kampfkarren.github.io/selene/"
+changelog="https://raw.githubusercontent.com/Kampfkarren/selene/main/CHANGELOG.md"
+distfiles="https://static.crates.io/crates/selene/selene-${version}.crate"
+checksum=f70c4ea0ae2c45e2260a6d63bbd653bd5f37f521ce4f3e40eaeff0f45c0a1f07

From f22ba710586019d4a1b800c0994b5d618aa4d58a Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 11 Jan 2023 11:34:40 +0530
Subject: [PATCH 2/2] selene: update to 0.24.0.

---
 srcpkgs/selene/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/selene/template b/srcpkgs/selene/template
index 66968938e0f4..0cc8ea2e14f7 100644
--- a/srcpkgs/selene/template
+++ b/srcpkgs/selene/template
@@ -1,6 +1,6 @@
 # Template file for 'selene'
 pkgname=selene
-version=0.23.1
+version=0.24.0
 revision=1
 build_style=cargo
 short_desc="CLI tool designed to help write correct and idiomatic Lua code"
@@ -9,4 +9,4 @@ license="MPL-2.0"
 homepage="https://kampfkarren.github.io/selene/"
 changelog="https://raw.githubusercontent.com/Kampfkarren/selene/main/CHANGELOG.md"
 distfiles="https://static.crates.io/crates/selene/selene-${version}.crate"
-checksum=f70c4ea0ae2c45e2260a6d63bbd653bd5f37f521ce4f3e40eaeff0f45c0a1f07
+checksum=7e1ac7aa444facc074087841d4ef25936a86eb75fc7acd51cfaa2682d54cb9d0

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

* Re: [PR PATCH] [Updated] New package: selene-0.23.1
  2022-09-19 15:36 [PR PATCH] New package: selene-0.21.0 icp1994
                   ` (3 preceding siblings ...)
  2023-01-11  6:05 ` [PR PATCH] [Updated] New package: selene-0.23.1 icp1994
@ 2023-01-11  6:28 ` icp1994
  2023-04-12  1:52 ` New package: selene-0.24.0 github-actions
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2023-01-11  6:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 934 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages selene
https://github.com/void-linux/void-packages/pull/39370

New package: selene-0.23.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

We have a [Lua LSP](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lua-language-server) and a [Lua formatter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/StyLua) but no Lua linter afaics. I'm submitting this one since I use it personally.

A patch file from https://github.com/void-linux/void-packages/pull/39370.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-selene-39370.patch --]
[-- Type: text/x-diff, Size: 1006 bytes --]

From 47c8e2eb13639146f164518eb19a24388cc9c5d1 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 19 Sep 2022 19:40:47 +0530
Subject: [PATCH] New package: selene-0.24.0

---
 srcpkgs/selene/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/selene/template

diff --git a/srcpkgs/selene/template b/srcpkgs/selene/template
new file mode 100644
index 000000000000..0cc8ea2e14f7
--- /dev/null
+++ b/srcpkgs/selene/template
@@ -0,0 +1,12 @@
+# Template file for 'selene'
+pkgname=selene
+version=0.24.0
+revision=1
+build_style=cargo
+short_desc="CLI tool designed to help write correct and idiomatic Lua code"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MPL-2.0"
+homepage="https://kampfkarren.github.io/selene/"
+changelog="https://raw.githubusercontent.com/Kampfkarren/selene/main/CHANGELOG.md"
+distfiles="https://static.crates.io/crates/selene/selene-${version}.crate"
+checksum=7e1ac7aa444facc074087841d4ef25936a86eb75fc7acd51cfaa2682d54cb9d0

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

* Re: New package: selene-0.24.0
  2022-09-19 15:36 [PR PATCH] New package: selene-0.21.0 icp1994
                   ` (4 preceding siblings ...)
  2023-01-11  6:28 ` icp1994
@ 2023-04-12  1:52 ` github-actions
  2023-04-12  6:11 ` [PR PATCH] [Updated] " icp1994
  2023-06-24 12:44 ` [PR PATCH] [Merged]: New package: selene-0.25.0 Duncaen
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2023-04-12  1:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/39370#issuecomment-1504414659

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: selene-0.24.0
  2022-09-19 15:36 [PR PATCH] New package: selene-0.21.0 icp1994
                   ` (5 preceding siblings ...)
  2023-04-12  1:52 ` New package: selene-0.24.0 github-actions
@ 2023-04-12  6:11 ` icp1994
  2023-06-24 12:44 ` [PR PATCH] [Merged]: New package: selene-0.25.0 Duncaen
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2023-04-12  6:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 934 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages selene
https://github.com/void-linux/void-packages/pull/39370

New package: selene-0.24.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

We have a [Lua LSP](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lua-language-server) and a [Lua formatter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/StyLua) but no Lua linter afaics. I'm submitting this one since I use it personally.

A patch file from https://github.com/void-linux/void-packages/pull/39370.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-selene-39370.patch --]
[-- Type: text/x-diff, Size: 1006 bytes --]

From bb24f604bb653ad60ab42f69c1939d655764f9af Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 19 Sep 2022 19:40:47 +0530
Subject: [PATCH] New package: selene-0.25.0

---
 srcpkgs/selene/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/selene/template

diff --git a/srcpkgs/selene/template b/srcpkgs/selene/template
new file mode 100644
index 000000000000..36d3933566e1
--- /dev/null
+++ b/srcpkgs/selene/template
@@ -0,0 +1,12 @@
+# Template file for 'selene'
+pkgname=selene
+version=0.25.0
+revision=1
+build_style=cargo
+short_desc="CLI tool designed to help write correct and idiomatic Lua code"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MPL-2.0"
+homepage="https://kampfkarren.github.io/selene/"
+changelog="https://raw.githubusercontent.com/Kampfkarren/selene/main/CHANGELOG.md"
+distfiles="https://static.crates.io/crates/selene/selene-${version}.crate"
+checksum=b32a033da3f3fce367ac2c639ebe9c6ea0c454044b8df9151485dc6313a13252

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

* Re: [PR PATCH] [Merged]: New package: selene-0.25.0
  2022-09-19 15:36 [PR PATCH] New package: selene-0.21.0 icp1994
                   ` (6 preceding siblings ...)
  2023-04-12  6:11 ` [PR PATCH] [Updated] " icp1994
@ 2023-06-24 12:44 ` Duncaen
  7 siblings, 0 replies; 9+ messages in thread
From: Duncaen @ 2023-06-24 12:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 779 bytes --]

There's a merged pull request on the void-packages repository

New package: selene-0.25.0
https://github.com/void-linux/void-packages/pull/39370

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

We have a [Lua LSP](https://github.com/void-linux/void-packages/tree/master/srcpkgs/lua-language-server) and a [Lua formatter](https://github.com/void-linux/void-packages/tree/master/srcpkgs/StyLua) but no Lua linter afaics. I'm submitting this one since I use it personally.

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

end of thread, other threads:[~2023-06-24 12:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-19 15:36 [PR PATCH] New package: selene-0.21.0 icp1994
2022-09-28  9:25 ` [PR PATCH] [Updated] " icp1994
2022-10-18 12:52 ` [PR PATCH] [Updated] New package: selene-0.21.1 icp1994
2022-12-08 10:02 ` [PR PATCH] [Updated] New package: selene-0.22.0 icp1994
2023-01-11  6:05 ` [PR PATCH] [Updated] New package: selene-0.23.1 icp1994
2023-01-11  6:28 ` icp1994
2023-04-12  1:52 ` New package: selene-0.24.0 github-actions
2023-04-12  6:11 ` [PR PATCH] [Updated] " icp1994
2023-06-24 12:44 ` [PR PATCH] [Merged]: New package: selene-0.25.0 Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).