Luis Rascao
4513db483d
Bump cf to 0.2.2
2016-11-27 18:57:55 +00:00
Tristan Sloughter
db88b093d2
Merge pull request #111 from joedevivo/master
...
Add the ability to explicitly turn off ANSI color
2016-10-29 11:44:50 -07:00
Joe DeVivo
f64a4b1661
Add the ability to explicitly turn off ANSI color
2016-10-29 05:35:41 -07:00
Tristan Sloughter
603441a036
Merge pull request #109 from erszcz/pr77-microseconds-fix
...
Fix parsing of ISO 8601 decimal fractions of a second
2016-09-05 13:12:04 -07:00
Radek Szymczyszyn
a91c96eb92
Support ISO 8601 fractions of a seconds up to 6 places after the comma
2016-08-22 11:10:18 +02:00
Radek Szymczyszyn
5d729253d3
Add one more parsing test (just 3 places after the comma)
2016-08-19 14:09:51 +02:00
Radek Szymczyszyn
a298a7b045
Fix support for ISO 8601 fractions of a second
...
This is limited to milli- and microseconds interpreted
as 3 or 6 places after decimal comma.
All of the following, while valid according to the standard, won't be accepted:
- 2001-03-10T17:16:17.1Z
- 2001-03-10T17:16:17.12Z
- 2001-03-10T17:16:17.1234Z
- 2001-03-10T17:16:17.12345Z
- 2001-03-10T17:16:17.1234567Z
2016-08-19 12:38:40 +02:00
Radek Szymczyszyn
ed107c94b4
Fix microsecond() range
2016-08-19 11:05:29 +02:00
Kirilll Zaborsky
ab321b16e6
Testcase showing broken microseconds parsing
2016-08-19 10:32:47 +02:00
Kirilll Zaborsky
8dd9f826db
pad2 spec fix
2016-08-19 10:32:47 +02:00
Kirilll Zaborsky
d052e63ba5
Proper zero padding for microseconds
2016-08-19 10:32:47 +02:00
Jordan Wilberding
8974edb6a6
Merge pull request #106 from tsloughter/random
...
Fixes for OTP-19 support
2016-05-13 06:25:51 -06:00
Tristan Sloughter
b666164c0d
version bump
2016-05-12 21:58:56 -05:00
Tristan Sloughter
6d63ffde57
remove typespec syntax that was removed in OTP-19
2016-05-12 21:54:04 -05:00
Tristan Sloughter
001e7fcf4b
remove use of deprecated random module
2016-05-12 21:54:04 -05:00
Tristan Sloughter
874f2dc821
Merge pull request #102 from omarkj/omarkj-compile-on-rebar3
...
Fix `rebar.config.script` to work with latest `rebar3`.
2016-03-10 13:21:43 -06:00
Ómar Kjartan Yasin
0c1636e75a
Fix script so it can compile git-versioned
...
rebar3 variables as that is the way these versions
can look when updated using
`rebar3 local upgrade`.
2016-03-10 10:46:39 -08:00
Tristan Sloughter
8a325c0291
Merge pull request #99 from ericmj/patch-1
...
Support non rebar tools evaluating script
2015-12-02 15:47:08 -06:00
Eric Meadows-Jönsson
b84eed3634
Support non rebar tools evaluating script
2015-12-02 22:42:25 +01:00
Jordan Wilberding
0a4d2811f1
Merge pull request #98 from tsloughter/cf_fix
...
fix colorizing when not bold, type of fase for false
2015-11-21 13:59:50 -08:00
Tristan Sloughter
906a32e6c3
correct hex metadata to maintainers for contributors
2015-11-21 15:25:33 -06:00
Tristan Sloughter
60eb82aed5
fix colorizing when not bold, type of fase for false
2015-11-21 15:23:06 -06:00
Jordan Wilberding
05f062d23d
Merge pull request #96 from tsloughter/rebar2_support
...
add rebar.config.script to fall back to rebar2 style deps if using rebar2
2015-11-03 20:05:53 -08:00
Tristan Sloughter
5ef37420b6
Merge pull request #97 from budzejko/master
...
fix DOWN messages from external sources issue
2015-11-02 14:32:59 -06:00
Jacek Budzejko
2240decb95
fix DOWN messages from external sources issue
2015-11-02 21:05:58 +01:00
Tristan Sloughter
505d35996d
add rebar.config.script to fall back to rebar2 style deps if using rebar2
2015-11-02 09:46:25 -06:00
Tristan Sloughter
8c1b1133de
Merge pull request #92 from project-fifo/cf-colouring
...
Update cmd_log to use cf for color encoding, including term detection
2015-10-31 17:38:36 -05:00
Tristan Sloughter
a4ed7d683e
Merge pull request #93 from project-fifo/travis-update
...
Update to new travis infrastructure
2015-10-31 17:38:29 -05:00
Heinz N. Gies
74cc980f94
Update to new travis infrastructure
2015-10-31 23:31:50 +01:00
Heinz N. Gies
ad3eed2cd5
I'm done with R15
2015-10-31 23:27:25 +01:00
Heinz N. Gies
d7af2ecdfe
Fix eunit typo
2015-10-31 23:23:30 +01:00
Heinz N. Gies
056377c2d8
Add R15 back in, run eunit instead of ct and use old rebar3
2015-10-31 23:17:20 +01:00
Heinz N. Gies
453922a6ed
Bye bye R15
2015-10-31 23:11:19 +01:00
Heinz N. Gies
f7650e843d
Bump travis R15 version to 03
2015-10-31 22:54:59 +01:00
Heinz N. Gies
28dd4e812e
Add more debugs
2015-10-31 22:30:48 +01:00
Heinz N. Gies
19df1c0750
Add debug
2015-10-31 21:48:59 +01:00
Heinz N. Gies
0583ffa672
Update rebar3
2015-10-31 21:09:26 +01:00
Heinz N. Gies
f983b1ac85
Update cmd_log to use cf for color encoding, including term detection
2015-10-31 18:03:30 +01:00
Tristan Sloughter
95a8e3c32d
Merge pull request #91 from project-fifo/less-colours
...
Alow less colourful output
2015-10-31 10:18:41 -05:00
Heinz N. Gies
4aedc36937
Add rebar3 update to test run
2015-09-24 19:58:24 +02:00
Heinz N. Gies
87c76aeb2a
Alow less colourful output
...
Basically this adds a new/3 with a third argument of intensity.
The default (and by that the behaviour of new/1 and /2) remain
unchanged so existing code isn't affected.
If intenisty is set to `low` (instead of `high`) then only the
prefix is coloured making the whole output less colourful and
for some cases easyer to read.
2015-09-23 20:41:15 +02:00
Jordan Wilberding
49bc69e35a
Merge pull request #89 from tsloughter/git_v_option
...
Git v option
2015-09-19 14:19:34 -07:00
Tristan Sloughter
3608a576fb
version bump to 0.16.0
2015-09-19 13:08:11 -05:00
Tristan Sloughter
7c37ecf949
make v optional as prefix to version in git_vsn
2015-09-19 13:08:11 -05:00
Tristan Sloughter
26c600922e
Merge pull request #88 from ericbmerritt/r18-support
...
R18 support
2015-09-07 12:59:05 -05:00
Eric Merritt
29c711bc39
remove ec_git_vsn_test
...
This test only had one test that dependended entirely on the
state of *this* git repository. Tests shouldn't depend on external
unmanaged state not changing.
2015-09-07 10:53:36 -07:00
Eric Merritt
739a9bcf24
Swap DEV_ONLY for TEST in the test exclusion macros
2015-09-07 10:45:58 -07:00
Eric Merritt
fbf7f7951c
Add R18 (18.0) to the list of travis builds
2015-09-04 10:52:58 -07:00
Eric Merritt
885a516f03
remove proper as a testing tool from the package
...
PropEr has a problematic license and that makes it unusable.
Historically, there was some ideas that it was going to change but it
never did.
2015-09-04 10:48:21 -07:00
Jordan Wilberding
83adceaa1a
Merge pull request #85 from tsloughter/master
...
version bump
2015-07-12 09:27:22 -07:00