Christine Koppelt
e3dc1865d4
maven: 3.6.1 -> 3.6.2
2019-09-25 09:26:53 +02:00
Jörg Thalheim
94bd708252
Merge pull request #69337 from vbgl/ocamlformat-0.11.0
...
ocamlformat: 0.8 → 0.11.0
2019-09-24 10:54:25 +01:00
Jörg Thalheim
f3a9e9c226
ocamlPackages.camlp5: 7.08 → 7.10 ( #69185 )
...
ocamlPackages.camlp5: 7.08 → 7.10
2019-09-24 07:25:22 +01:00
Vincent Laporte
9c427a0c1e
ocamlformat: 0.8 → 0.11.0
2019-09-24 05:53:06 +00:00
Jörg Thalheim
bfed455de3
Merge pull request #68946 from volth/escape
...
treewide: fix string escapes
2019-09-24 04:19:12 +01:00
lewo
b7406b8eda
Merge pull request #68551 from nlewo/pr-skopeo
...
skopeo: 0.1.37 -> 0.1.39
2019-09-23 09:22:11 +02:00
adisbladis
083c3b9251
cask: Use generated src/version from Melpa
2019-09-22 16:48:00 +01:00
adisbladis
4698473f45
Merge pull request #69204 from etu/fix-cask
...
cask: Fix cask usage
2019-09-22 16:47:47 +01:00
adisbladis
17bf171b13
Merge pull request #69229 from marsam/use-buildGoPackage
...
treewide: use buildGoPackage in packages which vendor dependencies
2019-09-22 16:36:54 +01:00
Jörg Thalheim
d217fce304
bazel-buildtools: 0.28.0 -> 0.29.0 ( #68475 )
...
bazel-buildtools: 0.28.0 -> 0.29.0
2019-09-22 14:45:17 +01:00
Rémi NICOLE
20de44845d
bingrep: init at 0.7.0 ( #69021 )
2019-09-22 10:54:45 +00:00
Mario Rodas
1e117cf7b1
Merge pull request #69189 from marsam/update-terraform-lsp
...
terraform-lsp: 0.0.6 -> 0.0.9
2019-09-21 17:43:42 -05:00
Mario Rodas
2ba55afe2f
Merge pull request #69154 from marsam/update-pgformatter
...
pgformatter: 4.0 -> 4.1
2019-09-21 17:43:05 -05:00
Mario Rodas
cc0a3221f5
Merge pull request #69190 from marsam/update-tflint
...
tflint: 0.11.1 -> 0.11.2
2019-09-21 16:24:47 -05:00
Vladimír Čunát
f8a8fc6c7c
Revert "Merge branch 'staging-next'"
...
This reverts commit 41af38f372
, reversing
changes made to f0fec244ca
.
Let's delay this. We have some serious regressions.
2019-09-21 20:05:09 +02:00
volth
1673f3d458
ammonite: add scala-2.13 version
2019-09-21 13:16:30 -04:00
Maximilian Bosch
a141d29fef
Merge pull request #67680 from gilligan/add-hydra-cli
...
hydra-cli: init at 0.2.0
2019-09-21 15:46:51 +02:00
Vladimír Čunát
41af38f372
Merge branch 'staging-next'
2019-09-21 13:14:09 +02:00
Elis Hirwing
4f297c2b6f
cask: Fix cask usage
...
Without python as a dependency I only get the following error:
/usr/bin/env: ‘python’: No such file or directory
2019-09-21 11:43:17 +02:00
Mario Rodas
d02d88feba
elfinfo: use buildGoPackage
2019-09-21 04:33:00 -05:00
Mario Rodas
04aee5f070
mkcert: use buildGoPackage
2019-09-21 04:25:00 -05:00
Mario Rodas
f6b9982ad6
golangci-lint: use buildGoPackage
2019-09-21 04:24:00 -05:00
Jörg Thalheim
f0fec244ca
ycmd: 2018-09-20 -> 2019-09-19; add optional golang completion ( #69163 )
...
ycmd: 2018-09-20 -> 2019-09-19; add optional golang completion
2019-09-21 09:45:23 +01:00
Mario Rodas
354b2ee016
terraform-lsp: 0.0.6 -> 0.0.9
2019-09-21 00:00:00 -05:00
Mario Rodas
5ee382a79a
tflint: 0.11.1 -> 0.11.2
...
Changelog: https://github.com/wata727/tflint/releases/tag/v0.11.2
2019-09-21 00:00:00 -05:00
Mario Rodas
7ffeba4315
flow: 0.107.0 -> 0.108.0
...
Changelog: https://github.com/facebook/flow/releases/tag/v0.108.0
2019-09-21 00:00:00 -05:00
Vincent Laporte
0c0e63d211
ocamlPackages.camlp5: 7.08 → 7.10
2019-09-21 03:35:39 +00:00
Pierre Bourdon
ad4b97a233
redo-apenwarr: fix source URL
2019-09-20 22:31:08 +02:00
Sirio Balmelli
dee0cb7be5
ycmd: add gopls completer
...
ycmd gives 'no completer support' because of missing 'gopls'.
Add this as a conditional dependency.
Refactor the 'mkdir -p' step to be conditional per-dependency,
and placed just before the link step.
This is mostly for legibility but also pedantic correctness:
do not create a directory unless it will be used.
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-20 21:33:40 +02:00
Sirio Balmelli
7d21d6a680
ycmd: update build to 2019-09-19
...
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-20 21:33:40 +02:00
Sirio Balmelli
dfc7bdb1a3
ycmd: install phase copies all dirs below 'third_party'
...
Copy _all_ of 'third_party'.
Cherry-picking the contents of this dir is a fragile approach as
they change in later commits (breaking this build).
This approach continues to work on the current build,
and will not break with later versions of the project.
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-20 21:33:37 +02:00
Mario Rodas
22d77d950d
pgformatter: 4.0 -> 4.1
...
Changelog: https://github.com/darold/pgFormatter/releases/tag/v4.1
2019-09-20 08:30:00 -05:00
Frederik Rietdijk
0b12d44c06
Merge master into staging-next
2019-09-19 16:59:42 +02:00
Nikolay Korotkiy
ad4a3074c0
qtcreator: use Qt mkDerivation
2019-09-19 18:55:12 +09:00
Lily Ballard
aa413a0ce3
jazzy: 0.11.0 -> 0.11.1
2019-09-18 22:54:37 -07:00
Jörg Thalheim
0a784ab6aa
radare2: 3.8.0 -> 3.9.0
2019-09-19 04:53:56 +01:00
Mario Rodas
bc172c8780
circleci-cli: 0.1.2569 -> 0.1.5879
2019-09-18 18:00:00 -05:00
Jan Tojnar
62791c3743
Merge branch 'master' into staging-next
2019-09-18 21:15:35 +02:00
markuskowa
19a51cd2cb
Merge pull request #68263 from moaxcp/micronaut
...
micronaut init at 1.2.1
2019-09-18 13:14:36 +02:00
Mario Rodas
f1747f0f88
Merge pull request #68966 from siriobalmelli-foss/fix/cargo-inspect
...
cargo-inspect: fix build on Darwin
2019-09-18 06:13:15 -05:00
John Mercier
b973a8e0d0
micronaut init at 1.2.1
2019-09-18 06:25:21 -04:00
Sirio Balmelli
7cb3992c6c
cargo-inspect: fix build on Darwin
...
package fails to build with 'ld: framework not found Security'
Solve by adding darwin.apple_sdk.frameworks.Security on Darwin.
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-18 10:10:28 +02:00
Mario Rodas
24d976e39f
terraform-lsp: 0.0.5 -> 0.0.6
...
Changelog: https://github.com/juliosueiras/terraform-lsp/releases/tag/v0.0.6
2019-09-17 23:48:00 -05:00
volth
8276314608
treewide: fix string escapes
2019-09-16 22:15:38 +00:00
Vladimír Čunát
fa4a3af5a7
Merge branch 'master' into staging-next
2019-09-16 19:24:52 +02:00
Will Dietz
7f9a120147
elfinfo: 0.7.5 -> 0.7.6
2019-09-16 09:36:54 -05:00
Sirio Balmelli
a3757e6409
racerd: fix broken build on Darwin ( #68861 )
...
* racerd: fix broken build on Darwin
Build on Darwin failing with 'ld: framework not found Security'
Add buildInput darwin.apple_sdk.frameworks.Security
when building on Darwin.
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-15 21:25:59 -05:00
Mario Rodas
edc033a616
Merge pull request #67905 from marsam/add-pgformatter
...
pgformatter: init at 4.0
2019-09-15 11:38:08 -05:00
Aaron Andersen
3866029516
Merge pull request #68668 from pebbleKite/cue_version_bump
...
cue: 0.0.3 -> 0.0.11
2019-09-15 09:59:07 -04:00
Vladimír Čunát
b6c6e1f9e8
Merge branch 'master' into staging-next
2019-09-15 13:18:54 +02:00