Felix Yan
Felix Yan
This uses the json api of mercurial repositories. Verified to work on the following hosting sites: www.mercurial-scm.org/repo hg.code.sf.net hg.nginx.org hg.mozilla.org
When lrelease is not present, the cmake step generates a warning instead of an error, and proceeding with make will result in the following error: ``` [ 25%] Generating danmaQ.1...
Gitter:  TG: 
Fixes the following build failure: ``` /build/deepin-control-center/src/dde-control-center-5.4.47/src/frame/window/modules/network/connectioneditpage.cpp: In member function ‘void dccV20::network::ConnectionEditPage::prepareConnection()’: /build/deepin-control-center/src/dde-control-center-5.4.47/src/frame/window/modules/network/connectioneditpage.cpp:354:9: error: ‘qDBusRegisterMetaType’ was not declared in this scope; did you mean ‘qRegisterMetaType’? 354 | qDBusRegisterMetaType(); | ^~~~~~~~~~~~~~~~~~~~~...
Remove redundant dependency on dde-network-utils. Log: Remove redundant dependency on dde-network-utils
The regex fails to parse in PHP 7.3, which broke the page in later functions. ``` PHP Warning: preg_replace(): Compilation failed: invalid range in character class at offset 4 in...
tornado.gen.Task was removed in Tornado 6. ``` =================================== FAILURES =================================== _______________________ test_decorate_tornado_coroutine ________________________ tests/test_integrations_py3.py:43: in test_decorate_tornado_coroutine loop.run_sync(coro) /usr/lib/python3.8/site-packages/tornado/ioloop.py:532: in run_sync return future_cell[0].result() /usr/lib/python3.8/site-packages/tornado/gen.py:209: in wrapper yielded = next(result) src/aspectlib/py35support.py:90: in...
They are correctly set as executable in git, but not in the hackage release tarball. ``` $ ls -lah hie-bios-0.7.5/tests/projects/simple-bios total 28K drwxr-xr-x 2 felix users 4.0K Sep 9 2001...
Builds fine and all tests pass.