Changeset: dafea86ee392 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dafea86ee392
Modified Files:
        clients/Tests/exports.stable.out
        monetdb5/mal/mal_private.h
        testing/listexports.py.in
Branch: default
Log Message:

Merge with linear-hashing branch.


diffs (12 lines):

diff --git a/testing/listexports.py.in b/testing/listexports.py.in
--- a/testing/listexports.py.in
+++ b/testing/listexports.py.in
@@ -47,6 +47,8 @@ def extract(f):
         decl = res.group('decl')
         if '{' in decl:
             sys.stderr.write('export on definition:\n%s\n' % res.group(0))
+        elif '"hidden"' in decl:
+            sys.stderr.write('cannot export hidden function\n%s\n' % 
res.group(0))
         else:
             decl = exportutils.normalize(decl)
             res = nmere.search(decl)
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to