1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00
Commit Graph

170 Commits

Author SHA1 Message Date
Nicolas Mattia
22836aceb1 Describe repls in shell 2019-06-16 09:39:49 +00:00
Nicolas Mattia
c25bc7efc0
Merge pull request #88 from michaelpj/imp/completions-and-profiling
Add completions and disable profiling
2019-06-16 11:11:12 +02:00
Nicolas Mattia
a1065ac1f5 Fix CircleCI retry 2019-06-16 08:55:00 +00:00
Michael Peyton Jones
26c7f9104b Add completions and disable profiling 2019-06-16 08:47:52 +00:00
Nicolas Mattia
652b763b79
Merge pull request #83 from michaelpj/imp/sorted-encode
Encode keys in sorted order
2019-06-16 10:33:36 +02:00
Nicolas Mattia
165b05a984
Merge pull request #89 from michaelpj/imp/more-gitignore
Add some more things to gitignore
2019-06-16 10:31:42 +02:00
Nicolas Mattia
a9dc7a67c6
Merge pull request #91 from nmattia/nm-fix-readme-2
Fix README and loop until Nix install succeeds
2019-06-16 10:31:27 +02:00
Nicolas Mattia
8434979b84 Loop until Nix stops segfaulting 2019-06-16 08:25:06 +00:00
Nicolas Mattia
24ace0e198 Fix weird sentence in README 2019-06-16 08:22:57 +00:00
Nicolas Mattia
cd3b43f447
Merge pull request #90 from nmattia/nm-fix-readme
Fix README
2019-06-15 18:20:56 +02:00
Nicolas Mattia
3fb9ae5cb9
Merge pull request #86 from michaelpj/imp/update-command
Implement modify command
2019-06-15 17:23:54 +02:00
Nicolas Mattia
fe563e3852 Fix README 2019-06-15 15:10:09 +00:00
Michael Peyton Jones
f2bf520840
Implement modify command.
Fixes #63.
2019-06-15 16:08:41 +01:00
Michael Peyton Jones
7406e83a75
Add some more things to gitignore 2019-06-15 16:06:19 +01:00
Nicolas Mattia
230582e096
Merge pull request #87 from domenkozar/gitignore
Use gitignore instead of duplicating it's logic
2019-06-15 17:03:19 +02:00
Domen Kožar
89cef63076
Use gitignore instead of duplicating it's logic 2019-06-15 16:55:58 +02:00
Michael Peyton Jones
dc9103623a
Encode keys in sorted order
This reduces diffs, which is always good!
2019-06-15 15:29:51 +01:00
Nicolas Mattia
0ca1bf22f7
Merge pull request #84 from Kleidukos/keep-nix-ssl-cert
Keep the nix ssl cert file variable when running the tests
2019-06-15 15:43:00 +02:00
Kleidukos
962c1b13c5 Keep the nix ssl cert file variable when running the tests 2019-06-15 15:35:01 +02:00
Nicolas Mattia
b009c89166
Merge pull request #82 from nmattia/nm-dont-drop-nulls
Don't drop nulls
2019-06-15 15:24:15 +02:00
Nicolas Mattia
8349f3e55e Don't drop nulls 2019-06-15 13:14:38 +00:00
Nicolas Mattia
312300cca8
Merge pull request #81 from nmattia/nm-release
Prepare for release
2019-06-15 13:57:49 +02:00
Nicolas Mattia
4b7ce24ad5 Prepare for release 2019-06-13 11:30:13 +02:00
Nicolas Mattia
13e316e615
Merge pull request #68 from nmattia/nm-refactor
New update mechanism
2019-06-12 21:37:12 +02:00
Nicolas Mattia
0720263bf1 Update SVG 2019-06-12 19:54:07 +02:00
Nicolas Mattia
567bdb256e Pre merge cleanup 2019-06-12 17:43:27 +02:00
Nicolas Mattia
43d7884eb4 Implement an undefined 2019-06-12 17:35:51 +02:00
Nicolas Mattia
b5fa195dca Print nicer error messages on update failure 2019-06-12 17:07:19 +02:00
Nicolas Mattia
2caf5a7c59 Make update error handling more verbose 2019-06-12 16:47:09 +02:00
Nicolas Mattia
136a650fb1 Skip svg test 2019-06-12 16:27:59 +02:00
Nicolas Mattia
7bc9e797f8 Fight cabal 2019-06-12 16:26:13 +02:00
Nicolas Mattia
cd066313ca Drop null elements in sources.json 2019-06-12 15:39:43 +02:00
Nicolas Mattia
64e80a0cac Move tests to exe 2019-06-12 14:57:21 +02:00
Nicolas Mattia
558e917f9c Add 'tags' to gitignore 2019-06-12 13:49:08 +02:00
Nicolas Mattia
629bd8bb69 Fix build and scripts on macOS 2019-06-12 13:48:59 +02:00
Nicolas Mattia
422a4d595b Remove old code 2019-06-12 13:48:09 +02:00
Nicolas Mattia
7789b95124 New update mechanism 2019-06-09 23:04:10 +02:00
Nicolas Mattia
65786ee156
Merge pull request #67 from nmattia/nm-cleanup
Light cleanup
2019-06-09 19:07:09 +02:00
Nicolas Mattia
d63c65d9db Post rebase fixup 2019-06-09 18:58:30 +02:00
Nicolas Mattia
023807d5fe HMap -> HMS 2019-06-09 18:52:34 +02:00
Nicolas Mattia
8464154e38 Use fewer String s 2019-06-09 18:52:34 +02:00
Nicolas Mattia
d758b48ea0 Drop old TODO 2019-06-09 18:52:34 +02:00
Nicolas Mattia
2f95c55006
Merge pull request #61 from michaelpj/imp/builtin-types
Add fetcher types for builtin tarball and fetchurl fetchers
2019-06-01 13:17:55 +02:00
Nicolas Mattia
692baedcfc Update svg 2019-06-01 13:12:58 +02:00
Michael Peyton Jones
96afc24d7e Make builtin-tarball the default 2019-06-01 13:04:16 +02:00
Michael Peyton Jones
0c48736b06 Support more types, including builtins 2019-06-01 13:04:16 +02:00
Nicolas Mattia
30f55f14e1
Merge pull request #60 from michaelpj/graceful-errors
Abort more gracefully if the source files don't exist
2019-05-24 10:50:24 +02:00
Nicolas Mattia
f2fccf7e22 Update svg 2019-05-24 10:46:10 +02:00
Michael Peyton Jones
3891f80bf5
Abort more gracefully if the source files don't exist
Fixes #59.
2019-05-23 19:00:42 +01:00
Nicolas Mattia
5d9e3a5f7d
Merge pull request #55 from nmattia/nm-test
Massage tests a bit
2019-05-09 12:58:04 +02:00