File ineffassign.changes of Package ineffassign
-------------------------------------------------------------------
Fri Jan 4 13:57:31 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
-------------------------------------------------------------------
Wed Jan 2 22:45:27 CET 2019 - ndas@suse.de
- enable tar_scm service
-------------------------------------------------------------------
Wed Jan 02 21:26:04 UTC 2019 - opensuse-packaging@opensuse.org
- Update to version 0.0.0+git20180909.1003c8b:
* Don't treat initialization to zero like `x := int64(0)` as assignment.
* Guard against invalid code (break/continue outside of loop).
* Definitely don't panic in maybePanic.
* Mark named function results as used in operations that may panic.
* Don't treat explicit initialization to zero as assignment; it is often used as shorthand for a bare declaration.
* Support multiple path arguments on the command line.
* Add a note to the README about limitations.
* Slicing an array or taking the address of an array element causes the array to escape.
* Use control flow analysis to find more useless assignments.
* ignore vendor directories
-------------------------------------------------------------------
Tue Jul 10 15:52:42 UTC 2018 - mrostecki@suse.com
- Initial release