From: Reini U. <rei...@gm...> - 2017-03-19 09:42:47
|
Hi I subscribed under my latest email address, the older ones died several years ago. I resurrected some old efforts and added some new: 1. I added a github mirror from the hg repo, with bi-hourly updates. https://github.com/rurban/clisp/ I put my branches there. 2. Some minor files have still german comments. I started translating them to english as before. Progress is in my translate branch. https://github.com/rurban/clisp/commits/translate Will send a patch when ready. There’s also some minor stuff. 3. I’m in the progress to add continuous integration via travis (linux, OS X) and appveyor (Windows). This smokes every update, branches and pull requests on these 3 platforms. It also would allow automatic deployment for binary packages (deb, rpm, windows) at bintray. That’s what we do with the pony compiler. https://github.com/rurban/clisp/commits/ci https://travis-ci.org/rurban/clisp/ https://ci.appveyor.com/project/rurban/clisp/history I’m still tuning the setup a bit, so far only linux runs through. So far it’s under my account. I would be happy to transfer it to bruno or sam, if wanted. They integrate nicely with github, no idea about sourceforge. Reini Urban |