Comment #23 on issue 2217 by asmeurer: Patches tutorial
http://code.google.com/p/sympy/issues/detail?id=2217

Actually, all the Google Code wiki pages should be moved to GitHub. See issue 707. It isn't as easy as moving the old MediaWiki pages, though, because GitHub does not support the Google Code markup, so a translation will have to be made.

On the other hand, you can access then via svn checkout, so it might be easier in the sense that you can just do some global greps on the files on your computer and then replace them in the GitHub wiki git repository.

For the match one, I think it can be fixed if you add exclude=[x] to the Wild constructors (like Wild('q', exclude=[x])). It's important to always include the exclude keyword in Wild constructors to make the match deterministic (only one possible answer).

I don't know what the story is with WildFunction.

And yes, these older things should be removed. If you search the git log, you can usually find references to these things. For example, if you do git log -S"set_repr_level" you can find the commits that removed it.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to