[Bug 1574162] Re: qrtools.py calls tostring() instead of tobytes()

2017-06-30 Thread Curtis Brown
** Also affects: qr-tools Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574162 Title: qrtools.py calls tostring() instead of tobytes() To manage

[Bug 1593608] [NEW] __FUNCTION__ causes g++ internal compiler error in constexpr functions

2016-06-17 Thread Curtis Brown
Public bug reported: // bug.cpp // g++ -std=c++14 bug.cpp -DCAUSE_GCC_INTERNAL_COMPILER_ERROR inline constexpr bool bug() noexcept { #ifdef CAUSE_GCC_INTERNAL_COMPILER_ERROR auto tmp = __FUNCTION__; // same for __PRETTY_FUNCTION__ #else auto tmp = "bug"; #endif return true; }

[Bug 1574162] [NEW] qrtools.py calls tostring() instead of tobytes()

2016-04-23 Thread Curtis Brown
Public bug reported: The bug is exposed by the program qtqr, but the root cause is an apparent mismatch between python-qrtools and python-pil that can be fixed with a one-line patch to qrtools.py in python-qrtools. Below I've given the output of enough commands to fully reproduce my setup. You

[Bug 1319991] [NEW] Cannot upgrade from lucid to precise

2014-05-15 Thread Curtis Brown
Public bug reported: I cannot upgrade this laptop from 10.04 to 12.04 root@laptop:/etc/update-manager# update-manager authenticate 'precise.tar.gz' against 'precise.tar.gz.gpg' extracting 'precise.tar.gz' WARNING: Failed to read mirror file WARNING: Failed to read mirror file

[Bug 1319991] Re: Cannot upgrade from lucid to precise

2014-05-15 Thread Curtis Brown
** Attachment added: sources.list https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1319991/+attachment/4113388/+files/sources.list -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 889553] [NEW] make.vim fails to recognize valid makeIdent with dashes during assignment

2011-11-12 Thread Curtis Brown
Public bug reported: 1. Create a Makefile with a variable that has dashes: foo-bar=baz $(foo-bar): 2. Observe that syntax highlighting fails for assignment, but $(foo-bar) is highlighted correctly. 3. Apply the attached patch; restart vim; observe that the bug is fixed (root cause: the \w

[Bug 889553] Re: make.vim fails to recognize valid makeIdent with dashes during assignment

2011-11-12 Thread Curtis Brown
** Patch added: patch for vim 7.2 (ubuntu 10.04) https://bugs.launchpad.net/bugs/889553/+attachment/2594406/+files/make.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/889553 Title: make.vim