forked from erlydtl/erlydtl
-
Notifications
You must be signed in to change notification settings - Fork 0
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
thijsterlouw
wants to merge
429
commits into
spilgames:master
Choose a base branch
from
erlydtl:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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.
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.
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
Fix stacktrace warnings
Added nowarn flag to export all in erlydtl_runtime
Hex wrong vsn and support OTP 23
Signed-off-by: Andreas Stenius <[email protected]>
Fix typos
Signed-off-by: Peter Lemenkov <[email protected]>
Signed-off-by: Peter Lemenkov <[email protected]>
Signed-off-by: Peter Lemenkov <[email protected]>
Signed-off-by: Peter Lemenkov <[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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.