Alexandr Zarubkin
Alexandr Zarubkin
Oh, I found this: https://github.com/nlohmann/json/issues/958 It's not recommended to use implicit conversions anyway. I'm sorry.
I'm sorry again, on the second thought you were going to remove the support for implicit conversions from JSON in the next major version, so I thought you might still...
Okay, I tried to change the code to ``` nlohmann::json test_json; std::variant val = test_json.get(); ``` and I still get the error: ``` error: no matching function for call to...
Based on the discussion in #1261, it was never assumed it should work and worked only by chance?.. I need to explicitly add variant support, correct?.. On another hand, that...
The breaking commit was a87c1885cb784ea5b884ed6dd1c96e39b7b4ec64.
I understand, but the thing is that the code did build and run and work correctly with 3.10.2. It's like it queried the stored type under the hood and called...
Did it break something? Because it is convenient, looks like a feature to me.
Try creating `conffiles` by hand and adding `--deb-meta-file conffiles` to the command. Yes, it's a workaround. Or try patching: add `add_path(path, allconfigs)` to https://github.com/jordansissel/fpm/blob/b085edc49c8dd027db6ef3e32d8de531894a26ea/lib/fpm/package/deb.rb#L1067-L1071 as the last line in this...
The thing is a zip file is downloaded while the code expected .tar.gz.
After applying a fix in `python.rb` similar to https://github.com/bugfood/fpm/commit/839d5424f62dd4d5dbf106461080ef9490dd3633, the archive extracts and fpm fails further: ``` fetching package metadata {:setup_cmd=>"env PYTHONPATH=/var/lib/gems/2.5.0/gems/fpm-1.15.1/lib/fpm/package:$PYTHONPATH python3 setup.py --command-packages=pyfpm get_metadata --output=/tmp/package-python-build-3ed2fb11ec8950b8ffe2244d76bc3ba2328fa1b6f9d5e68c4c73c2257c06/metadata.json", :level=>:info} Running from...