Uh oh!
There was an error while loading. Please reload this page.
Rustpkg docs and tests - #5948
Conversation
steveklabnik
commented
Apr 19, 2013
I only read the docs but I like them. :) |
There was a problem hiding this comment.
I'd use "workspace" rather than "package source" here; too confusable with the src/ subdir and/or the place you downloaded the package from.
brson
commented
Apr 19, 2013
This is looking good. Thanks. |
asb
commented
Apr 20, 2013
@catamorphism It strikes me that rustpkg.md discusses conventions for bench, test, lib and bin but says nothing about documentation. I know API docs are likely to be extracted using rustdoc, but many projects may (I'm an optimist!) include tutorial-style introductions and the like, or at least a README and LICENSE/COPYING file. Presumably it would make sense to install these. I agree with @graydon that 'workspace' makes more sense than 'package source' (which to me suggests the upstream git repo, which you'd expect wouldn't contain a 'build' dir). |
brson
commented
Apr 20, 2013
+1 to teaching rustpkg about docs |
catamorphism
commented
Apr 22, 2013
I will incorporate these comments and then push a new commit to this branch. |
catamorphism
commented
Apr 22, 2013
catamorphism
commented
Apr 22, 2013
So as to preserve comments, I'll actually just open a new pull request. |
Fix ICE in `repeat_once` changelog: Fix ICE in [`repeat_once`] Fixesrust-lang#5944
5948: Up proc-macro2 to 1.20 r=matklad a=kjeremy This changes the way Display is implemented Co-authored-by: kjeremy <kjeremy@gmail.com>
r? @graydon - This pull request continues to sketch out the test cases, this time hopefully with the right directory structure; and adds a sketch of a manual for rustpkg.