-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⬆️ Bump the submodules group across 1 directory with 5 updates #459
Conversation
Bumps the submodules group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [libs/alice](https://github.com/marcelwa/alice) | ``544577f`` | ``a55415e`` | | [libs/parallel-hashmap](https://github.com/greg7mdp/parallel-hashmap) | ``1036816`` | ``d88c5e1`` | | [libs/tinyxml2](https://github.com/leethomason/tinyxml2) | ``312a809`` | ``a0f66fd`` | | [libs/pybind11](https://github.com/pybind/pybind11) | ``b07fddb`` | ``7c4ac91`` | | [libs/mockturtle](https://github.com/lsils/mockturtle) | ``b7fe3a7`` | ``bfcee23`` | Updates `libs/alice` from `544577f` to `a55415e` - [Commits](marcelwa/alice@544577f...a55415e) Updates `libs/parallel-hashmap` from `1036816` to `d88c5e1` - [Release notes](https://github.com/greg7mdp/parallel-hashmap/releases) - [Commits](greg7mdp/parallel-hashmap@1036816...d88c5e1) Updates `libs/tinyxml2` from `312a809` to `a0f66fd` - [Release notes](https://github.com/leethomason/tinyxml2/releases) - [Commits](leethomason/tinyxml2@312a809...a0f66fd) Updates `libs/pybind11` from `b07fddb` to `7c4ac91` - [Release notes](https://github.com/pybind/pybind11/releases) - [Commits](pybind/pybind11@b07fddb...7c4ac91) Updates `libs/mockturtle` from `b7fe3a7` to `bfcee23` - [Release notes](https://github.com/lsils/mockturtle/releases) - [Commits](lsils/mockturtle@b7fe3a7...bfcee23) --- updated-dependencies: - dependency-name: libs/alice dependency-type: direct:production dependency-group: submodules - dependency-name: libs/parallel-hashmap dependency-type: direct:production dependency-group: submodules - dependency-name: libs/tinyxml2 dependency-type: direct:production dependency-group: submodules - dependency-name: libs/pybind11 dependency-type: direct:production dependency-group: submodules - dependency-name: libs/mockturtle dependency-type: direct:production dependency-group: submodules ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #459 +/- ##
=======================================
Coverage 98.21% 98.21%
=======================================
Files 214 214
Lines 28876 28873 -3
Branches 1367 1367
=======================================
- Hits 28361 28359 -2
+ Misses 515 514 -1
... and 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
* 💚 try to fix wheel test issue on windows. * 💚 conduct renaming. * 💚 use normal threads instead of ``std::future``. * 💚 update test. * 💚 trial and error. * 💚 delete thread count option. * 🎨 Incorporated pre-commit fixes * 💚 delete thread count option. * 💚 trial and error. * 💚 only one thread. * 💚 small changes in multithreading. * 💚 use ``future`` for multithreading. * 💚 use sanitizer. * 💚 revert use of sanitizer. * 🎨 revert changes. * 🎨 using old quicksim code * 💚 use windows-2019. * 💚 revert code changes. * 💚 using windows-2019. * 💚 remove ``*-latest`` and use toolsets. * 💚 use toolsets. * 💚 update toolsets. * 💚 delete exclude part. * 💚 windows 2019. * 💚 remove toolset key. * 💚 use v143 for 2022. * 💚 use 2019. * :green_heart only using 2019. * 🎨 implement Marcel's comments. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
We will take care of the failing CodeQL action separately |
Bumps the submodules group with 5 updates in the / directory:
544577f
a55415e
1036816
d88c5e1
312a809
a0f66fd
b07fddb
7c4ac91
b7fe3a7
bfcee23
Updates
libs/alice
from544577f
toa55415e
Commits
a55415e
Cleanup code04569b8
Update fmt to the same version used in mockturtlefd25381
Added missing includesUpdates
libs/parallel-hashmap
from1036816
tod88c5e1
Commits
d88c5e1
Link against TBB if available (#242)e6845fb
Add missing header for std::setw std::setprecision (#241)Updates
libs/tinyxml2
from312a809
toa0f66fd
Commits
a0f66fd
Merge pull request #984 from Blake-Madden/mastera965e28
Merge pull request #978 from AlbertHungGarmin/fix-format-specifier5b04868
Fix typo in commentdded8bb
Fix format specifier mismatch in XMLUtil::ToStrUpdates
libs/pybind11
fromb07fddb
to7c4ac91
Commits
7c4ac91
Add type[T] support to typing.h (#5166)68405a1
AddUnion
andOptional
to typing.h (#5165)ab955f1
Fix refcount bug involving trampoline functions withPyObject *
return type...35ff42b
Add a pybind function to clear a list. (#5153)9b3a200
fix(cmake): improved cross-compilation support (#5083)b9794be
chore(deps): update pre-commit hooks (#5154)1a0ff40
tests: avoid immortal objects in tests (#5150)7187894
fix(cmake): old cmake boost bug (#5149)ae6432b
fix: Python 3.13t with GIL (#5139)a5b9e50
fix: added check on iterator end position (#5129)Updates
libs/mockturtle
fromb7fe3a7
tobfcee23
Commits
bfcee23
Improving filters in emap + fixes (#644)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions