forked from pool/StyLua
- Update to version 0.18.2:
* Fixed LuaJIT suffixes LL/ULL causing a panic when running in --verify mode * Fixed incorrect formatting of conditionals when collapse_simple_statement is enabled and the block begins with an empty line * Fixed formatting of dot function call chains with comment between dot and names OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/StyLua?expand=0&rev=34
This commit is contained in:
committed by
Git OBS Bridge
parent
83303ccdb1
commit
64007b36d5
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e06bd0e2befcfebfa312930f282acdc6e2cffff7c1cabce648be4d88e7e5f7c0
|
|
||||||
size 376335
|
|
||||||
3
StyLua-0.18.2.tar.gz
Normal file
3
StyLua-0.18.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:25a81ffaba54479ca7ddaa6ebb7611d60f8849004b5d6c50ec1b31edb2295c8e
|
||||||
|
size 377388
|
||||||
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 9 13:14:58 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
- Update to version 0.18.2:
|
||||||
|
* Fixed LuaJIT suffixes LL/ULL causing a panic when running in --verify mode
|
||||||
|
* Fixed incorrect formatting of conditionals when collapse_simple_statement is enabled and the block begins with an empty line
|
||||||
|
* Fixed formatting of dot function call chains with comment between dot and names
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 26 13:42:49 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
Sat Aug 26 13:42:49 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define _bin_name stylua
|
%define _bin_name stylua
|
||||||
Name: StyLua
|
Name: StyLua
|
||||||
Version: 0.18.1
|
Version: 0.18.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Opinionated Lua code formatter
|
Summary: Opinionated Lua code formatter
|
||||||
License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (MIT OR Unlicense) AND Apache-2.0 AND MIT AND MPL-2.0 AND MPL-2.0
|
License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (MIT OR Unlicense) AND Apache-2.0 AND MIT AND MPL-2.0 AND MPL-2.0
|
||||||
|
|||||||
2
_service
2
_service
@@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="download_files" mode="manual" />
|
<service name="download_files" mode="manual" />
|
||||||
<service name="cargo_vendor" mode="manual">
|
<service name="cargo_vendor" mode="manual">
|
||||||
<param name="srctar">StyLua-0.18.1.tar.gz</param>
|
<param name="srctar">StyLua*.tar.gz</param>
|
||||||
<param name="compression">zst</param>
|
<param name="compression">zst</param>
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
</service>
|
</service>
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
replace-with = "vendored-sources"
|
replace-with = "vendored-sources"
|
||||||
|
|
||||||
[source.vendored-sources]
|
[source.vendored-sources]
|
||||||
directory = "vendor"
|
directory = "vendor"
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:6ecfc6367d766dab4443f307e4499352b990177713c38c32bc9ee3bb4fbac1fb
|
oid sha256:532a56c706e3c958b827576d84958ecac337958e8bb1b196a53a40b880a04a18
|
||||||
size 15078985
|
size 15050449
|
||||||
|
|||||||
Reference in New Issue
Block a user