petterreinholdtsen

Results 271 comments of petterreinholdtsen

[Koen Schmeets] > Never mind, I wasn't aware of C++'s copy constructors, learned > something new... so I guess the code makes it more clear / explicit > that an...

I had a closer look, and the only issue hidden by -Wno-terminate is the throw in scope_exit::~scope_exit() from src/common/scope_exit.h: ``` ~scope_exit() { try { if (valid_) func_(); } catch (...)...

Without any licensing information, the default restrictions of the copyright laws applies. Is this project still being developed?

[Koen Schmeets] > Thanks for working on this, it is greatly appreciated! > > I looked through the patches and here are my thoughts: > > 1) `0000-disable-git-check.patch` We seem...

[Koen Schmeets] > Sorry for misspelling your name, that all seems reasonable to me. No worries. :) > I am working on a patch over here: > > https://github.com/aewallin/opencamlib/pull/158 Very...

The opencamlib package was just accepted into Debian, . Seem to build fine on most archs, . -- Happy hacking Petter Reinholdtsen

[Koen Schmeets] > 2) `1000-fix-python-paths.patch` The `"import site; > print(site.getsitepackages()[-2])"` command is not very portable, for > that reason, we got rid of the "automagic site-packages folder > finding", you...

Version 2023.01.11-4 of the package in Debian has now built on all architectures, is installed by 0.02% of the population and will from today be installed by defaul with FreeCAD...

[Koen Schmeets] > That's great! > I am working on the develop branch right now so I can test the CD > github action. It seems to almost work again...

Hi. Any news on making a new opencamlib release? It would make life easier for Debian package maintainers to have a stamped version. -- Happy hacking Petter Reinholdtsen