viuavm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-470-g4fa459d


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-470-g4fa459d
Date: Sun, 30 Oct 2016 00:07:36 +0200 (CEST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Viua VM".

The branch, devel has been updated
       via  4fa459dc72b72ac4489f34fb7adacde95a91a4f0 (commit)
       via  e5b3cdaa47cee29a4b8bded34f093c0759d8f5ba (commit)
       via  6d8a3ec3cc0b3198582ca34716665d3d477298c5 (commit)
       via  439ec10f5ee55621a6d7bee10f02b75f017bef0d (commit)
       via  52977a0a03174f2071f1b24ea58ca7055b9ef544 (commit)
       via  aee9aa0f3dbe6ffe46d06146033d1b4a04bb31f5 (commit)
      from  037105d2a8bbfd7a97b0bea538a46566ff1a6f1d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4fa459dc72b72ac4489f34fb7adacde95a91a4f0
Author: Marek Marecki <address@hidden>
Date:   Sat Oct 29 23:50:16 2016 +0200

    Fix tests for new rules

commit e5b3cdaa47cee29a4b8bded34f093c0759d8f5ba
Author: Marek Marecki <address@hidden>
Date:   Sat Oct 29 23:50:04 2016 +0200

    Fixes and simplifications

commit 6d8a3ec3cc0b3198582ca34716665d3d477298c5
Author: Marek Marecki <address@hidden>
Date:   Sat Oct 29 23:49:23 2016 +0200

    Override Number member functions for Boolean

commit 439ec10f5ee55621a6d7bee10f02b75f017bef0d
Author: Marek Marecki <address@hidden>
Date:   Sat Oct 29 23:48:33 2016 +0200

    Use double as underlying Float type

commit 52977a0a03174f2071f1b24ea58ca7055b9ef544
Author: Marek Marecki <address@hidden>
Date:   Sat Oct 29 21:47:36 2016 +0200

    Add test for timeouts specified in seconds

commit aee9aa0f3dbe6ffe46d06146033d1b4a04bb31f5
Author: Marek Marecki <address@hidden>
Date:   Sat Oct 29 21:42:17 2016 +0200

    Add pretty-lexing helper script

-----------------------------------------------------------------------

Summary of changes:
 include/viua/types/boolean.h                       | 15 ++++++++-
 include/viua/types/float.h                         |  6 ++--
 .../receive_timeout_1s.asm}                        |  2 +-
 sample/asm/external/math.cpp                       |  2 +-
 sample/asm/int/boolean_as_int.asm                  |  9 +++--
 sample/asm/invalid_operand_types/iadd.asm          |  4 ++-
 scripts/pretty_lex                                 |  8 +++++
 src/process/instr/cast.cpp                         |  8 ++---
 src/process/instr/float.cpp                        |  6 ++--
 src/process/instr/int.cpp                          |  7 ++--
 src/types/float.cpp                                |  4 +--
 tests/tests.py                                     | 39 ++++++++++++----------
 12 files changed, 69 insertions(+), 41 deletions(-)
 copy sample/asm/{errors/zero_distance_absolute_false_branch.asm => 
concurrency/receive_timeout_1s.asm} (97%)
 create mode 100755 scripts/pretty_lex


hooks/post-receive
-- 
Viua VM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]