Merge lp:~zorba-coders/zorba/fix-random-annotation into lp:zorba

Proposed by Federico Cavalieri
Status: Merged
Merged at revision: 11680
Proposed branch: lp:~zorba-coders/zorba/fix-random-annotation
Merge into: lp:zorba
Diff against target: 24 lines (+2/-1)
2 files modified
src/functions/pregenerated/func_random.h (+1/-0)
src/runtime/spec/random/random.xml (+1/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/fix-random-annotation
Reviewer Review Type Date Requested Status
Federico Cavalieri Approve
Matthias Brantner Approve
Review via email: mp+199706@code.launchpad.net

Commit message

Fixed random#0 function annotation.

Description of the change

Fixed random#0 function annotation.

To post a comment you must log in.
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue result for https://code.launchpad.net/~zorba-coders/zorba/fix-random-annotation/+merge/199706

Stage "TestZorbaUbuntu" failed.
1 tests failed (8751 total tests run).

Check test results at http://jenkins.lambda.nu:8180/job/TestZorbaUbuntu/419/testReport/ to view the results.

11680. By Federico Cavalieri

Fixed func_random.h

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Voting criteria failed for the following merge proposals:

https://code.launchpad.net/~zorba-coders/zorba/fix-random-annotation/+merge/199706 :
Votes: {'Pending': 1}

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue result for https://code.launchpad.net/~zorba-coders/zorba/fix-random-annotation/+merge/199706

Stage "CommitZorba" failed.

Check console output at http://jenkins.lambda.nu:8180/job/CommitZorba/261/console to view the results.

Revision history for this message
Matthias Brantner (matthias-brantner) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Voting criteria failed for the following merge proposals:

https://code.launchpad.net/~zorba-coders/zorba/fix-random-annotation/+merge/199706 :
Votes: {'Approve': 1}

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue result for https://code.launchpad.net/~zorba-coders/zorba/fix-random-annotation/+merge/199706

Stage "CommitZorba" failed.

Check console output at http://jenkins.lambda.nu:8180/job/CommitZorba/263/console to view the results.

Revision history for this message
Federico Cavalieri (fcavalieri) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue succeeded - proposal merged!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/functions/pregenerated/func_random.h'
--- src/functions/pregenerated/func_random.h 2013-03-05 23:11:50 +0000
+++ src/functions/pregenerated/func_random.h 2013-12-19 19:35:48 +0000
@@ -61,6 +61,7 @@
61 : 61 :
62 function(sig, kind)62 function(sig, kind)
63 {63 {
64setDeterministic(false);
6465
65 }66 }
6667
6768
=== modified file 'src/runtime/spec/random/random.xml'
--- src/runtime/spec/random/random.xml 2013-05-08 20:14:47 +0000
+++ src/runtime/spec/random/random.xml 2013-12-19 19:35:48 +0000
@@ -59,7 +59,7 @@
59 <zorba:member type="xs_integer" name="theCurrCounter" brief=""/>59 <zorba:member type="xs_integer" name="theCurrCounter" brief=""/>
60 </zorba:state>60 </zorba:state>
6161
62 <zorba:function isDeterministic="true">62 <zorba:function isDeterministic="false">
6363
64 <zorba:signature localname="random" prefix="fn-zorba-random">64 <zorba:signature localname="random" prefix="fn-zorba-random">
65 <zorba:param>xs:integer</zorba:param> <!-- num of number to be genreated -->65 <zorba:param>xs:integer</zorba:param> <!-- num of number to be genreated -->

Subscribers

People subscribed via source and target branches