viuavm-commits
[Top][All Lists]
Advanced

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

[Viuavm-commits] [SCM] Viua VM branch issue/183/7eadf61e/better-static-a


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/183/7eadf61e/better-static-analyser updated. v0.9.0-538-g9b6d070
Date: Tue, 19 Sep 2017 22:15:59 +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, issue/183/7eadf61e/better-static-analyser has been updated
       via  9b6d0708b69ac6d481cc81b75ec161eb7d7b7f7e (commit)
       via  809f6c74db8fac9c022f9190b4e5327619d9158d (commit)
       via  f575f73c126ac57c2501ad4e0e588af06612bb5b (commit)
       via  f45b2888a1bb6cf1e25b81f8921081d7e83e3b3d (commit)
       via  bce2d988992b5664bce8303e3fd2f70bc1a57369 (commit)
       via  954d9fc24ea874d91afc7db4e2f2941a5f904283 (commit)
      from  9fad8825bf09ad7df018a7b1203a3290867bcb84 (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 9b6d0708b69ac6d481cc81b75ec161eb7d7b7f7e
Author: Marek Marecki <address@hidden>
Date:   Tue Sep 19 22:15:15 2017 +0200

    Allow functions with unspecified arity

commit 809f6c74db8fac9c022f9190b4e5327619d9158d
Author: Marek Marecki <address@hidden>
Date:   Tue Sep 19 22:15:02 2017 +0200

    Fix functions MUST now end with an arity specifier (even if the arity is 
undefined)

commit f575f73c126ac57c2501ad4e0e588af06612bb5b
Author: Marek Marecki <address@hidden>
Date:   Tue Sep 19 22:14:33 2017 +0200

    Sort usings alphabetically

commit f45b2888a1bb6cf1e25b81f8921081d7e83e3b3d
Author: Marek Marecki <address@hidden>
Date:   Tue Sep 19 22:14:04 2017 +0200

    Fix test for invalid register set name

commit bce2d988992b5664bce8303e3fd2f70bc1a57369
Author: Marek Marecki <address@hidden>
Date:   Tue Sep 19 22:13:38 2017 +0200

    Issue "did you mean" notes for mistyped register set names during SA of 
"ress" instruction

commit 954d9fc24ea874d91afc7db4e2f2941a5f904283
Author: Marek Marecki <address@hidden>
Date:   Tue Sep 19 22:12:57 2017 +0200

    Functions MUST end with arity specifier (/[0-9]*)

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

Summary of changes:
 sample/asm/errors/invalid_ress_instruction.asm      |  2 +-
 .../errors/msg_requires_at_least_one_parameter.asm  |  2 +-
 src/assembler/frontend/parser.cpp                   |  3 ---
 src/assembler/frontend/static_analyser/verifier.cpp | 21 +++++++++++++++++----
 src/cg/assembler/utils.cpp                          | 10 +++-------
 tests/tests.py                                      |  5 ++---
 6 files changed, 24 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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