Commit graph

354 commits

Author SHA1 Message Date
Tristan Sloughter
ad559ae1f5
Merge pull request #158 from ferd/support-unicode-strings
Support Unicode string formatting
2021-08-09 09:33:43 -06: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
2a758c9ec7
Merge pull request #156 from paulo-ferraz-oliveira/feature/ci-otp-24.0
Tweak CI versions (add 24.0, move 23.2 to 23.3)
2021-05-14 08:27:54 -04:00
Paulo F. Oliveira
4c0180f157 Tweak CI versions (add 24.0, move 23.2 to 23.3) 2021-05-14 10:11:56 +01: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
Fred Hebert
26bcdf8030
Merge pull request #155 from paulo-ferraz-oliveira/feature/symlinks_in_copy
Keep symlinks in copies
2021-04-09 21:17:36 -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
Fred Hebert
0318b467bc
Merge pull request #152 from paulo-ferraz-oliveira/fix/for_dialyzer
Fixes for dialyzer
2021-03-26 13:13:13 -04: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
f5e8aa6551 gitignore test-generated elements 2021-03-25 00:03:37 +00:00
Paulo F. Oliveira
4406953a87 Have CI working with extra checks 2021-03-25 00:03:13 +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
Tristan Sloughter
d9874feccf
Merge pull request #149 from tsloughter/readme-badge
update readme status badge and CI branch
2021-01-04 12:22:12 -07:00
Tristan Sloughter
32e62781bb
set TERM os var to xterm to get cf to not drop color in logs 2021-01-04 11:52:55 -07:00
Tristan Sloughter
2256b68e4f
update readme status badge and CI branch 2021-01-04 10:18:25 -07:00
Tristan Sloughter
45d79af620
Merge pull request #146 from michaelklishin/patch-1
Avoid a warning on Erlang/OTP 24
2021-01-04 09:53:24 -07:00
Tristan Sloughter
c7f166a8a7
Merge pull request #148 from tsloughter/github-actions
move to github actions for CI
2021-01-04 09:51:40 -07:00
Tristan Sloughter
2e1b59ece6
move to github actions for CI 2021-01-04 09:44:13 -07: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
Tristan Sloughter
f41b847b0c
Merge pull request #142 from rlipscombe/patch-1
Replace ericbmerritt links in README
2019-08-19 15:55:14 -06:00
Roger Lipscombe
0dc260c04c
Replace ericbmerritt links in README 2019-08-19 22:49:35 +01:00
Tristan Sloughter
aad7ae4241
Merge pull request #141 from martinrehfeld/patch-1
Fix spelling/grammar in signatures.md
2019-02-21 09:12:46 -07:00
Martin Rehfeld
8aadd8b278
Fix spelling/grammar in signatures.md
While reading through the document, I came across some spelling/grammar issues and thought I could just as well help fix them.
2019-02-21 17:11:30 +01:00
Tristan Sloughter
c3ae625bd1
Merge pull request #140 from relayr/extra_hyphens
Allow for extra hyphens in pre-release build version
2018-12-17 07:20:10 -07:00
Kuba Odias
4e3b177be7 Allow for extra hyphens in pre-release build version 2018-12-14 23:09:25 +01:00
Tristan Sloughter
a8b46e0770
Merge pull request #139 from tsloughter/alpha-pes
fix ec_semver:pes test to not ignore alpha versions
2018-10-13 11:50:25 -06:00
Tristan Sloughter
d4079cd127
fix ec_semver:pes test to not ignore alpha versions 2018-10-13 08:39:47 -06:00
Luis Rascão
b2d41811c1
Merge pull request #137 from tsloughter/mkdtemp-spec
fix insecure_mkdtemp type spec
2018-08-28 08:38:55 +00:00
Tristan Sloughter
f6992d72ca fix insecure_mkdtemp type spec 2018-08-27 14:59:32 -06:00
Tristan Sloughter
7bf631d326
Merge pull request #136 from tsloughter/git-tag-vsn
use git tag for version in .app
2018-06-23 16:34:41 -06:00
Tristan Sloughter
64d76963c7
use git tag for version in .app 2018-06-23 15:35:56 -06:00
Tristan Sloughter
1bd107113b
Merge pull request #135 from tsloughter/copy-file-info
support more fine grained file info copy levels
2018-06-23 15:31:35 -06:00
Tristan Sloughter
8302adf831
support more fine grained file info copy levels 2018-06-22 16:28:19 -06:00
Tristan Sloughter
e0453faf8f
Merge pull request #134 from filmor/patch-1
Use environment variables to find the tmp directory
2018-06-14 08:07:22 -06:00
Benedikt Reinartz
c730da3b9d
Use environment variables to find the tmp directory 2018-06-14 08:18:33 +02:00
Luis Rascão
b23bf733c5
Merge pull request #131 from tsloughter/1.1.0-bump
1.1.0 bump
2018-05-03 16:51:10 +01:00
Tristan Sloughter
9137b5dc54
version bump 2018-05-02 20:44:59 -06:00
Tristan Sloughter
885f961c02
upgrade cf dep 2018-05-02 20:44:27 -06:00
Tristan Sloughter
2e01d65b99
Merge pull request #130 from ferd/otp-21-stacktrace-compat
Work around OTP-21 deprecation of get_stacktrace()
2018-05-02 20:36:52 -06:00
Fred Hebert
ad2d57d8b6 Work around OTP-21 deprecation of get_stacktrace() 2018-05-02 21:47:52 -04:00
Luis Rascão
9eae901e58
Merge pull request #129 from tsloughter/master
version bump
2018-02-03 09:21:48 +00:00
Tristan Sloughter
51de0f2c7a
version bump 2018-02-02 20:27:02 -08:00
Tristan Sloughter
d501d710e2
Merge pull request #128 from GalaxyGorilla/fix_git_vsn
Fix git version parsing
2018-02-02 20:09:59 -08:00
Sascha Kattelmann
6e9f640c9c Fix git version parsing 2018-02-01 10:43:38 +01:00
Luis Rascão
012bc2f789
Merge pull request #127 from tsloughter/master
version bump
2017-11-17 21:34:30 +00:00
Tristan Sloughter
a227a0fce9 version bump 2017-11-17 13:30:51 -08:00