I've written a version of fasta now, so if anyone has time to look at it that would be great. I have my own fork on github (peterhull90/rust) and I've pushed it into that. Hopefully you can see it. It uses log() for output as I couldn't see how to use the stuff in _io.rs to write to stdout. Unfortunately it also produces a runtime error: rt: fatal, 'leaked memory in rust main loop (2 objects)' failed, rt/memory_region.cpp:99 2 objects which I don't think is my fault (!!) - let me know if it is...
All comments welcome, Pete ps. I know the development policy mentions pull request but I am still getting to grips with git and I couldn't see (if it's possible at all) to limit the pull to just the relevant commit (my fork has 192 commits relative to graydon's contrib because I've been pulling from graydon's master) On Tue, Aug 24, 2010 at 4:02 PM, Peter Hull <[email protected]> wrote: > On Tue, Aug 24, 2010 at 3:37 PM, Graydon Hoare <[email protected]> wrote: >> >> Feel free. The main thing you'll likely notice at this point is that there's >> no FP support in rustboot, so a lot of the examples simply can't be coded. > I did notice that - took a while before the penny dropped and I looked > at the ocaml code. > I started on 'fasta' which does use FP but I'm using integer percents > for now. It probably won't give exactly the same result but can be > changed to floats when ready. > > Pete > _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
