[Pkg-mono-svn-commits] [mono-basic] branch master updated (3572de0 -> 25c3809)

Jo Shields directhex at moszumanska.debian.org
Thu Sep 25 16:57:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

directhex pushed a change to branch master
in repository mono-basic.

      from  3572de0   Finalize changelog
      adds  2d9eb22   Imported Upstream version 3.8
      adds  d58dc67   Delete resources file in clean rule, to prevent FTBFS
      adds  25c3809   Finalize changelog

No new revisions were added by this update.

Summary of changes:
 configure                                          |   2 +-
 debian/changelog                                   |   7 +
 debian/rules                                       |   4 +
 vbnc/rt/source/CecilComparer.vb                    |  20 +-
 vbnc/vbnc/source/Emit/Emitter.vb                   |   1 +
 .../Classifications/ValueClassification.vb         |   2 +-
 .../Classifications/VariableClassification.vb      |   8 +
 .../source/Expressions/SimpleNameExpression.vb     |   5 +
 vbnc/vbnc/source/General/Helper.vb                 |  11 +
 vbnc/vbnc/source/General/Messages.vb               |   6 +-
 vbnc/vbnc/source/General/MyGenerator.vb            |   6 +-
 vbnc/vbnc/source/General/TypeConverter.vb          |  20 +-
 vbnc/vbnc/source/Members/ConstructorDeclaration.vb |   8 +-
 .../source/Members/LocalVariableDeclaration.vb     |   6 +
 vbnc/vbnc/source/Parser/Parser.vb                  |  10 +-
 vbnc/vbnc/source/Resources/Errors.resx             |   6 +-
 vbnc/vbnc/source/Statements/DoStatement.vb         |  12 +-
 vbnc/vbnc/tests/Bugs/bug-15863.vb                  |  11 +
 .../CompileTime/AddHandlerWithStaticVariable.vb    |  11 +
 vbnc/vbnc/tests/Errors/30038-1.vb                  |  10 +
 vbnc/vbnc/tests/Errors/30038.vb                    |  10 +
 vbnc/vbnc/tests/Errors/{30512-1.vb => 30074-2.vb}  |  11 +-
 vbnc/vbnc/tests/tests.xml                          | 415 +++++++++------------
 23 files changed, 331 insertions(+), 271 deletions(-)
 create mode 100644 vbnc/vbnc/tests/Bugs/bug-15863.vb
 create mode 100644 vbnc/vbnc/tests/CompileTime/AddHandlerWithStaticVariable.vb
 create mode 100644 vbnc/vbnc/tests/Errors/30038-1.vb
 create mode 100644 vbnc/vbnc/tests/Errors/30038.vb
 copy vbnc/vbnc/tests/Errors/{30512-1.vb => 30074-2.vb} (52%)
 mode change 100755 => 100644

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/mono-basic.git



More information about the Pkg-mono-svn-commits mailing list