-
Xen PV network driver
I haven’t used Xen HVM until recently. When I was at Amazon and hanging with the Xen provisioning folks, I recall complaints about the performance of network drivers on HVM instances. I’ve recently discovered that this was due to the use of the ioemu virtual interface (vif) system. In paravirtualized environments, Xen vif devices are…
-
Mono 2.4.2.3+dfsg-2 just hit debian
Thanks to Meebey! Sorry for the being out of touch thing and the not posting anything recently thing. A vacation took me by surprise and clocked me right upside the head. Next on the TODO list: Update the dlr-languages package to indicate dependence on the new release make sure it builds correctly on my sid…
-
dlr-languages package passes another hurdle
It looks like the upload of the Iron* languages to Debian is imminent. We’ve gotten the debian/watch file downloading a tarball of the git tag we’ve chosen for this release. This was the last bit meebey needed in order to present it to the maintainer of ironpython in lenny. He has agreed to let the…
-
MS-PL is acceptable for Fedora as a GPL-incompatible license
https://www.redhat.com/archives/fedora-legal-list/2009-August/msg00017.html In addition, IronRuby/IronPython/DLR may make it in to FC 13, thanks to Brett.
-
Randal Schwartz interviews Michael Foord about IronPython
The FLOSS Weekly folks (including my homie, Randal) just published this week’s interview. It is with Michael Foord, who I just met a couple weeks ago. He published a book about IronPython. He mentions Mono, the DLR and IronRuby, too ;)
-
Awww, thanks guys!
I got props for hosting the IronRuby/IronPython continuous integration. Yesterday was SysAdmin Appreciation Day. I feel appreciated.
-
IronRuby .deb is looking better
cjac@dev0:/usr/src/git/alioth$ sudo dpkg -i ironruby-cil_0.9.0+dfsg_all.deb Selecting previously deselected package ironruby-cil. (Reading database … 67034 files and directories currently installed.) Unpacking ironruby-cil (from ironruby-cil_0.9.0+dfsg_all.deb) … Setting up ironruby-cil (0.9.0+dfsg) … cjac@dev0:/usr/src/git/alioth$ which ir /usr/bin/ir cjac@dev0:/usr/src/git/alioth$ ir IronRuby 0.9.0.0 on Mono 2.4.2.3 Copyright (c) Microsoft Corporation. All rights reserved. >>> exit
-
CI build server produces Iron Python bins, too!
Ivan has updated the build script to produce IronPython binaries as well as IronRuby. Get your fresh DLR-powered, mono-friendly, dynamic language implementations here: http://dlrci.colliertech.org/ There are now links to source and binary tarballs as well as source zips on each of the build result status messages: http://ironruby.colliertech.org/integrity/ironruby I’ve been putting some effort in to getting…