You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nemo.apache.org by wo...@apache.org on 2019/01/17 08:23:05 UTC

[incubator-nemo] branch upgrade-version updated (4c04b94 -> 7fa59e6)

This is an automated email from the ASF dual-hosted git repository.

wonook pushed a change to branch upgrade-version
in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git.


    from 4c04b94  Upgrade current working version: 0.2-SNAPSHOT
     new d66ec54  [NEMO-11] Generalize Equality of Int Predicates for Loops (#103)
     new 1403a3d  update README (#185)
     new 7fa59e6  Merge branch 'master' into upgrade-version

The 531 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          |  4 ++
 .../src/main/java/org/apache/nemo/common/Util.java | 54 ++++++++++++++++++++++
 .../apache/nemo/common/ir/vertex/LoopVertex.java   | 10 ++++
 .../org/apache/nemo/common/util/UtilTest.java}     | 37 +++++++--------
 .../compiletime/reshaping/LoopOptimizations.java   | 23 +--------
 5 files changed, 86 insertions(+), 42 deletions(-)
 create mode 100644 common/src/main/java/org/apache/nemo/common/Util.java
 copy common/src/{main/java/org/apache/nemo/common/test/ExampleTestArgs.java => test/java/org/apache/nemo/common/util/UtilTest.java} (53%)