fixed example code:
--
#include
#include
#include
#include
char rot13a(const char x, const char a)
{
return a + (((x - a) + 13) % 26);
}
char rot13(const char x)
{
if (x >= 'A' && x <= 'Z') {
return rot13a(x, 'A');
}
if (x >= 'a' && x <= 'z') {
return rot13a(x, 'a');
}
return x;
}
int main
ifested in unrelated, OK code
too. Not being equality preserving cannot cause my errors since that is not
compiler diagnosable.
Nonetheless I'll try to prepare a separate repro.
On Sat, 4 Dec 2021, 13:10 Daniel Boles, wrote:
> Package: clang-13
> Version: 1:13.0.0-9+b1
> Severity: im
Package: clang-13
Version: 1:13.0.0-9+b1
Severity: important
Tags: upstream
Dear Maintainer,
clang++ 13, as of now in Debian unstable, and on Compiler Explorer,
causes
confusing and seemingly wrong template/constraint errors when trying to
compile
many pieces of code using std::ranges / std::view
Package: pulseaudio
Version: 13.0-5
Severity: normal
Dear Maintainer,
After I resume my laptop from suspend/sleep, I have no sound. The system
does
not think it is muted, as I can change the volume with hotkeys or sliders,
but
it stops producing any sound until rebooted.
I presume this is a Pul
Dear Maintainer,
I can confirm this problem persists. I have to manually open the GNOME Wi-Fi
Settings and choose "Connect to hidden network", despite that said network
has
"Connect automatically" set.
I removed a previous hidden network, which I'm 99% sure worked fine (but
can't
be 100%), as I r
see this issue (and probably, but hopefully not, duplicates thereof)
https://gitlab.gnome.org/GNOME/gtk/issues/270
Package: libfreetype6-dev
Version: 2.8.1-1
Severity: normal
Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate
***
* What led up to the situation?
I simply updated/full-upgraded and eventually recompiled one of my own
projects, which previously produ
Package: libgtk-3-0
Version: 3.22.12-1
Severity: important
Tags: upstream
Dear Maintainer,
Since a few point versions ago, in GTK+ 3.22.8, some changes were made to
GtkScale such that rounding was now applied to Scales without a value drawn
beside them. These patches were reviewed but the effects
Replying for quick reference of Debian 8.2 users like me. There is a lot of
info elsewhere, but a proper summary/solution should be collated here.
So, today, I've onfirmed the issue exists - and is due to baloo being
configured in ~/.kde/share/baloofilerc to search /home/user by default -
yet not
Further research suggests this might be an issue with particular gfx
drivers. causing X to die on attempted logout. In case it's relevant, I run
an integrated Intel HD4000 and discrete Nvidia GT650M.
Several threads like this
http://ubuntuforums.org/archive/index.php/t-1665405.html
show that in th
Further confirmation from Debian 8/Jessie - on a default install using DVD
#1 and KDE as only installed UI. Only tweaks to system are changes to
colour schemes etc and a couple of startup services to do innocuous things
like hdparm and set kdecache to /tmp
Logout from the Launcher kills X and drop
Package: konqueror
Version: 4.14.2
Severity: normal
Tags: d-i
Dear Maintainer,
The Konqueror installed - and set as the default browser - by Jessie 8
DVD#1 seems to have a dependency issue:
* Its default rendering method is WebKit,
* yet the WebKit requires gstreamer and the corresponding KDE Pho
Package: phonon
Version: 4:4.8.0-4
Severity: normal
Tags: d-i
Dear Maintainer,
Hello and thanks for a great Linux and an otherwise stellar KDE
installation.
Installing Debian 8/Jessie from the official DVD #1 with KDE chosen as the
desktop environment
omits some dependencies of KDE's audio manag
Cursory research would tell you that OpenBox has zero awareness of power
events, so this can't be its fault.
This would have to be solved somewhere else, such as the trackers for LXDE
or Debian itself.
Having said that, fwiw, I too am on Debian 8/LXDE and have never seen this,
even after much cus
14 matches
Mail list logo