Commit Graph

439 Commits

Author SHA1 Message Date
Jonathan Turner
f17c6a5a37
Merge pull request #263 from jonathandturner/defer-evaluation
get tests passing by fixing classifying external
2019-08-08 17:10:32 +12:00
Jonathan Turner
80bcc51294 get tests passing by fixing classifying external 2019-08-08 17:09:38 +12:00
Jonathan Turner
742cdbe97d
Merge pull request #262 from jonathandturner/defer-evaluation
Fix table print for ls
2019-08-08 16:58:46 +12:00
Jonathan Turner
b173fa6303 Fix table print for ls 2019-08-08 16:57:38 +12:00
Yehuda Katz
14a52bc282 WIP - more streamlining 2019-08-06 09:26:33 -07:00
Yehuda Katz
586aa6bae1 WIP - types check 2019-08-02 19:17:28 -07:00
Yehuda Katz
fc173c46d8 Restructuring 2019-08-02 12:15:07 -07:00
Yehuda Katz
73deeb69db Clean up lint errors 2019-07-23 21:10:48 -07:00
Yehuda Katz
5a8e041a48 Tests pass! 2019-07-23 15:22:11 -07:00
Jonathan Turner
01223091ec
Merge pull request #206 from jonathandturner/add_edit
Add and edit functionality
2019-07-22 16:44:16 +12:00
Jonathan Turner
ec7d49b0d2 Add and edit functionality 2019-07-22 15:52:57 +12:00
Jonathan Turner
12a785f2a2
Merge pull request #202 from jonathandturner/add_bat_syntax
Add a more complete syntax file (from bat)
2019-07-22 04:31:57 +12:00
Jonathan Turner
5108ebccac
Merge pull request #201 from jonathandturner/row_numbers
Row numbers
2019-07-22 04:31:42 +12:00
Jonathan Turner
142596c36e Add a more complete syntax file (from bat) 2019-07-22 04:03:54 +12:00
Jonathan Turner
d1ebcaab77
Merge pull request #200 from androbtech/to_csv_and_refactorings
Introduced conversion to csv command.
2019-07-21 19:23:58 +12:00
Andrés N. Robalino
191dacdd8b Introduced conversion to csv command. 2019-07-21 02:08:05 -05:00
Jonathan Turner
701e718a1a Merge branch 'master' into row_numbers 2019-07-21 07:58:14 +12:00
Jonathan Turner
a165b3574f Add some row numbers if there are multiple rows 2019-07-20 21:23:44 +12:00
Jonathan Turner
a86a11413f
Merge pull request #199 from jonathandturner/csv_rows
Switch from_csv to output rows
2019-07-20 18:59:49 +12:00
Jonathan Turner
c36c2a7b50 Switch from_csv to output rows 2019-07-20 18:44:21 +12:00
Jonathan Turner
58e09e2295
Merge pull request #198 from jonathandturner/source_spans
Source spans
2019-07-20 14:46:50 +12:00
Jonathan Turner
15507f00fc Introduce CallInfo, which abstracts args, name_span, and source_map 2019-07-20 14:27:10 +12:00
Jonathan Turner
08f6d29b79 Fix race condition in test 2019-07-20 13:18:27 +12:00
Jonathan Turner
1e6a9b9b34 Merge branch 'master' into source_spans 2019-07-20 13:14:05 +12:00
Jonathan Turner
27dbc1cb9a Add syntect (and borrow bat's theme file) 2019-07-20 13:12:04 +12:00
Jonathan Turner
2f85ea8ce2
Merge pull request #197 from androbtech/can_open_csv
Introduced ability to open csv documents.
2019-07-20 13:09:15 +12:00
Andrés N. Robalino
895a1b2d72 Introduced ability to open csv documents. 2019-07-19 15:48:42 -05:00
Jonathan Turner
d5d4da0bf8 Add first step of uuid generation and bookkeeping 2019-07-20 07:48:14 +12:00
Jonathan Turner
d4ecf6dfa5
Merge pull request #191 from androbtech/rm-command-addition
Can remove files and directories.
2019-07-19 03:30:03 +12:00
Andrés N. Robalino
514da5bfa7 Can remove files and directories. 2019-07-18 05:21:24 -05:00
Jonathan Turner
c53b1610f0
Delete appveyor.yml 2019-07-18 18:40:31 +12:00
Jonathan Turner
cc1afc7a7e
Update README.md 2019-07-18 16:54:21 +12:00
Jonathan Turner
6f286ba837
Merge pull request #192 from jonathandturner/improved_inc
Improved increment
2019-07-18 14:14:06 +12:00
Jonathan Turner
0d6881383d Add some tests 2019-07-18 13:57:58 +12:00
Jonathan Turner
e66c687da6 Add semver increment 2019-07-18 13:49:12 +12:00
Jonathan Turner
3b682046b7 new inc takes a path 2019-07-18 13:32:19 +12:00
Jonathan Turner
7cae7e8064
Update README.md 2019-07-18 08:13:09 +12:00
Jonathan Turner
f10225e26b
Merge pull request #190 from jonathandturner/improved_open_url
Improved open url
2019-07-18 07:25:02 +12:00
Jonathan Turner
be69df86a9 Add more formats 2019-07-18 07:05:20 +12:00
Jonathan Turner
00b3106f05 Improve open URL. Format and remove warning in tests 2019-07-18 06:56:15 +12:00
Jonathan Turner
53c6234aca
Merge pull request #189 from jonathandturner/roundtrip_yaml
Add yaml roundtrip test. Bump nu version
2019-07-18 06:06:38 +12:00
Jonathan Turner
227fdddc12 Add yaml roundtrip test. Bump nu version 2019-07-18 05:51:53 +12:00
Jonathan Turner
73b978ad51
Merge pull request #186 from androbtech/tests-infrastructure
Integration tests refactoring and visibility in them.
2019-07-17 19:45:06 +12:00
Andrés N. Robalino
f120ce63f7 Test cases not needed for now. 2019-07-16 16:47:01 -05:00
Andrés N. Robalino
652de43ead Integration tests refactoring and visibility in them. 2019-07-16 16:37:12 -05:00
Jonathan Turner
5bb20aa372
Merge pull request #187 from jonathandturner/release_cleanup_012
Release cleanup for the 0.1.2 release
2019-07-17 07:52:40 +12:00
Jonathan Turner
048b378e56 Remove failing tests and bump nom5_locate 2019-07-17 07:36:25 +12:00
Jonathan Turner
e7ea902d92 Add readme and homepage/repo 2019-07-17 07:17:46 +12:00
Jonathan Turner
2ed46046bd Cleanup for upcoming release 2019-07-17 07:10:25 +12:00
Andrés N. Robalino
6824c9c7a4 Sample data moved 2019-07-16 14:00:34 -05:00