Package Release Info

ineffassign-0.0.0+git20180909.1003c8b-bp152.1.23

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ineffassign

Change Logs

* Fri Jan 04 2019 Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
* Wed Jan 02 2019 ndas@suse.de
- enable tar_scm service
* Wed Jan 02 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 2018 mrostecki@suse.com
- Initial release