nixpkgs/pkgs/development/tools
Austin Seipp 18839e1cc1 icestorm: improve x86 build/runtime perf with pypy
PyPy3 offers tremendous speedups for IceStorm tools written in Python,
including tools used at compile-time to generate the chip databases, and
runtime tools distributed to users, such as icebox_vlog.

For example, on my ThreadRipper 1950X, build times for IceStorm
consistently go from 2m30s -> 1m30s with this change, a 40% improvement,
simply due to improvements in raw CPU efficiency. (This is also worsened
by the fact the build is currently serial, but that can easily be fixed
anyway.)

On top of that, tools distributed to users are also now run using PyPy.
Utilities such as icebox_vlog are useful for post-bitstream testing, for
instance, and also are improved due to improved CPU efficiency as well.
For example, when "decompiling" an ICE40 bitstream for HX8K devices,
containing a synthesized copy of PicoRV32 (from the NextPNR demos), the
runtime of icebox_vlog is cut from 25 seconds to 9 seconds consistently
with this change alone.

Normally, picking a Python interpreter outright for Python-based code is
a "bad idea", but in the case of IceStorm it should be perfectly safe,
and an excellent improvement for users. There are a few reasons for
this:

  - IceStorm uses pure Python 3 and nothing else. There are no
requirements for any 3rd party packages, which might cause annoying
incompatibilities, and PyPy has historically shown very strong core
Python compatibility.

  - IceStorm is NOT a set of Python libraries, it is a set of tools,
some of which, coincidentally, are written in Python. It is (normally)
bad form to fix libraries to certain interpreters versions if the reason
strictly isn't "it doesn't work/isn't compatible". That is not the case
here. These tools may later be used by other programs, such as NextPNR,
but the Python interpreter is ultimately not that important in quesion
for the user. In this sense, there is almost no downside to picking
PyPy explicitly if it offers far better performance.

(Point 2 is not actually strictly true; there are some distributed .py
files that you can import from but they are basically just static
classes that are imported by tools like nextpnr; this is expected.)

Because of this, users should see very little change except better
performance for IceStorm tools on their machines.

Note that PyPy is not supported on aarch64 -- this only applies to
x86_64 machines.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-11 18:03:35 -06:00
..
alloy alloy: add alloy5 and take maintainership (#47262) 2018-09-26 17:46:58 +01:00
ammonite ammonite: 1.5.0 -> 1.6.0 2018-12-22 22:05:55 -05:00
analysis radare2: add propagated build inputs (#53667) 2019-01-08 21:55:44 +01:00
ansible-lint ansible-lint: fix install tests 2018-11-03 00:11:24 +01:00
apktool Port packages with Android dependencies to new androidenv 2018-12-18 21:16:06 +01:00
asmfmt asmfmt: init at 1.1 2018-11-02 21:58:08 -07:00
asn2quickder
aws-sam-cli aws-sam-cli: 0.4.0 -> 0.5.0 2018-07-30 14:23:44 +08:00
azcopy azcopy: init at 10.0.1 2018-09-21 01:17:52 -07:00
backblaze-b2 backblaze-b2: 1.3.6 -> 1.3.8 2018-12-16 09:52:13 -08:00
bazel-watcher bazel-watcher: init at 0.5.0 2018-09-29 13:33:00 -07:00
bloaty bloaty: 2018-06-15 -> 1.0 (#44716) 2018-08-08 15:35:46 +02:00
boomerang boomerang: 2018-01-18 -> 2018-07-03 2018-07-03 20:34:46 -05:00
boost-build
build-managers Merge pull request #53737 from dpetranek/update-leiningen 2019-01-11 12:06:36 +00:00
buildah buildah: 1.1 -> 1.4 2018-10-23 13:17:31 +02:00
cargo-web cargo-web: mark broken on darwin 2018-09-13 23:09:05 +02:00
casperjs
castxml castxml: Fix build (#46442) 2018-09-09 22:18:34 +02:00
cbor-diag cbor-diag: init at 0.5.2 2018-03-28 18:58:58 -03:00
cddl cddl: init at 0.8.5 2018-03-28 18:58:52 -03:00
cdecl Take me (viric) out of most maintenance 2018-07-22 21:50:19 +02:00
check go-check: init unstable at 2018-09-12 2018-11-02 22:04:43 -07:00
chefdk chefdk: rack: 2.0.3 -> 2.0.6 2018-11-06 09:23:19 +00:00
clang-tools clang-tools: override llvm version in all-packages 2019-01-05 11:19:37 +00:00
clog-cli
cloudfoundry-cli cloudfoundry-cli: 6.37.0 -> 6.41.0 2018-12-21 09:56:15 +00:00
compass pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
compile-daemon
container-linux-config-transpiler pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
continuous-integration gitlab-runner: 11.5.0 -> 11.6.0 2018-12-24 11:24:42 +01:00
corgi corgi: 0.2.3 -> 0.2.4 2018-11-16 22:36:38 -08:00
corundum
coursier coursier: patch shebang to make it work in the nix sandboxes 2018-07-21 15:29:30 +01:00
cppclean cppclean: init at 2018-05-12 (#49264) 2018-10-30 20:15:33 +01:00
cucumber
database pgcli: 2.0.1 -> 2.0.2 2019-01-07 17:21:12 -05:00
dcadec tree-wide: disable doCheck and doInstallCheck where it fails (the trivial part) 2018-04-25 04:18:46 +00:00
deadcode deadcode: init at unstable 2016-07-24 2018-11-02 21:58:09 -07:00
deis
deisctl
delve delve: 1.0.0 -> 1.1.0 (#47463) 2018-09-28 19:59:47 +02:00
dep dep: 0.4.1 -> 0.5.0 2018-07-26 10:04:53 +02:00
dep2nix dep2nix: fix eval (no IFD) 2018-09-11 12:56:14 +01:00
detect-secrets detect-secrets: init at 0.11.0 2018-12-27 05:23:32 -05:00
devpi-client devpi-client: 3.1.0 -> 4.1.0, fix tests (#47142) 2018-09-22 18:07:00 +02:00
devpi-server pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
devtodo treewide: http -> https sources (#42676) 2018-06-28 20:43:35 +02:00
doctl doctl: 1.8.0 -> 1.12.2 2018-12-30 11:56:21 +00:00
documentation doxygen: add sourceforge as mirror 2019-01-02 17:08:02 +01:00
drip
dtools dtools: 2.083.1 -> 2.084.0 2019-01-09 08:06:37 +01:00
easyjson easyjson: 2018-07-30 -> 2018-08-23 2018-09-25 09:07:17 -05:00
ejson ejson: init at 1.2.0 2018-09-26 13:36:46 +02:00
electron electron_3: also update arm hashes 2019-01-09 09:33:53 +00:00
erlang cuter: use erlangR19 and cleanp expression 2018-08-31 22:27:13 +02:00
errcheck errcheck: init at 1.1.0 2018-11-02 21:58:08 -07:00
fac pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
fedpkg fedpkg: add fedora_cert as dependency 2018-12-01 17:17:55 -05:00
flamegraph
flatpak-builder flatpak-builder: 1.0.0 -> 1.0.1 2018-10-15 22:22:12 -07:00
flock
flootty flootty: 3.2.1 -> 3.2.2 2018-08-12 12:46:05 +10:00
flyway flyway: 5.2.1 -> 5.2.4 2018-12-16 21:15:55 +01:00
fmbt fmbt: init at 0.39 2018-03-11 15:44:48 +01:00
fusee-launcher fusee-launcher: init at unstable-2018-07-14 2018-11-25 13:08:03 -05:00
galen galen: 2.3.6 -> 2.3.7 (#41296) 2018-05-31 09:11:40 +02:00
gamecube-tools gamecube-tools: init at v1.0.2 2018-12-17 21:37:34 +01:00
gauge gauge: 1.0.2 -> 1.0.3 (#51068) 2018-11-26 23:20:10 +01:00
gdm
geckodriver geckodriver: unstable-2018-02-24 -> 0.22.0 2018-12-10 16:22:11 +01:00
ghp-import ghp-import: 0.4.1 -> 0.5.5 2018-08-17 03:14:21 -07:00
git-ftp pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
git-series
github reewide: Purge all uses stdenv.system and top-level system 2018-08-30 17:20:32 -04:00
github-changelog-generator github-changelog-generator: init at v1.14.3 2018-12-17 23:28:23 +00:00
glide
gllvm gllvm: 1.2.2 -> 1.2.3 2019-01-05 13:39:17 -06:00
global-platform-pro global-platform-pro: add self as maintainer 2018-10-31 01:06:27 +09:00
glock glock: add license 2018-08-20 21:15:15 +02:00
glslviewer pythonPackages.requests: disable multiple outputs 2018-11-18 11:19:20 +01:00
gnome-desktop-testing gnome-desktop-testing: update URL 2018-05-29 10:56:23 +02:00
gnulib Treewide: use HTTPS on GNU domains 2018-12-02 15:51:59 +01:00
go-bindata pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
go-bindata-assetfs
go-junit-report go-junit-report: init at 2018-06-14 (385fac0ce9a) 2018-10-27 14:40:40 +01:00
go-langserver go-langserver: init at unstable-2018-03-05 2018-03-12 14:52:13 +00:00
go-motion go-motion: init unstable at 2018-04-09 2018-11-14 18:28:10 -08:00
go-outline pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
go-protobuf
go-repo-root pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
go-symbols go-symbols: unstable-2017-02-06 -> unstable-2018-05-23 (#47468) 2018-09-28 20:00:38 +02:00
go-tools go-tools: init at 2017.2.2 2018-11-02 21:58:09 -07:00
go2nix go2nix: 1.2.1 -> 1.3.0 2018-10-19 16:10:18 +02:00
goa goa: 1.0.0 -> 1.4.0 (#48147) 2018-10-10 23:17:32 +02:00
gocode gocode: 2018-10-22 -> 2018-11-05 2018-11-05 22:12:40 -08:00
gocode-gomod gocode-gomod: init unstable at 2018-10-16 2018-11-05 22:13:40 -08:00
goconst goconst: init at 1.1.0 2018-11-02 22:04:42 -07:00
goconvey pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
gocyclo gocyclo: init unstable at 2015-02-08 2018-11-02 22:04:43 -07:00
godef godef: 20170920 -> 1.0.0 2018-09-17 07:58:05 +02:00
godot treewide: use scons setup hook 2018-11-13 19:14:10 -06:00
gogetdoc gogetdoc: init at unstable 2018-10-25 2018-11-02 21:58:09 -07:00
golangci-lint golangci-lint: init at 1.9.2 2018-07-30 10:23:57 +02:00
golint golint: 20180208 -> 20181026 2018-11-22 12:33:54 -08:00
gometalinter gometalinter: init at 2.0.11 2018-11-02 22:04:44 -07:00
gomodifytags gomodifytags: unstable-2017-12-14 -> unstable-2018-09-14 (#47467) 2018-09-28 20:10:14 +02:00
google-app-engine-go-sdk reewide: Purge all uses stdenv.system and top-level system 2018-08-30 17:20:32 -04:00
gopkgs gopkgs: unstable-2017-12-29 -> 2.0.1 (#47464) 2018-09-28 20:04:53 +02:00
gosec gosec: 1.1.0 -> 1.2.0 2018-12-14 15:25:00 +01:00
gotags pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
gotests pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
gotools gotools: 2018-07-20 -> 2018-09-11 2018-09-17 07:58:04 +02:00
govendor govendor: init at 1.0.9 (#46485) 2018-09-10 17:47:58 +01:00
govers govers: 20150109 -> 20160623 2018-12-05 14:52:04 +01:00
gox gox: 0.4.0 -> 20181025 2018-12-05 14:52:04 +01:00
gpp
grabserial
gron gron: 0.5.2 -> 0.6.0 (#49282) 2018-10-29 11:56:56 +01:00
gtk-mac-bundler
guile Treewide: use HTTPS on NonGNU domains 2018-12-02 15:21:04 +01:00
haskell multi-ghc-travis: update to latest git version 2018-09-27 15:55:02 +02:00
hcloud hcloud: 1.9.1 -> 1.11.0 2019-01-10 14:02:47 -05:00
heroku heroku: 7.16.0 -> 7.18.2 2018-11-25 10:20:50 +01:00
hexio pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
iaca pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
icestorm icestorm: improve x86 build/runtime perf with pypy 2019-01-11 18:03:35 -06:00
icr treewide: Fix packages using name where they should use pname 2018-11-06 00:06:17 +01:00
iferr iferr: init unstable at 2018-06-15 2018-11-02 22:04:44 -07:00
imatix_gsl treewide: add version to packages 2018-05-25 15:48:05 -05:00
impl impl: init unstable at 2018-02-27 2018-11-02 22:04:44 -07:00
ineffassign ineffassign: init at unstable 2018-09-09 2018-11-02 22:04:38 -07:00
interfacer interfacer: init at unstable 2018-08-31 2018-11-02 22:04:43 -07:00
irony-server pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
java jhiccup: 2.0.9 -> 2.0.10 2019-01-03 16:48:53 -05:00
jazzy
jbake jbake: 2.6.2 -> 2.6.3 (#49302) 2018-10-27 20:06:50 -04:00
jd
jid jid: init at 0.7.2 2018-11-19 09:36:09 +01:00
jira_cli treewide: http -> https 2018-06-23 04:34:55 -07:00
jl jl: 0.0.4 -> 0.0.5 (#41319) 2018-05-31 19:22:23 +02:00
jmespath pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
jo
jp pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
jq jq: fix download hash 2018-12-02 14:14:39 -05:00
jsduck jsduck: fix build 2018-03-24 14:07:26 +01:00
json2hcl pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
kafkacat
kexpand kexpand: init at 2017-05-12 2018-11-01 18:34:14 +01:00
kind kind: master -> 0.0.1 2018-12-13 20:32:59 +00:00
kube-aws pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
kube-prompt kube-prompt: 1.0.4 -> 1.0.5 2018-11-27 09:26:36 +01:00
kubectx kubectx: 0.6.1 -> 0.6.2 2018-12-16 20:11:54 +01:00
kubicorn kubicorn: init at 4c7f3623 2018-10-26 23:02:34 +02:00
kustomize kustomize: 1.0.9 -> 1.0.10 2018-11-27 17:49:22 +01:00
kythe kythe: Add missing executable, fix rpath and symlink executables into bin (#50882) 2018-11-21 16:23:29 +01:00
lattice-diamond diamond: init at 3.10 2018-08-14 01:38:55 +01:00
lazygit lazygit: 0.4 -> 0.5 2018-11-20 13:43:19 +01:00
leaps pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
librarian-puppet-go pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
libsigrok treewide: use more HTTPS URLs 2018-03-24 22:04:25 -07:00
libsigrokdecode libsigrokdecode: 0.5.1 -> 0.5.2 2018-09-26 11:36:18 +02:00
literate-programming Literate: 2018-12-23 -> 2019-01-08 2019-01-09 08:07:34 +01:00
makerpm
maligned maligned: init unstable at 2018-07-07 2018-11-02 22:04:43 -07:00
manul pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
mdk treewide: http -> https sources (#42676) 2018-06-28 20:43:35 +02:00
minizinc minizincide: minor touchups per reviewer suggestion 2019-01-05 13:35:10 -06:00
misc Merge pull request #53457 from markuskowa/upd-uhd 2019-01-08 11:22:38 +01:00
mpfshell
msgpack-tools
mustache-go mustache-go: init at 1.0.1 (#44175) 2018-07-31 23:48:54 +02:00
nailgun nailgun: 0.9.1 -> 1.0.0 (#50211) 2018-11-11 00:47:50 +01:00
neoload reewide: Purge all uses stdenv.system and top-level system 2018-08-30 17:20:32 -04:00
node-webkit reewide: Purge all uses stdenv.system and top-level system 2018-08-30 17:20:32 -04:00
nrpl nrpl: fix compilation with nim 0.19 2018-10-31 22:04:00 +01:00
nwjs nwjs-sdk: init at 0.33.4 (#45320) 2018-10-02 10:24:05 +02:00
ocaml dune: 1.5.1 -> 1.6.2 2018-12-13 17:39:28 +00:00
omniorb omniorb: 4.2.2 -> 4.2.3 2018-12-25 05:16:10 -08:00
packer packer: 1.2.5 -> 1.3.1 2018-10-05 20:18:22 +02:00
packet packet: v20161215 -> v2.2.2 2018-09-01 17:22:27 -07:00
parse-cli-bin parse-cli-bin: add license 2018-11-08 20:51:34 +01:00
parsing Merge master into staging-next 2018-12-03 12:18:43 +01:00
pax-rs pax-rs: init at 0.4.0 (#53660) 2019-01-08 13:16:59 -05:00
pet pet: init at 0.3.2 2018-07-24 20:25:39 -07:00
pew pew: add homepage 2018-11-25 23:07:06 +00:00
phantomjs reewide: Purge all uses stdenv.system and top-level system 2018-08-30 17:20:32 -04:00
phantomjs2 phantomjs2: fix 404 (anonscm.debian.org -> salsa.debian.org) (#50980) 2018-11-24 11:35:18 +00:00
pipenv pipenv: 2018.11.14 -> 2018.11.26 2018-12-19 09:26:28 +01:00
postiats-utilities
profiling systemtap: 3.3 -> 4.0 2019-01-10 16:44:51 +01:00
pup
puppet/puppet-lint puppet-lint: init at 2.3.6 2018-08-13 11:37:59 +01:00
pydb
pypi2nix
pyre pyre: fix watchman references 2018-12-21 16:20:44 +01:00
qtcreator qtcreator: apply patch on aarch64 2018-08-23 19:31:21 +01:00
quicktemplate quicktemplate: 2018-09-06 -> 2018-11-26 2018-12-06 11:40:58 -06:00
quilt Treewide: use HTTPS on NonGNU domains 2018-12-02 15:21:04 +01:00
rdocker rdocker: init at unstable-2018-07-17 2018-07-19 19:44:13 -04:00
react-native-debugger react-native-debugger: 0.7.20 -> 0.8.1 2018-10-13 19:16:16 -07:00
redis-dump pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
reflex
reftools reftools: init at unstable 2018-09-14 2018-11-02 21:58:09 -07:00
remarshal remarshal: supports darwin 2018-06-13 00:00:33 -05:00
reno
repository-managers/nexus nexus: 3.12.1 -> 3.14.0-04 2019-01-10 12:56:33 +01:00
rhc
richgo richgo: init at 0.2.8 2018-09-16 14:48:43 +02:00
ronn
rq
rshell rshell: init at 0.0.14 2018-07-26 06:12:06 -07:00
rtags pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
rubocop rubocop: 0.59.1 -> 0.62.0 2019-01-11 12:12:03 +09:00
rucksack
rust rustfmt: 0.99.5 -> 1.0.0 2019-01-10 16:43:43 +01:00
sass sass: 3.4.22 -> 3.5.6 2018-05-13 12:29:08 +02:00
sassc sassc: 3.4.8 -> 3.5.0 2018-03-15 06:20:43 -07:00
sauce-connect sauce-connect: 4.4.12 -> 4.5.1 (#45856) 2018-09-01 15:36:00 +02:00
scalafix scalafix: init at 0.9.0 2018-10-28 10:10:37 +01:00
scalafmt scalafmt 1.4.0 -> 1.5.1 2018-09-20 10:18:38 -04:00
scry treewide: Fix packages using name where they should use pname 2018-11-06 00:06:17 +01:00
scss-lint scss_lint: init at 0.57.1 2018-11-28 07:57:40 +10:30
selenium chromedriver: 2.42 -> 2.43 2018-11-10 02:28:20 -08:00
setupcfg2nix Add setupcfg2nix and supporting infrastructure 2018-04-11 12:08:26 -04:00
sigrok-cli sigrok-cli: 0.7.0 -> 0.7.1 2018-11-08 14:04:45 -08:00
simavr simavr: work on macOS 2018-12-11 14:40:48 -06:00
skaffold skaffold: 0.18.0 -> 0.19.0 2018-12-06 17:44:27 +01:00
skopeo skopeo: 0.1.32 -> 0.1.34 2018-12-24 14:01:37 +01:00
slimerjs pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
solarus-quest-editor solarus-quest-editor: 1.5.3 -> 1.6.0 2018-12-31 01:54:02 -05:00
sourcetrail sourcetrail: init at 2018.3.55 2018-10-23 11:37:07 +09:00
spirv-tools vulkan-validation-layers: 1.1.82.0 -> 1.1.85.0 2018-12-08 00:51:39 -05:00
sqlint sqlint: init at 0.1.7. ht @ryantm. 2018-06-17 01:03:21 -07:00
sqsh sqsh: add license 2018-08-11 14:33:05 +02:00
sslmate lib.makePerlPath -> perlPackages.makePerlPath 2018-12-15 03:50:31 +00:00
stagit
sunxi-tools sunxi-tools: 20171130 -> 20181113 2018-11-24 21:05:09 -05:00
textql pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
thrust
toluapp scons: 3.0.1 -> 3.0.2 2019-01-07 15:07:29 +01:00
tora
toxiproxy toxiproxy: add license 2018-08-04 16:37:55 +02:00
tradcpp tradcpp: improved aarch64 support 2018-12-05 13:48:18 -05:00
trellis trellis: 2018.08.01 -> 2018.12.20, update, cleanup 2019-01-08 19:15:24 -06:00
tychus tychus: init at version 0.6.3 2018-11-26 13:42:33 +00:00
uftrace uftrace: 0.9 -> 0.9.1 (#50228) 2018-11-11 12:15:06 +01:00
unconvert unconvert: init at unstable 2018-07-03 2018-11-02 22:04:42 -07:00
unity3d unity3d: add missing libGL 2018-11-17 18:08:07 +01:00
vagrant vagrant: Remove unnecessary buildInputs 2018-12-17 21:53:23 +11:00
valadoc gobject-introspection: rename package 2018-12-02 12:42:29 +01:00
vcstool python: vcstool: 0.1.35 -> 0.1.36 2018-06-02 13:44:39 +02:00
vgo2nix vgo2nix: init at unstable-2018-10-14 2018-10-22 17:21:49 +08:00
vim-vint pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
vndr vndr: 20171005 -> unstable-2018-06-23 (#47466) 2018-09-28 20:14:06 +02:00
vogl
vulkan-validation-layers vulkan-validation-layers: 1.1.82.0 -> 1.1.85.0 2018-12-08 00:51:39 -05:00
vultr
wabt wabt: Allow building on Darwin as well 2018-10-22 15:32:09 -07:00
watchman watchman: add fsevents support 2018-05-16 01:02:31 -05:00
wiggle
wiiload wiiload: init at v0.5.1 2018-12-17 21:48:24 +01:00
winpdb
wllvm {g,w}llvm: 1.2.1 -> 1.2.2 2018-06-01 14:39:20 -05:00
wp-cli wp-cli: 2.0.0 -> 2.0.1 2018-09-06 21:36:06 +08:00
ws pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
xcbuild Revert "darwin 10.12 commits" 2019-01-03 15:20:26 -06:00
xcpretty xcpretty: init at 0.3.0 (#48494) 2018-11-28 12:21:37 +01:00
xib2nib pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
xqilla xqilla: 2.3.3 -> 2.3.4 2018-05-17 09:47:54 +01:00
yaml2json
yarn yarn: 1.12.3 -> 1.13.0 2019-01-12 00:00:57 +02:00
yarn2nix yarn2nix: init at 0.1.0 (#35340) 2018-03-09 21:28:28 +00:00
ydiff ydiff: init at 1.1 2018-08-25 22:52:51 +02:00
yq yq: 2.6.0 -> 2.7.1 2018-12-13 18:13:10 -08:00
yuicompressor yuicompressor: normalize 2018-05-25 15:48:29 -05:00