Commit Graph
547154 Commits
Author SHA1 Message Date
Fabian Affolter 2b9503d017 python311Packages.evohome-async: 0.4.8 -> 0.4.9
Diff: https://github.com/zxdavb/evohome-async/compare/refs/tags/0.4.8...0.4.9
2023-11-12 11:07:51 +01:00
Fabian Affolter cd3291bef0 dnsx: 1.1.5 -> 1.1.6
Diff: https://github.com/projectdiscovery/dnsx/compare/refs/tags/v1.1.5...v1.1.6

Changelog: https://github.com/projectdiscovery/dnsx/releases/tag/v1.1.6
2023-11-12 11:04:34 +01:00
Fabian AffolterandGitHub 005576a684 Merge pull request #266402 from fabaff/dissect-bump
python311Packages.dissect: 3.9 -> 3.10
2023-11-12 11:00:32 +01:00
d43e8d5549 Update doc/languages-frameworks/rust.section.md
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2023-11-12 09:31:39 +00:00
K900andGitHub e44462d602 Merge pull request #267008 from K900/udisks-test-fix
nixos/tests/udisks2: actually start udisks
2023-11-12 12:30:29 +03:00
natsukium 6008e57f33 python311Packages.jupyterlab-server: refactor 2023-11-12 18:25:43 +09:00
Pol DellaieraandGitHub c6a8251a5d Merge pull request #266515 from shyim/update-blackfire-probe-190
php82Extensions.blackfire: 1.90.0 -> 1.91.0
2023-11-12 10:17:57 +01:00
K900 2e5993d508 nixos/tests/udisks2: actually start udisks 2023-11-12 12:09:58 +03:00
R. Ryantm ba95378bfd python310Packages.zamg: 0.3.0 -> 0.3.1 2023-11-12 08:57:15 +00:00
Artturin c3c31aa798 stdenv: Improve performance
| stat                   | before          | after           | Δ               | Δ%      |
|------------------------|-----------------|-----------------|-----------------|---------|
| cpuTime                | 513.67          | 507.77          | ↘ 5.90          | -1.15%  |
| envs-bytes             | 20,682,847,968  | 20,628,961,616  | ↘ 53,886,352    | -0.26%  |
| envs-elements          | 1,054,735,104   | 1,051,395,620   | ↘ 3,339,484     | -0.32%  |
| envs-number            | 765,310,446     | 763,612,291     | ↘ 1,698,155     | -0.22%  |
| gc-heapSize            | 53,439,602,688  | 51,711,545,344  | ↘ 1,728,057,344 | -3.23%  |
| gc-totalBytes          | 113,062,066,672 | 112,139,998,240 | ↘ 922,068,432   | -0.82%  |
| list-bytes             | 3,118,249,784   | 3,118,249,784   | 0               |         |
| list-concats           | 52,834,140      | 52,834,140      | 0               |         |
| list-elements          | 389,781,223     | 389,781,223     | 0               |         |
| nrAvoided              | 968,097,988     | 991,889,795     | ↗ 23,791,807    | 2.46%   |
| nrFunctionCalls        | 697,259,792     | 697,259,792     | 0               |         |
| nrLookups              | 510,257,062     | 338,275,331     | ↘ 171,981,731   | -33.70% |
| nrOpUpdateValuesCopied | 1,446,690,216   | 1,446,690,216   | 0               |         |
| nrOpUpdates            | 68,504,034      | 68,504,034      | 0               |         |
| nrPrimOpCalls          | 429,464,805     | 429,464,805     | 0               |         |
| nrThunks               | 1,009,240,391   | 982,109,100     | ↘ 27,131,291    | -2.69%  |
| sets-bytes             | 33,524,722,928  | 33,524,722,928  | 0               |         |
| sets-elements          | 1,938,309,212   | 1,938,309,212   | 0               |         |
| sets-number            | 156,985,971     | 156,985,971     | 0               |         |
| sizes-Attr             | 16              | 16              | 0               |         |
| sizes-Bindings         | 16              | 16              | 0               |         |
| sizes-Env              | 16              | 16              | 0               |         |
| sizes-Value            | 24              | 24              | 0               |         |
| symbols-bytes          | 2,151,298       | 2,151,298       | 0               |         |
| symbols-number         | 159,707         | 159,707         | 0               |         |
| values-bytes           | 30,218,194,248  | 29,567,043,264  | ↘ 651,150,984   | -2.15%  |
| values-number          | 1,259,091,427   | 1,231,960,136   | ↘ 27,131,291    | -2.15%  |

> Accessing the lexical scope directly should be more efficient, yes, because it changes from a binary search (many lookups) to just two memory accesses
> correction: one short linked list + one array access
> oh and you had to do the lexical scope lookup anyway for lib itself
> so it really does save a binary search at basically no extra cost

- roberth

after seeing the stats

> Oooh nice. I did not consider that more of the maybeThunk optimization becomes effective (nrAvoided). Those lookups also caused allocations!

- roberth

Left `lib.generators` and `lib.strings` alone because they're only used
once.
2023-11-12 10:42:49 +02:00
Adrian PistolandAlyssa Ross bab997db72 wolfssl: 5.6.3 -> 5.6.4 2023-11-12 09:38:30 +01:00
Alyssa Ross 56fd7f00cb linux_latest-libre: 19438 -> 19441 2023-11-12 09:37:26 +01:00
Alyssa Ross 240087854f linux_5_10: 5.10.199 -> 5.10.200 2023-11-12 09:37:26 +01:00
Alyssa Ross 7e42bbd56c linux_5_15: 5.15.137 -> 5.15.138 2023-11-12 09:37:26 +01:00
Stanisław PituchaandGitHub 70661a0916 Merge pull request #266944 from r-ryantm/auto-update/cpu-x
cpu-x: 5.0.0 -> 5.0.1
2023-11-12 19:36:07 +11:00
Vincent LaporteandVincent Laporte e65455a3b4 ocamlPackages.lablgl: 1.06 → 1.07 2023-11-12 09:35:39 +01:00
Vincent LaporteandVincent Laporte f933bfc6c8 ocamlPackages.ocamlsdl: remove at 0.9.1 2023-11-12 09:35:39 +01:00
natsukium 64b305352e python311Packages.jupyterlab-server: 2.25.0 -> 2.25.1
Changelog: https://github.com/jupyterlab/jupyterlab_server/blob/v2.25.1/CHANGELOG.md
2023-11-12 17:34:57 +09:00
natsukium de589b4bd8 python311Packages.jupyterlab-server: rename from jupyterlab_server 2023-11-12 17:29:50 +09:00
R. Ryantm 5f314b7b09 moar: 1.18.2 -> 1.18.3 2023-11-12 08:16:18 +00:00
natsukium 9e0c31d76a python38Packages.ludios_wpull: remove
ludios_wpull has been removed because it's unmaintained and broken
2023-11-12 17:04:59 +09:00
natsukium 656ad4af93 grab-site: remove
grab-site has been removed because it's unmaintained and broken
2023-11-12 17:04:48 +09:00
R. Ryantm 039e11a11b python311Packages.sgp4: 2.22 -> 2.23 2023-11-12 07:36:04 +00:00
R. Ryantm f7e2044349 python311Packages.python-velbus: 2.1.12 -> 2.1.14 2023-11-12 07:32:18 +00:00
R. Ryantm c95f7cbe22 python311Packages.python-frontmatter: 1.0.0 -> 1.0.1 2023-11-12 07:26:06 +00:00
R. Ryantm e075ed8666 python311Packages.pyswitchbot: 0.40.1 -> 0.41.0 2023-11-12 07:20:52 +00:00
R. RyantmandDmitry Kalinkin 782e4f664d python310Packages.vector: 1.1.1 -> 1.1.1.post1 2023-11-12 02:09:38 -05:00
Vincenzo MantovaandGitHub dd48a8a892 texlive.pkgs.tex4ebook: add html-tidy to PATH (#266861) 2023-11-12 02:08:32 -05:00
Mario RodasandGitHub dca8bf9756 Merge pull request #266962 from pbsds/bump-hdf5plugin-1699757794
python3Packages.hdf5plugin: 4.2.0 -> 4.3.0
2023-11-12 02:04:54 -05:00
Mario RodasandGitHub c7ab0e2f0e Merge pull request #266919 from marsam/update-timescale-tune
timescaledb-tune: 0.14.4 -> 0.15.0
2023-11-12 02:03:38 -05:00
natsukium 823b2d0bb3 python311Packages.sorl-thumbnail: 12.9.0 -> 12.10.0
Changelog: https://github.com/jazzband/sorl-thumbnail/blob/12.10.0/CHANGES.rst
2023-11-12 16:03:08 +09:00
natsukium eeb58d0b8f python311Packages.sorl-thumbnail: refactor 2023-11-12 16:03:08 +09:00
Mario RodasandGitHub fefb290ffd Merge pull request #265917 from figsoda/kool
kool: 2.1.1 -> 2.2.0
2023-11-12 02:02:36 -05:00
Mario RodasandGitHub a45da83a71 Merge pull request #266884 from bcdarwin/vtk-cleanup
vtk: cleanup
2023-11-12 02:01:44 -05:00
R. Ryantm e8fb698a24 linux-wifi-hotspot: 4.5.0 -> 4.6.0 2023-11-12 06:57:44 +00:00
natsukium b9311beee8 python311Packages.py-stringmatching: adopt pypa build and replace nose with pytestChckHook 2023-11-12 15:37:16 +09:00
R. Ryantm d52b46a575 efm-langserver: 0.0.48 -> 0.0.49 2023-11-12 06:37:14 +00:00
R. Ryantm dcacd32bdf dnsx: 1.1.5 -> 1.1.6 2023-11-12 06:34:18 +00:00
natsukium 42e586d75c python311Packages.py-stringmatching: rename from py_stringmatching 2023-11-12 15:32:14 +09:00
R. Ryantm 06d77c2ff8 cargo-generate: 0.18.4 -> 0.18.5 2023-11-12 06:27:03 +00:00
Adam Joseph ae7b2678f3 rust: add tutorial on git-bisecting rustc
This commits adds to the manual a tutorial showing how to
troubleshoot breakage caused by a rustc upgrade in *downstream*
packages.
2023-11-11 22:12:58 -08:00
Adam Joseph b6a3fabcc1 rust: allow building/git-bisecting without tarballs
This commit adds the machinery required to get our `rustc.nix` to
work using upstream's git repository, directly, without them waving
dead chickens over it and performing whatever other occult rituals
are involved in creating a release tarball.

No chickens, live or dead, were harmed in the creation of this
commit.
2023-11-11 22:12:40 -08:00
natsukium ba68404c7c python311Packages.sorl-thumbnail: rename from sorl_thumbnail 2023-11-12 14:53:04 +09:00
R. RyantmandYt 6f31405389 python310Packages.txtai: 6.1.0 -> 6.2.0 2023-11-12 05:48:52 +00:00
R. Ryantm 5c59f08471 python310Packages.webauthn: 1.11.0 -> 1.11.1 2023-11-12 05:26:13 +00:00
R. Ryantm 651c97d674 python310Packages.weaviate-client: 3.24.1 -> 3.25.3 2023-11-12 05:22:20 +00:00
Vladimír Čunát 8213089f8d Merge #266946: ngtcp2-gnutls: 1.0.0 -> 1.0.1 2023-11-12 06:15:12 +01:00
R. Ryantm cd9ac6d8d7 python310Packages.vertica-python: 1.3.5 -> 1.3.6 2023-11-12 04:37:30 +00:00
Pierre BourdonandGitHub b07a29c8fc Merge pull request #266904 from robert-manchester/maintainer_leave
remove myself from maintainers list
2023-11-12 05:34:13 +01:00
Mario Rodas 7f23ca0987 tflint: 0.48.0 -> 0.49.0
Diff: https://github.com/terraform-linters/tflint/compare/v0.48.0...v0.49.0

Changelog: https://github.com/terraform-linters/tflint/blob/v0.49.0/CHANGELOG.md
2023-11-12 04:20:00 +00:00