Commit graph

5499 commits

Author SHA1 Message Date
Joseph Crail
480019f5b3 Add comments for deprecated connect().
We are using connect() instead of join() until Rust 1.3 is stable.
Currently, connect() is just a thin wrapper over join(). Keeping the
deprecated method allows us to build on all releases.
2015-08-09 23:12:23 -04:00
Heather
878ce3dfbe Merge pull request #676 from jbcrail/stabilize-3
Backport and/or replace unstable features.
2015-08-08 17:11:09 +03:00
Heather
941b93b61d Merge pull request #675 from jbcrail/update-travis
Update Travis to use stable.
2015-08-08 17:10:40 +03:00
Joseph Crail
83f842d8c9 Update Travis to use stable. 2015-08-08 03:56:45 -04:00
Joseph Crail
43d3834880 Backport and/or replace unstable features.
I removed the unstable slice_patterns and str_char features. I also used
the deprecated connect() method, instead of join().
2015-08-08 03:53:21 -04:00
Heather
8bb6ef4791 Merge pull request #672 from jbcrail/add-beta-to-travis
Add support for beta release to Travis.
2015-08-01 08:44:31 +03:00
Joseph Crail
fcc0577666 Allow beta build to fail. 2015-07-31 23:54:29 -04:00
Joseph Crail
e090a314a9 Add support for beta release to Travis. 2015-07-31 23:50:17 -04:00
Heather
7c69b3a1fd Merge pull request #670 from jbcrail/stablilize-2
Replace more unstable methods.
2015-08-01 02:12:45 +03:00
Joseph Crail
b089831ea0 Switch over to internal canonicalize().
The method, fs::canonicalize(), is unstable and can't be used for stable
builds. We already have our own implementation of canonicalize(), which
supports more options than the Rust library implementation.
2015-07-31 18:55:33 -04:00
Michael Gehring
b2b1d62482 Merge pull request #669 from fahlmant/README-update
Updated README to reflect nightly build dependency
2015-07-31 23:22:12 +02:00
fahlmant
5d42ea0ea9 Updated README to reflect nightly build dependency 2015-07-31 14:18:38 -07:00
Joseph Crail
4a331897cb Replace unstable VecMap w/ external crate. 2015-07-31 17:05:22 -04:00
Michael Gehring
9fcd6e617b Merge pull request #668 from jbcrail/stabilize
Backport and/or replace unstable features.
2015-07-31 22:47:18 +02:00
Michael Gehring
4ea0fa8496 Merge pull request #667 from jbcrail/update-travis
Update Travis to build using stable (1.1).
2015-07-31 22:33:09 +02:00
Joseph Crail
4300cd5a48 Replace unstable init() method. 2015-07-31 16:21:06 -04:00
Joseph Crail
047d963a26 Remove unused feature attribute. 2015-07-31 16:21:06 -04:00
Joseph Crail
f41d5b3f8f Replace unstable fs:walk_dir() w/ external crate. 2015-07-31 16:21:06 -04:00
Joseph Crail
6ff576e300 Use non-PathExt canonicalize(). 2015-07-31 16:21:06 -04:00
Joseph Crail
f03b22a65c Stabilize several PathExt methods. 2015-07-31 16:21:06 -04:00
Joseph Crail
2a34cdf72a Update Travis to build using stable (1.1). 2015-07-31 16:13:43 -04:00
Michael Gehring
8f6503383c Merge pull request #666 from krozycki/master
-f flag for uniq
2015-07-31 19:59:55 +02:00
Karol Rozycki
b025b44806 -f flag for uniq 2015-07-31 19:37:40 +02:00
Michael Gehring
0b9433ea9f Merge pull request #663 from jbcrail/rm-deprecated
Replace deprecated methods.
2015-07-31 09:08:02 +02:00
Michael Gehring
98f78ac903 Merge pull request #664 from jbcrail/add-cut-tests
Add tests for cut.
2015-07-31 09:06:21 +02:00
Joseph Crail
929474040b Add tests for cut. 2015-07-31 00:14:58 -04:00
Joseph Crail
9bc6eb4e7b Replace deprecated methods.
I replaced position_elem() and slice_chars(). I also removed an unused
feature attribute.
2015-07-30 22:21:18 -04:00
Michael Gehring
ab5a5ba9e9 Merge pull request #662 from jbcrail/replace-deprecated
Replace deprecated methods.
2015-07-27 06:44:23 +02:00
Joseph Crail
157c20c7d3 Replace deprecated methods. 2015-07-27 00:35:34 -04:00
Heather
a01eb55c23 Merge pull request #661 from jbcrail/windows-ci
Add Windows CI support using AppVeyor.
2015-07-24 07:12:20 +03:00
Joseph Crail
b6b8b5b0c6 Add Windows CI support using AppVeyor. 2015-07-23 21:41:10 -04:00
Michael Gehring
b5a5816271 Merge pull request #660 from retep998/master
Fix build on non-windows
2015-07-20 22:53:34 +02:00
Peter Atashian
010bda9df2 Fix build on non-windows
Signed-off-by: Peter Atashian <retep998@gmail.com>
2015-07-20 16:40:29 -04:00
Heather
dd73a9293d Merge pull request #656 from retep998/master
Various Windows fixes
2015-07-20 14:37:03 +03:00
Peter Atashian
47f82f0de2 Various Windows fixes
Improve handling of unicode on Windows
Disable a few crates on Windows that abuse unix APIs too much

Signed-off-by: Peter Atashian <retep998@gmail.com>
2015-07-19 20:25:48 -04:00
Heather
1a2be4bf7f Merge pull request #652 from jbcrail/update-deps
Update dependency for bit vector.
2015-07-12 08:53:45 +03:00
Joseph Crail
5d456763fa Update dependency for bit vector. 2015-07-11 20:08:08 -04:00
Alex Lyon
52e4444ccb Merge pull request #651 from jbcrail/stdbuf-dylib
Delay resolution of library symbols until runtime.
2015-07-09 16:12:21 -07:00
Alex Lyon
483fa3ef01 Merge pull request #650 from jbcrail/update-tr
Fix deprecation warnings for tr.
2015-07-09 15:42:20 -07:00
Joseph Crail
6ef7f98f26 Delay resolution of library symbols until runtime.
This is needed for dynamic libraries on OS X. This was supposed to be
part of #647, but it was left out.
2015-07-09 18:39:46 -04:00
Joseph Crail
49d9de17fe Fix deprecation warnings for tr.
I switched over to the bit-vec/bit-set cargos.
2015-07-09 18:30:03 -04:00
Alex Lyon
8f6d13df5f Merge pull request #647 from jbcrail/fix-osx-stdbuf
Fix OS X build errors for stdbuf.
2015-07-09 14:58:07 -07:00
Alex Lyon
7c2ed679ab Merge pull request #649 from jbcrail/fix-stdbuf-regression
Fix stdbuf regression.
2015-07-09 12:58:13 -07:00
Joseph Crail
b8ab2c125f Fix stdbuf regression.
When replacing range_inclusive(), I introduced a bug when parsing
arguments. I added a smoke test to prevent basic regressions in the
future.
2015-07-09 15:23:14 -04:00
Joseph Crail
3fa2e89a7a Fix OS X build errors for stdbuf.
I removed unused linker flags, added platform-specific linker flags, and
used DYLD_LIBRARY_PATH (instead of DYLD_INSERT_LIBRARIES) for loading
the dynamic library. I also removed an unused variable mutation.
2015-07-09 13:04:04 -04:00
Alex Lyon
860ee57573 Merge pull request #648 from jbcrail/rm-unused-mutation
Remove unused mutation from variables.
2015-07-08 21:26:31 -07:00
Joseph Crail
3270040778 Remove unused mutation from variables. 2015-07-08 22:24:02 -04:00
Heather
6b927c2ec3 Merge pull request #646 from jbcrail/fix-split-tests
Fix broken split tests.
2015-07-06 07:41:38 +03:00
Heather
333f7f6dec Merge pull request #645 from jbcrail/rm-unused-attribute
Remove unused attribute.
2015-07-06 07:41:31 +03:00
Joseph Crail
7b5d800104 Fix broken split tests.
I added a prefix to each test to isolate working files.
2015-07-05 23:35:32 -04:00