Displaying 9 results from an estimated 9 matches for "nosetests".
Did you mean:
coretests
2012 Mar 16
0
[LLVMdev] Python bindings in tree
Hello,
Am Donnerstag, 15. März 2012, 21:15:02 schrieb Gregory Szorc:
> There was some talk on IRC last week about desire for Python bindings to
> LLVM's Object.h C interface. So, I coded up some and you can now find
> some Python bindings in trunk at bindings/python. Currently, the
> interfaces for Object.h and Disassembler.h are implemented.
FYI:
I recently startet working on
2012 Mar 16
3
[LLVMdev] Python bindings in tree
There was some talk on IRC last week about desire for Python bindings to
LLVM's Object.h C interface. So, I coded up some and you can now find
some Python bindings in trunk at bindings/python. Currently, the
interfaces for Object.h and Disassembler.h are implemented.
I'd like to stress that things are still rough around the edges, so use
at your own risk. I intend to smooth things over in
2012 Mar 17
3
[LLVMdev] Python bindings in tree
...Type and Value classes.
FYI:
I've also been working on new python bindings.
My bindings are written using ctypes (just like the in-tree
clang/cindex bindings). Most of Core.h is bound, and stuff from
ExecutionEngine.h, Analysis, BitReader, BitWriter. The have fairly
good test coverage (using nosetests). The ctypes definitions are
generated from the header files using the clang python bindings.
My local copy also contain a few patches to llvm-c.
Everything can be found here:
http://people.0x63.nu/~andersg/llvm-python-bindings/
* 0001-Fix-class-hierarchy-indentation-in-LLVM_FOR_EACH_VAL.patch...
2012 Mar 21
0
[LLVMdev] Python bindings in tree
On Mon, Mar 19, 2012 at 10:44 AM, Anders Waldenborg <anders at 0x63.nu> wrote:
>
> * Auto generated vs manual ctypes declarations.
>
This is purely a cosmetic difference, as we both take the same approach of
registering functions on a global/shared ctypes library instance. I think
automatic is the way to go (just as long as the automatically generated
code is easy to diff when
2020 Nov 10
2
centos8 / anaconda EFI regression / HFS+ ESP
Hi folks,
years ago I had no problem installing CentOS7 on my
iMac workstation (iMac Late 2015). The installation
worked out of the box. Today I wanted to upgrade to
CentOS8 and while configuring the partitions I get an
error that the installation can not start because:
"HFS+ ESP needed and mounted on /boot/efi". In fact
they are the same partition as for CentOS7. Is this
a regression
2012 Mar 19
0
[LLVMdev] Python bindings in tree
...> I've also been working on new python bindings.
>
> My bindings are written using ctypes (just like the in-tree
> clang/cindex bindings). Most of Core.h is bound, and stuff from
> ExecutionEngine.h, Analysis, BitReader, BitWriter. The have fairly
> good test coverage (using nosetests). The ctypes definitions are
> generated from the header files using the clang python bindings.
The automatic generation of the Python ctypes interfaces using the Clang
Python bindings is pretty friggin cool!
> My local copy also contain a few patches to llvm-c.
>
> Everything can be...
2012 Mar 19
2
[LLVMdev] Python bindings in tree
On Sun, Mar 18, 2012 at 09:52:12PM -0700, Gregory Szorc wrote:
> The automatic generation of the Python ctypes interfaces using the Clang
> Python bindings is pretty friggin cool!
A nice side effect is that everything is added to the interface. So it
is easy to add a small proxy over the lib that shows which parts of
the llvm-c API that is exercised by the tests. (have that in my
bindings)
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...t
@@ -0,0 +1 @@
+ovirtserver
diff --git a/server/setup.cfg b/server/setup.cfg
new file mode 100644
index 0000000..cb01cf9
--- /dev/null
+++ b/server/setup.cfg
@@ -0,0 +1,32 @@
+[egg_info]
+tag_build = dev
+tag_svn_revision = true
+
+[easy_install]
+find_links = http://www.pylonshq.com/download/
+
+[nosetests]
+with-pylons=test.ini
+
+# Babel configuration
+[compile_catalog]
+domain = ovirtserver
+directory = ovirtserver/i18n
+statistics = true
+
+[extract_messages]
+add_comments = TRANSLATORS:
+output_file = ovirtserver/i18n/ovirtserver.pot
+width = 80
+keywords = l_
+
+[init_catalog]
+domain = ovirtse...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...-1 +0,0 @@
-ovirtserver
diff --git a/server/setup.cfg b/server/setup.cfg
deleted file mode 100644
index cb01cf9..0000000
--- a/server/setup.cfg
+++ /dev/null
@@ -1,32 +0,0 @@
-[egg_info]
-tag_build = dev
-tag_svn_revision = true
-
-[easy_install]
-find_links = http://www.pylonshq.com/download/
-
-[nosetests]
-with-pylons=test.ini
-
-# Babel configuration
-[compile_catalog]
-domain = ovirtserver
-directory = ovirtserver/i18n
-statistics = true
-
-[extract_messages]
-add_comments = TRANSLATORS:
-output_file = ovirtserver/i18n/ovirtserver.pot
-width = 80
-keywords = l_
-
-[init_catalog]
-domain = ovirtse...