Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream #1

Open
wants to merge 429 commits into
base: master
Choose a base branch
from
Open

Merge upstream #1

wants to merge 429 commits into from

Conversation

thijsterlouw
Copy link

No description provided.

kaos and others added 30 commits March 1, 2014 17:28
…rlydtl into campanja-bug-fix-escape-quotes

Conflicts:
	src/erlydtl_compiler.erl
	src/erlydtl_filters.erl
```erlang
erlydtl_tests: all_defs_test_ (filters: |truncatewords:0)...*failed*
in function erlydtl_eunit_testrunner:'-run_render/1-fun-0-'/2 (test/erlydtl_eunit_testrunner.erl, line 73)
**error:{assertEqual_failed,[{module,erlydtl_eunit_testrunner},
                     {line,73},
                     {expression,"B"},
                     {expected,<<" ...">>},
                     {value,<<>>}]}
```
When compiling on FreeBSD, use gmake instead of make.
The compile_dir functionality was broken (again).
This test case was very much over due..
As `rebar eunit` doesn't compile .yrl files,
we need to make sure those are already compiled
when running the eunit tests.
The backward incompatible change introduced in commit
0b61b69 is reverted, and instead a
new `render` function is added for those who wish to get the tagged
result tuple `{ok, iolist()} | {error, Reason}`.
Old API still available: new api's responses are converted to
old ones.
There is phrase information fields added, which we currently don't
extract, like 'msgid_plural', 'context'. Will be implemented later.
ten0s and others added 30 commits June 27, 2017 17:37
fix for Failed to extract name from erlydtl.app.src
#fixes #231
Call for maintainers.
Support Erlang/OTP 20.0
Reduce number of erlang versions we use for building on travis.
compatibility with OTP 21
…e in question is loaded by the code server
Ensure modules are loaded when checking function_exported
Added nowarn flag to export all in erlydtl_runtime
Hex wrong vsn and support OTP 23
Signed-off-by: Andreas Stenius <[email protected]>
Fix calls to Gettext nonexisting functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.