[Desktop-packages] [Bug 1163705] Re: ResultIterator.h defines functions that return const values

2014-01-24 Thread Michi Henning
** Changed in: unity/6.0
   Status: New = Won't Fix

** Changed in: unity/7.0
   Status: New = Won't Fix

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1163705

Title:
  ResultIterator.h defines functions that return const values

Status in Unity:
  Fix Released
Status in Unity 6.0 series:
  Won't Fix
Status in Unity 7.0 series:
  Won't Fix
Status in Unity phablet-mods series:
  Fix Committed
Status in Unity trunk series:
  Fix Released
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  In UnityCore/ResultIterator.h, we have things such as:

  friend inline bool const operator(const ResultIterator lhs, const
  ResultIterator rhs)

  and

  bool const IsLast();

  Declaring a function to return a const value is meaningless, and the
  compiler ignores the const. Moreover, with -Wall -Wextra, gcc emits a
  warning about the ignored const and, with -Werror, produces an error.

  The const return values need to be non-const.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1163705/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1163705] Re: ResultIterator.h defines functions that return const values

2013-08-02 Thread Stephen M. Webb
Released in Unity 7.1

** Changed in: unity/trunk
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1163705

Title:
  ResultIterator.h defines functions that return const values

Status in Unity:
  Fix Released
Status in Unity 6.0 series:
  New
Status in Unity 7.0 series:
  New
Status in Unity phablet-mods series:
  Fix Committed
Status in Unity trunk series:
  Fix Released
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  In UnityCore/ResultIterator.h, we have things such as:

  friend inline bool const operator(const ResultIterator lhs, const
  ResultIterator rhs)

  and

  bool const IsLast();

  Declaring a function to return a const value is meaningless, and the
  compiler ignores the const. Moreover, with -Wall -Wextra, gcc emits a
  warning about the ignored const and, with -Werror, produces an error.

  The const return values need to be non-const.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1163705/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1163705] Re: ResultIterator.h defines functions that return const values

2013-04-10 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 7.0.0daily13.04.10-0ubuntu1

---
unity (7.0.0daily13.04.10-0ubuntu1) raring; urgency=low

  [ Andrea Azzarone ]
  * Launcher icons automatically placed in the launcher by USC (or apps
lens) fail to have running 'pips'. (LP: #1165097)

  [ Marco Trevisan (Treviño) ]
  * Unity wastes some memory by allocating multiple times the same
texture (LP: #1166532)
  * Unity is creating multiple instances of DBusIndicators per each
monitor (LP: #1166550)

  [ Michi Henning ]
  * ResultIterator.h defines functions that return const values (LP:
#1163705)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 3290
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Wed, 10 Apr 2013 
04:03:19 +

** Changed in: unity (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1163705

Title:
  ResultIterator.h defines functions that return const values

Status in Unity:
  Fix Committed
Status in Unity 6.0 series:
  New
Status in Unity 7.0 series:
  New
Status in Unity phablet series:
  New
Status in Unity phablet-mods series:
  New
Status in Unity trunk series:
  Fix Committed
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  In UnityCore/ResultIterator.h, we have things such as:

  friend inline bool const operator(const ResultIterator lhs, const
  ResultIterator rhs)

  and

  bool const IsLast();

  Declaring a function to return a const value is meaningless, and the
  compiler ignores the const. Moreover, with -Wall -Wextra, gcc emits a
  warning about the ignored const and, with -Werror, produces an error.

  The const return values need to be non-const.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1163705/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp