Ariel
ad4b944fc6
Removed other redudant clauses; same behaviour than https://github.com/erlware/erlware_commons/pull/162
2023-12-10 17:08:41 +01:00
Fred Hebert
4d5811d99b
Merge pull request #162 from ariel-anieli/issue-70-redundant-parse
...
Removed redudant clauses in local parse/3
2023-12-09 19:48:06 -05:00
Ariel
378b88587c
Fix for https://github.com/erlware/erlware_commons/issues/138
2023-12-10 01:04:46 +01:00
Ariel
d5183f5336
Removed redudant clauses in local parse/3
2023-12-09 14:07:13 +01:00
Kian-Meng, Ang
8dd7378a75
Fix typos
2021-12-19 17:36:19 +08:00
FlyingLu
e89e95de5f
Added more test cases.
...
Added more test cases to show the difference between 'G' and 'H'.
2021-11-03 00:11:05 +08:00
FlyingLu
791729c30a
Fixed the incorrect macro.
2021-11-02 11:27:57 +08:00
FlyingLu
d34da1d107
fixed incorrect 'G' in the format parameter string
...
In the format parameter string, 'G' should have represented 24-hour format of an hour WITHOUT leading zeros.
But it actually results in 24-hour format of an hour WITH leading zeros.
2021-11-01 16:24:15 +08:00
Fred Hebert
916539338f
Support Unicode string formatting
...
Fixes https://github.com/erlware/erlware_commons/issues/157
2021-08-09 15:06:57 +00:00
Fred Hebert
6f7a32487a
Merge pull request #150 from enidgjoleka/remove-unused-file-attribute
...
Remove -file attribute pointing to a non-existing file on ec_semver_parser
2021-05-12 08:16:38 -04:00
Fred Hebert
9cdca1c2e1
Merge pull request #154 from paulo-ferraz-oliveira/feature/license-info
...
Improve on license-related information
2021-04-09 21:21:39 -04:00
Paulo F. Oliveira
c47c938537
Keep symlinks in copies
2021-04-02 22:44:02 +01:00
Paulo F. Oliveira
f0347d88d7
Improve on license-related information
2021-04-02 21:25:49 +01:00
Paulo F. Oliveira
9d67e26510
Solve dialyzer warnings while approaching expected behaviour
...
(with minor unit tests)
2021-03-25 22:32:33 +00:00
Paulo F. Oliveira
0a4fde35e7
Remove dead code
2021-03-25 00:02:53 +00:00
Enid Gjoleka
01e08a3605
Remove unused -file attribute on ec_semver_parser
2021-02-10 14:43:53 +01:00
Michael Klishin
8eef97234f
Better comment wording as suggested by @ferd
...
Co-authored-by: Fred Hebert <mononcqc@ferd.ca>
2020-12-16 00:10:38 +03:00
Michael Klishin
c2b7863a53
Avoid a warning on Erlang/OTP 24
...
to make sure Rebar 3 can bootstrap on that version with warnings-as-errors compiler settings.
Closes #145 .
2020-12-15 01:45:43 +03:00
Kuba Odias
4e3b177be7
Allow for extra hyphens in pre-release build version
2018-12-14 23:09:25 +01:00
Tristan Sloughter
d4079cd127
fix ec_semver:pes test to not ignore alpha versions
2018-10-13 08:39:47 -06:00
Tristan Sloughter
f6992d72ca
fix insecure_mkdtemp type spec
2018-08-27 14:59:32 -06:00
Tristan Sloughter
64d76963c7
use git tag for version in .app
2018-06-23 15:35:56 -06:00
Tristan Sloughter
8302adf831
support more fine grained file info copy levels
2018-06-22 16:28:19 -06:00
Benedikt Reinartz
c730da3b9d
Use environment variables to find the tmp directory
2018-06-14 08:18:33 +02:00
Tristan Sloughter
9137b5dc54
version bump
2018-05-02 20:44:59 -06:00
Fred Hebert
ad2d57d8b6
Work around OTP-21 deprecation of get_stacktrace()
2018-05-02 21:47:52 -04:00
Tristan Sloughter
51de0f2c7a
version bump
2018-02-02 20:27:02 -08:00
Sascha Kattelmann
6e9f640c9c
Fix git version parsing
2018-02-01 10:43:38 +01:00
Tristan Sloughter
a227a0fce9
version bump
2017-11-17 13:30:51 -08:00
Tristan Sloughter
5956de425f
fix use of string:trim
2017-11-17 10:18:41 -08:00
Tristan Sloughter
f1ecf12ad3
fix git command to find tags and default empty pattern
2017-11-17 10:15:25 -08:00
Luis Rascao
6933a178ec
Bump to 1.0.3
2017-11-15 11:35:10 +00:00
Fred Hebert
df7728d81f
Fix bad unicode transition for OTP 20+
...
The trim/3 function accepts a list of graphemes rather than a single
character. This means previous patches were wrong and totally breaking.
2017-11-14 21:20:36 -05:00
Luis Rascao
f09d8f18a1
Bump to 1.0.2
2017-11-03 18:32:52 +00:00
Tristan Sloughter
41ff18e5d1
version bump to 1.0.1
2017-11-03 09:24:55 -07:00
Fred Hebert
f8f72b7cc5
Add compile-time switch for OTP-20 string funcs
...
Allows support for Unicode data, and prevents compile warnings that will
start with OTP-20.
2017-11-01 11:26:17 -04:00
Tristan Sloughter
fa1ec76a9b
Merge pull request #105 from filmor/semver-prefix
...
Make ec_git_vsn Windows-compatible, readd prefix functionality.
2017-09-04 19:46:16 -07:00
Tristan Sloughter
681973a29c
Merge pull request #118 from shopgun/master
...
Fixing #117 - microseconds not parsing when offset given
2017-09-04 19:43:46 -07:00
Warren Kenny
3ad087f8e0
Updated ISO8601 parsing to add leading zero to hour
2017-02-06 22:28:49 +00:00
Henrik Tudborg
f92f7de6f8
Fixing #117 - microseconds not parsing when offset given
2017-02-03 14:12:50 +01:00
Tristan Sloughter
c9f1c5debe
bump to version 1.0
2017-01-08 10:07:44 -08:00
Tristan Sloughter
69fbe53eea
remove unneeded export_all. in OTP20 it is a warning
2017-01-07 18:45:30 -08:00
Tristan Sloughter
4d2ab621ab
version bump
2016-11-27 11:15:30 -08:00
Joe DeVivo
f64a4b1661
Add the ability to explicitly turn off ANSI color
2016-10-29 05:35:41 -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