On 05/22/2010 07:29 AM, Baptiste Lepilleur wrote:
> 2010/5/20 MD <
mdevan...@gmail.com>
>
>> Hi Sebastian,
>>
>>> My question is simple... what are the plans for the project? Any
>>> intention to release a new version soon?
>>
>> Ideally, there should be a llvm-py release for every release of LLVM
>> itself.
>>
>> Currently however, other projects keep me busy. If anyone is
>> interested in picking this up, do let me know.
>>
>
> For notes, the current version does not compile with LLVM 2.7 due to removal
> of ModuleProvider.h. I have not investigated this issue further.
It would be nice to have LLVM 2.7 supported :)
>
>
>> > I'm asking because I'm working on a project of my own and I'm using
>>> LLVM-Py and I'd like to know of any upcoming feature.
>>
>> The goal of llvm-py is just to provide Python bindings for the LLVM
>> libraries. It does not aim to provide anything more than that. Most of
>> it is covered already, but there are some more and others get added/
>> changed.
>>
>
> I think having a list of known missing features would be valuable.
>
> There should probably be a list of update to TODO to synchronize with each
> LLVM version (e.g. new primitive types, passes...).
I completely agree. Not only for people checking about the current state
of LLVM-PY before integrating it into their projects but also for people
already using it so they know what to expect in a future and may be
prepare certain parts of their project to accommodate upcoming LLVM-PY
features.
Another thing that would be nice to have are precompiled binaries
(specially for windows users who might have to setup lot's of thing to
get LLVM-PY up and running).
This might also encourage more users to start using LLVM-PY :)
~cheers, topo