Niko Fink
Niko Fink
As already promised [here](https://github.com/wlav/cppyy/issues/175#issuecomment-1811511573), I set up a GitHub Actions workflow for testing cppyy on different platforms at [N-Coder/cppyy-ci](https://github.com/N-Coder/cppyy-ci/actions/workflows/test.yml). Different env vars can be injected and versions of all the...
I now also get a warning when importing cppyy and later on failures to materialize symbols + segfaults on my Windows desktop: ``` Python 3.10.8 (tags/v3.10.8:aaaf517, Oct 11 2022, 16:50:30)...
Hey, I guess the best way would be to make one the alias for the other using properties and add a respective comment to the docs to not introduce further...
Did anyone check that this still works with the `master` branch and not only with what is on PyPI?
Note that the first python expression now no longer fails with a linker warning but a segmentation fault: ``` >>> g.list.emplace_back(g.i, g.s) In file included from /tmp/pip-build-env-iprf7o9c/normal/lib/python3.12/site-packages/cppyy_backend/input_line_3:2: In file included...
Fedora 39. It's not that this I'm expecting this to work given your explanation, but it probably shouldn't crash either. While this is only a very minor issue in this...
Unfortunately, the `CPyCppyy::PyException::operator=` crash with the simple code from [here](https://github.com/wlav/cppyy/issues/74#issuecomment-1195111660) ist still happening with cppyy 3.1.2 on Windows.
> Or maybe @N-Coder has commit permissions? Unfortunately, no. Maybe you can reach s-m-e via his [e-mail address](http://www.pleiszenburg.de/#legal-notice). Alternatively, you could do the [same as I did](https://github.com/N-Coder/studip-fuse/commit/0fb71e095f33995bac25b537879ad3f0bfff9e7f#diff-d87de6068b83be4f08336cfe213d4f79) while waiting for...
Please try with the [current alpha](https://pypi.org/project/ics/0.8.0.dev0/), which drops arrow and fixes a lot of serializer weirdness
Unfortunately, version 0.7 has only very limited support for timezones. It [writes out](https://github.com/ics-py/ics-py/blob/377a0d6f90a6ad5b16d7120f802cbb31f8773cda/ics/serializers/event_serializer.py#L18) all timestamps [in UTC](https://github.com/ics-py/ics-py/blob/377a0d6f90a6ad5b16d7120f802cbb31f8773cda/ics/utils.py#L199), while fully supporting [parsing](https://github.com/ics-py/ics-py/blob/377a0d6f90a6ad5b16d7120f802cbb31f8773cda/ics/parsers/icalendar_parser.py#L46) of arbitrary timezone information. Support in version 0.8 (which...