You are viewing a plain text version of this content. The canonical link for it is here.
- [freemarker] branch 2.3-gae updated: (Some code cleanup around BuiltInWithParseTimeParameters.) - posted by dd...@apache.org on 2019/02/03 22:40:36 UTC, 0 replies.
- [freemarker] branch 3 updated: (Forward ported from 2.3-gae: Some code cleanup around BuiltInWithParseTimeParameters.) - posted by dd...@apache.org on 2019/02/03 22:40:58 UTC, 0 replies.
- [GitHub] ILyaCyclone opened a new pull request #56: fix typo 'namesoace' to 'namespace' - posted by GitBox <gi...@apache.org> on 2019/02/05 17:15:35 UTC, 0 replies.
- [GitHub] ddekany merged pull request #56: fix typo 'namesoace' to 'namespace' - posted by GitBox <gi...@apache.org> on 2019/02/05 21:32:35 UTC, 0 replies.
- [freemarker] branch 2.3-gae updated: fix typo 'namesoace' to 'namespace' - posted by dd...@apache.org on 2019/02/05 21:32:38 UTC, 0 replies.
- [GitHub] ddekany commented on issue #56: fix typo 'namesoace' to 'namespace' - posted by GitBox <gi...@apache.org> on 2019/02/05 21:32:47 UTC, 0 replies.
- [freemarker] branch 2.3-gae updated: Some code cleanup, mostly around function and macro calls. Also added generic parameters at some places. - posted by dd...@apache.org on 2019/02/16 20:04:58 UTC, 0 replies.
- [GitHub] amaxama opened a new pull request #11: Fixed a few minor typos in book.xml - posted by GitBox <gi...@apache.org> on 2019/02/21 02:36:25 UTC, 0 replies.
- [GitHub] ddekany merged pull request #11: Fixed a few minor typos in book.xml - posted by GitBox <gi...@apache.org> on 2019/02/21 16:22:55 UTC, 0 replies.
- [freemarker-site] branch master updated: Fixed a few minor typos in book.xml - posted by dd...@apache.org on 2019/02/21 16:22:57 UTC, 0 replies.
- [GitHub] ddekany commented on issue #11: Fixed a few minor typos in book.xml - posted by GitBox <gi...@apache.org> on 2019/02/21 16:23:05 UTC, 0 replies.
- [freemarker] branch 2.3-gae updated (8783907 -> 0635b53) - posted by dd...@apache.org on 2019/02/23 16:31:18 UTC, 0 replies.
- [freemarker] 01/03: (SequenceIterator to be internally usable on its own) - posted by dd...@apache.org on 2019/02/23 16:31:19 UTC, 0 replies.
- [freemarker] 02/03: Added "local lambdas" to parser, which look like Java lambda-s, but are only allowed as parameters in certain built-ins, as they can't work outside the variable scope where they were created. To added new built-ins, ?filter(...) and ?map(...) to try the concept. These can get a "local lambda", or an #ftl function, or a method as parameter. These built-ins support the lazy processing of elements when they are the child of an AST node that explicitly enables that (for now only #list and a fe [...] - posted by dd...@apache.org on 2019/02/23 16:31:20 UTC, 0 replies.
- [freemarker] 03/03: Fixed issue with local lambdas and #list: The visibility scope of loop variables were wider than necessary, which now become visible, because the lambda applied on the listed value is possibly evaluated lazily after the nested content of #list was already executed for the first iteration, and then the lambda saw the loop variables from the previous iteration. As the lambda expression is outside the nested content of #list, it should never see the loop variables of the same #list. Also did [...] - posted by dd...@apache.org on 2019/02/23 16:31:21 UTC, 0 replies.
- [freemarker] branch 3 updated: Forward ported from 2.3-gae: Restricting narrowing scope from which #list loop variables are visible (although it was only necessary because of lambdas in 2.3, and we don't have lambdas in 3.0 yet). Some code cleanup regarding #list. - posted by dd...@apache.org on 2019/02/23 16:35:39 UTC, 0 replies.