SHA256
10
0
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:
Soc Virnyl Estela
2023-02-17 10:34:35 +00:00
committed by Git OBS Bridge
parent 76e0f5c3a0
commit 2c40cb4a1d
7 changed files with 21 additions and 10 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Feb 17 10:33:34 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- 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)
-------------------------------------------------------------------
Tue Feb 14 01:25:57 UTC 2023 - William Brown <william.brown@suse.com>