forked from pool/StyLua
- Update to version 0.16.1:
* General - Fixed mistransformation of a function argument in a multilined function call when the argument contains a comment, causing a syntax error. We now attempt to hang the expression (#648) * Luau - Fixed verify AST flagging a false positive for parentheses removed around a Luau type (#643) OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/StyLua?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
76e0f5c3a0
commit
2c40cb4a1d
8
_service
8
_service
@@ -1,10 +1,12 @@
|
||||
<services>
|
||||
<service name="download_files" mode="disabled" />
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srctar">StyLua-0.16.0.tar.gz</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="srctar">StyLua-0.16.1.tar.gz</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled" />
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">StyLua-0.16.1</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
|
Reference in New Issue
Block a user