Add a top-level run command to the "play with prototype" in README #81
No reviewers
Labels
No labels
bug
design
duplicate
enhancement
maintenance
prospective
question
regression
stub
todo
ui
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: StudioInfinity/dyna3#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "readme-toplevel"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It's very convenient for me to just stay in the top-level directory of a project. This change shows how to do that for
trunk
. I haven't figured out how to do it withcargo test
, however. If you happen to know, feel free to edit.This is useful information, and it works on my system. I've streamlined the instructions a bit (commit
664b3d8
) using the fact that only one step depends on which folder you're in.I think the right way to do this would be to use the
-C
flag, which is only available on the nightly branch right now. I think it's reasonable to wait for that option to stabilize rather than looking for a temporary workaround.If you're happy with the revisions I made in commit
664b3d8
, I'll go ahead and merge.We approved my revisions during today's meeting, so I'll merge!