[pypy-commit] pypy default: Add a warning

arigo noreply at buildbot.pypy.org
Mon Jun 9 13:31:09 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r71995:1b719225dde5
Date: 2014-06-09 13:30 +0200
http://bitbucket.org/pypy/pypy/changeset/1b719225dde5/

Log:	Add a warning

diff --git a/pypy/module/micronumpy/tool/numready/page.html b/pypy/module/micronumpy/tool/numready/page.html
--- a/pypy/module/micronumpy/tool/numready/page.html
+++ b/pypy/module/micronumpy/tool/numready/page.html
@@ -40,6 +40,7 @@
         <h3>numpy compatability test results, generated automatically by running</br>
         <code>pypy/module/micronumpy/tool/numready/main.py <path-to-latest-pypy></code></h3>
         <h3>Overall: {{ msg }}</h3>
+        <h3><i><b>Warning:</b> a positive result does not mean the function is actually working!  It only means that the function/module/constant is present.  It may be missing other things.</h3>
         <table>
             <thead>
                 <tr>


More information about the pypy-commit mailing list