> From: "Nicholas \"Indy\" Ray" <[email protected]> > To: [email protected] > Sent: Thursday, May 5, 2011 12:42:22 PM > Subject: Re: [rust-dev] status, triage > On 5/5/2011 12:34 PM, Lindsey Kuper wrote: > > Going even further, we could make breaking the doc build in that way > > count as Breaking The Build. > > > Are you suggesting that the docs should reference examples, that are > built with the test suite? I figure that'd be an interesting approach, > however can the current texinfo system support including source in > that way?
Something like that, yeah. I don't know what support, if any, texinfo has for such things. Another possibility is to rig it so that anything appearing inside, say, the @example environment in the .texi file was scraped out into a .rs file and built. That might be even hairier, though. Lindsey _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
