about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2022-11-04Merge pull request #196253 from rhysmdnz/matrix-appservice-irc-typescriptGuillaume Girol1-1/+4
matrix-appservice-irc: Compile typescript
2022-11-04Merge pull request #197914 from r-ryantm/auto-update/asciidoctorjChristian Kögler1-2/+2
asciidoctorj: 2.5.6 -> 2.5.7
2022-11-04tree-sitter/update: fetch orgas and directly check in pythonProfpatsch2-34/+31
2022-11-04tree-sitter/update: rename fetchImpl to updateImplProfpatsch1-7/+9
2022-11-04tree-sitter/update: move atomically-write to pythonProfpatsch2-53/+34
It should do the same thing, but take with a grain of salt maybe.
2022-11-04tree-sitter/update: move printing of the import nix file to pythonProfpatsch2-11/+53
This is a bit crappy, but the complexity should go away once it’s done in all python. Might have been wiser to rewrite the other stuff first.
2022-11-04tree-sitter/update: move checkTreeSitterRepos into python implProfpatsch3-24/+27
Direct translation of the jq set logic.
2022-11-04tree-sitter/update: BINARIES -> ARGS.binariesProfpatsch2-9/+12
I want to pass more information in the next step, so binaries are just one of multiple elements of the json value. Generate a json file via `format` so that we get nicer formatting (`lib.generators.toJSON` uses `builtins.toJSON` which does not add any whitespace).
2022-11-04tree-sitter/update: Move json file output to pythonProfpatsch2-19/+44
Removes the second-to-last use of jq from the shell script.
2022-11-04tree-sitter/update: ARGLIB_JSON -> BINARIES, factor out wrapperProfpatsch2-7/+12
arglib is a term I coined for passing arguments as structured environment variable, but in this case it’s probably easier to understand if we just call it `BINARIES`. Factors out the code that passes the environment to another script.
2022-11-04tree-sitter: Update grammarsProfpatsch8-30/+30
2022-11-04tree-sitter/update: Fetch repositories in parallelProfpatsch2-18/+34
This was the main annoyance with the existing script, it would fetch one repository after the other instead of multiple in parallel. The `xe` tool is a simple `xargs`-like that can do that. We put the json information for all repositories into a file with one object per line, then pass that to xe.
2022-11-04tree-sitter/update: Write files atomicallyProfpatsch1-2/+28
Otherwise you can’t interrupt the process without creating broken/half-written files.
2022-11-04tree-sitter/update: Fetch the existing repos from python as wellProfpatsch3-63/+94
I also used the chance to add some type annotations and make sure they get accepted by mypy.
2022-11-04tree-sitter/update: get executables from nix instead of environmentProfpatsch2-5/+12
This was a small bug, the update script should of course not depend on any executables in the environment. Since we don’t use a nix string anymore, interpolation is out of the question, so we pass it as arglib environment json string.
2022-11-04tree-sitter/update: move pyhon impl into its own fileProfpatsch2-85/+84
This helps with syntax highlighting & editor support
2022-11-04tree-sitter/update: factor out github urlProfpatsch1-3/+6
2022-11-04tree-sitter/update: prepare moving more stuff to pythonProfpatsch1-26/+36
I don’t want to split up the python code, so for now I’m just passing a “mode” to the script to run a different subset of the functionality.
2022-11-04tree-sitter: partially rewrite update script in pythonProfpatsch2-35/+81
The update script is getting out of hand, so we should rewrite it in something that resembles sanity, i.e. Python This is the first step, rewriting the part that checks and fetches a release. Next up is integrating latestGithubRepos into that script.
2022-11-04Merge pull request #199466 from dotlambda/vimplugins-updatefigsoda2-150/+150
vimPlugins: update
2022-11-04Merge pull request #194248 from oxzi/pypcap-1.3.0Guillaume Girol1-14/+4
pythonPackage.pypcap: 1.2.3 -> 1.3.0
2022-11-04vimPlugins.nvim-treesitter: update grammarsSandro Jäckel1-36/+36
2022-11-04Merge pull request #198139 from adamcstephens/squeezelite-1411Guillaume Girol2-4/+11
squeezelite: 1.9.9.1403 -> 1.9.9.1411
2022-11-04Merge pull request #198293 from Zimmi48/add-vscoq-vscode-extensionThéo Zimmermann1-0/+16
vscode-extensions.maximedenes.vscoq: init at 0.3.6
2022-11-04Merge pull request #198299 from Zimmi48/bump-copilotThéo Zimmermann1-3/+9
vscode-extensions.github.copilot: 1.46.6822 -> 1.56.7152
2022-11-04Merge pull request #198765 from Zimmi48/update-vscode-python-jupyterThéo Zimmermann2-4/+4
Update VS Code extensions `ms-python.python` and `ms-toolsai.jupyter`
2022-11-04Merge pull request #198845 from jansol/tauonGuillaume Girol1-2/+2
tauon: 7.4.2 -> 7.4.3
2022-11-04Merge pull request #198860 from jansol/dracoGuillaume Girol1-2/+3
draco: 1.5.3 -> 1.5.5 + add meta.changelog
2022-11-04Merge pull request #190900 from bzizou/seqkitChristian Kögler2-0/+27
seqkit: init at 2.3.1
2022-11-04Merge pull request #199525 from symphorien/duply-pathGuillaume Girol1-1/+1
duply: fix ftp usage
2022-11-04Merge pull request #198608 from taku0/thunderbird-desktop-itemBernardo Meurer1-27/+53
2022-11-04Merge pull request #197235 from PedroHLC/spirv-llvm-translator_14-initBernardo Meurer2-8/+27
2022-11-04Merge pull request #199474 from r-ryantm/auto-update/grafana-agentFlorian Klink1-2/+2
grafana-agent: 0.28.0 -> 0.28.1
2022-11-04Merge pull request #199496 from kilianar/broot-1.16.2figsoda1-3/+3
broot: 1.16.1 -> 1.16.2
2022-11-04Merge pull request #199500 from Atemu/xanmod-remove-amd-pstateBernardo Meurer1-1/+1
2022-11-04Merge pull request #199499 from r-ryantm/auto-update/oh-my-zshfigsoda1-3/+3
oh-my-zsh: 2022-10-30 -> 2022-11-03
2022-11-04Merge pull request #198660 from cpcloud/ibis-framework-drop-daskMario Rodas1-1/+0
python3Packages.ibis-framework: don't test dask backend
2022-11-04Merge pull request #191255 from reckenrode/wine-moltenvkSandro1-3/+1
2022-11-04Merge pull request #194031 from NickCao/stellariumSandro5-9/+112
2022-11-04Merge pull request #199368 from figsoda/hakarifigsoda1-5/+6
cargo-hakari: 0.9.14 -> 0.9.15, add figsoda as a maintainer
2022-11-04Merge pull request #199366 from figsoda/guppyfigsoda2-0/+39
cargo-guppy: init at unstable-2022-10-29
2022-11-04Merge pull request #199081 from figsoda/nvim-treesitterfigsoda3-28/+42
vimPlugins.nvim-treesitter: follow up to #198606
2022-11-04Merge pull request #199418 from MrcJkb/lemmy-helpfigsoda2-0/+28
lemmy-help: init at 0.9.0
2022-11-04nvim-treesitter: add comment on aliasesfigsoda1-0/+5
2022-11-04bazarr: 1.1.1 -> 1.1.2Andrei Pampu1-2/+2
2022-11-04nixos/tests/bazarr: set timezone to fix runtime failureBjørn Forsman1-0/+3
Ref. https://github.com/morpheus65535/bazarr/issues/1983.
2022-11-04nixos/tests/bazarr: fix eval errorBjørn Forsman1-1/+2
The test still doesn't pass, it has some runtime issues as well. Fixes: 580370666239 ("nixos/tests: fix type mismatch in wait_for_open_port")
2022-11-04Merge pull request #199094 from NickCao/pdnsajs1243-2/+15
pdns: 4.6.3 -> 4.7.2
2022-11-04Merge pull request #197058 from ereslibre/bump-unison-m4cSandro1-3/+3
2022-11-04Merge pull request #199384 from PedroHLC/nvidia-broken-linux6.0Thiago Kenji Okada1-3/+5
nvidia_x11_vulkan_beta: 515.49.15 -> 515.49.24