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-336-g84a4eda


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.8.4-336-g84a4eda
Date: Fri, 30 Sep 2016 20:47:09 +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  84a4eda400af6989921bd7dbe1df6984763cd60a (commit)
       via  83e6d5d8c44db59f9df4320459680022eaece1ab (commit)
       via  c69a9832f1f657ce1abb97a78271b002634b8cc2 (commit)
       via  3049b86109d450ffff08ec2d591b15813419a433 (commit)
       via  dfb9fbe1e4bdf503f0eeb8f0b697ba9ebe7ce258 (commit)
       via  1817d9fd12896b7a9d4151720df3b6f706057004 (commit)
       via  6dbf686d46bea288566f69272f2b50cd801c9f4f (commit)
       via  90e213a30f1a9a5365a30056b7c8c83d32cf8a29 (commit)
       via  c00de74776dee8f3122d631ad64b72226af6c541 (commit)
       via  b7a1260b6ef0d81d287781e96310351f8eeb39f0 (commit)
       via  67a83c0bbf7122c82b3e3c703382a82b19b2bf60 (commit)
       via  f3aec974e1203a1bc2e28e47c470500c3947a645 (commit)
       via  3b8025dd614b94f7254640160f5f3852dc596375 (commit)
      from  81df812e50612f4d0dc75886dfb97356742c3d2f (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 84a4eda400af6989921bd7dbe1df6984763cd60a
Author: Marek Marecki <address@hidden>
Date:   Fri Sep 30 20:31:26 2016 +0200

    Update Changelog, version bump, closes #163

commit 83e6d5d8c44db59f9df4320459680022eaece1ab
Author: Marek Marecki <address@hidden>
Date:   Fri Sep 30 20:30:15 2016 +0200

    Add some basic iota-related verification

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

Summary of changes:
 Changelog.markdown                                 |  1 +
 include/viua/cg/lex.h                              |  2 +
 include/viua/version.h                             |  2 +-
 .../iota/invalid_argument_to_iota.asm}             |  2 +-
 .../iota_directive_used_outside_of_iota_scope.asm} |  6 +-
 .../iota/iota_in_frame.asm}                        |  8 ++-
 .../iota/iota_in_names.asm}                        | 15 +++--
 .../iota/iota_in_receiving_arguments.asm}          |  9 ++-
 .../iota/iota_in_register_indexes.asm}             | 11 ++--
 src/cg/lex.cpp                                     | 68 +++++++++++++++++++++-
 src/front/lexer.cpp                                | 54 ++++++++++++++++-
 tests/tests.py                                     | 24 ++++++++
 12 files changed, 172 insertions(+), 30 deletions(-)
 copy sample/asm/{errors/leftover_frame_end.asm => 
keyword/iota/invalid_argument_to_iota.asm} (98%)
 copy sample/asm/{errors/branch_false_forward_out_of_range.asm => 
keyword/iota/iota_directive_used_outside_of_iota_scope.asm} (96%)
 copy 
sample/asm/{errors/at_least_two_tokens_required_in_a_wrapped_instruction.asm => 
keyword/iota/iota_in_frame.asm} (83%)
 copy sample/asm/{static_analysis_errors/checking_entered_block_bodies.asm => 
keyword/iota/iota_in_names.asm} (80%)
 copy 
sample/asm/{errors/at_least_two_tokens_required_in_a_wrapped_instruction.asm => 
keyword/iota/iota_in_receiving_arguments.asm} (81%)
 copy 
sample/asm/{errors/at_least_two_tokens_required_in_a_wrapped_instruction.asm => 
keyword/iota/iota_in_register_indexes.asm} (86%)


hooks/post-receive
-- 
Viua VM



reply via email to

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