bgloyer

Results 5 issues of bgloyer

Cleaned up [C.65: Make move assignment safe for self-assignment](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rc-move-self) based on the discussions in #1892 #1649 #1606.

I also had Issue #37 on Gentoo. Issues #33 and #26 seem related too. This should let more distributions find python without (hopefully) breaking any current ones. Nice examples

pmerge fails if a set contains a set. $pmerge -p @weekly Traceback (most recent call last): File "/usr/lib/python-exec/python3.7/pmerge", line 4, in scripts.run(basename(__file__)) File "/usr/lib/python3.7/site-packages/pkgcore/scripts/__init__.py", line 34, in run sys.exit(tool()) File...

Sometimes clicking the dependency buttons don't jump to the package. If you click DEP and REQ-BY links enough it will eventually get stuck. The problem can be seen on the...

Should rule [C.65: Make move assignment safe for self-assignment](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rc-move-self) apply if a type has stl members? Rule [ C.20: If you can avoid defining default operations, do](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rc-zero) shows an example...