[sympy] SymPy Bot reviews site

2013-04-30 Thread Aaron Meurer
Are other people having trouble uploading to the reviews site for SymPy Bot? The site loads just fine in my browser http://reviews.sympy.org/, but the bot just gives Could not access http://reviews.sympy.org, retrying in 1 seconds... Could not access http://reviews.sympy.org, retrying in 2 second

Re: [sympy] sympy-bot

2013-03-26 Thread Sean Vig
> > After I push my changes to brombo/sympy do I have to pull again for > sympy-bot to see them? > No, you don't, the sympy-bot will automatically merge the current master on github (sympy/sympy) with your branch on github (in this case brombo/sympy). The reference command keeps you from having to

Re: [sympy] sympy-bot

2013-03-26 Thread Alan Bromborsky
On 03/26/2013 03:41 PM, Aaron Meurer wrote: All the switches have to come at the end of the command. You can change the test command with -t. But usually we just let it test everything. It takes a while, but you can just let it run in the background. Also, I recommend adding the -2 -3 and -D sw

Re: [sympy] sympy-bot

2013-03-26 Thread Sean Vig
Also, you can add the reference to a config file, "~/.sympy/sympy-bot.conf", by adding a line "reference = ~/path/to/sympy", saving you having type it out every time. Sean On Tue, Mar 26, 2013 at 2:41 PM, Aaron Meurer wrote: > All the switches have to come at the end of the command. > > You can

Re: [sympy] sympy-bot

2013-03-26 Thread Aaron Meurer
All the switches have to come at the end of the command. You can change the test command with -t. But usually we just let it test everything. It takes a while, but you can just let it run in the background. Also, I recommend adding the -2 -3 and -D switches. These will run the tests in both pytho

[sympy] sympy-bot

2013-03-26 Thread Alan Bromborsky
the command - ./sympy-bot review 1397 works, but the local command ./sympy-bot --reference /home/brombo/MathPhysics/sympy review 1397 says that --reference is not a recognized switch. Also is there a way to run sympy-bot that will only test the changes I made. It is testing every module in

[sympy] sympy-bot and GA_rewrite

2013-03-26 Thread Alan Bromborsky
If I am to correct the errors in GA_rewrite how do I run sympy-bot (where is the info on how to use sympy-bot) on my new code? -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an em

Re: [sympy] SymPy Bot Summary: Could not fetch the branch /

2013-01-12 Thread Aaron Meurer
Yeah, don't worry about that. My SymPy Bot glitched out for some reason. You can ignore it. Aaron Meurer On Sat, Jan 12, 2013 at 12:04 AM, prasoon2211 wrote: > I had made a pull request here: https://github.com/sympy/sympy/pull/1709 > It was an EasyToFix issue; I am just a beginner :) > > So, a

[sympy] SymPy Bot Summary: Could not fetch the branch /

2013-01-12 Thread prasoon2211
I had made a pull request here: https://github.com/sympy/sympy/pull/1709 It was an *EasyToFix* issue; I am just a beginner :) So, after finally it was good enough to be merged (at least I suppose it was), I get this: *SymPy Bot <https://github.com/sympy/sympy-bot> Summary*: Could not fetc

Re: [sympy] sympy-bot problems

2012-09-13 Thread Sean Vig
Chris, Here is the fix: https://github.com/sympy/sympy-bot/pull/133 Sean On Thu, Sep 13, 2012 at 2:38 AM, smichr wrote: > I tried to run the most recent bot (Ubuntu 12.04, Py 2.7) and get: > > $ ../sympy-bot/sympy-bot list > Traceback (most recent call last): > File "..

[sympy] sympy-bot problems

2012-09-13 Thread smichr
I tried to run the most recent bot (Ubuntu 12.04, Py 2.7) and get: $ ../sympy-bot/sympy-bot list Traceback (most recent call last): File "../sympy-bot/sympy-bot", line 564, in main() File "../sympy-bot/sympy-bot", line 154, in main if options.copy_py3k_sympy and not options.reference:

Re: [sympy] sympy-bot and changes in github API

2012-06-16 Thread krastanov.ste...@gmail.com
> I almost done working on fixing bot, will create pull request soon. Thanks for the effort. I have gone through your pull request and it seems to be working. There are some issues that may need to be discussed, but it is already usable. https://github.com/sympy/sympy-bot/pull/109 --

Re: [sympy] sympy-bot and changes in github API

2012-06-16 Thread Mayorov Michael
I almost done working on fixing bot, will create pull request soon. -- With best regards, Mayorov Michael -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from this group, send

Re: [sympy] sympy-bot and changes in github API

2012-06-15 Thread Mayorov Michael
OK, thanks for feedback. I'll try to fix pull-list functionality in this weekend. -- With best regards, Mayorov Michael -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from t

Re: [sympy] sympy-bot and changes in github API

2012-06-15 Thread Aaron Meurer
I think if anything we have to worry about the web app. But we really should change that to use hooks anyway. Aaron Meurer On Jun 15, 2012, at 11:50 AM, Matthew Rocklin wrote: Do we come close to the 5000 per hour API limit? If not then lets not worry about it. If so then lets ask for an increa

Re: [sympy] sympy-bot and changes in github API

2012-06-15 Thread Matthew Rocklin
Do we come close to the 5000 per hour API limit? If not then lets not worry about it. If so then lets ask for an increase. On Fri, Jun 15, 2012 at 12:45 PM, Aaron Meurer wrote: > On Jun 15, 2012, at 5:52 AM, Marchael wrote: > > As someone from you already know, github changed own API. They not

Re: [sympy] sympy-bot and changes in github API

2012-06-15 Thread Aaron Meurer
On Jun 15, 2012, at 5:52 AM, Marchael wrote: As someone from you already know, github changed own API. They not only changed url locations,but also content of response. Yesterday, I tried to make sympy-bot work, but faced with few problems. github removed these fields from pull-list: 1. "mergeab

Re: [sympy] sympy-bot and changes in github API

2012-06-15 Thread Aaron Meurer
I agree. sympy-bot list is not a very common command. I think it's not a big deal if it takes a little time. Loss of other metadata is a shame. I guess we'll just have to do without. If we want to test mergability, I guess we'll have to download all the branches and try merging them. It actually w

Re: [sympy] sympy-bot and changes in github API

2012-06-15 Thread krastanov.ste...@gmail.com
I would say implement it in whatever fashion you can (even if it is of poor performance) (and do not forget to cash in the brownie points that Aaron set as a bounty ;). At least it will be working. And huge thanks for the effort. -- You received this message because you are subscribed to the Goog

[sympy] sympy-bot and changes in github API

2012-06-15 Thread Marchael
As someone from you already know, github changed own API. They not only changed url locations,but also content of response. Yesterday, I tried to make sympy-bot work, but faced with few problems. github removed these fields from pull-list: 1. "mergeable" field 2. Email of author 3. Name of autho

Re: [sympy] sympy-bot web application start fail

2012-03-01 Thread Aaron Meurer
That looks like a problem unrelated to SymPy-Bot per se. It's something wrong with your installation of the AppEngine software. You might try updating. The latest version of the SDK is 1.6.3 (http://code.google.com/appengine/downloads.html). You should do that anyway, actually, as older version

[sympy] sympy-bot web application start fail

2012-02-29 Thread Marchael
Log http://paste.pocoo.org/show/558581/ I'm using python 2.7 AppEngine version 1.1.9 I hope this happens cause I'm done something wrong(I didn't found any documentation about setting up sympy-bot with Google App Engine) Also, I'd like to hear ideas(or links to related issues) about improving web

Re: [sympy] SymPy-Bot and Python2.5

2012-02-03 Thread Aaron Meurer
est_file(f, sort, timeout, slow) >> >   File "/tmp/sympy-bot-tmpL3E9uC/sympy/sympy/utilities/runtests.py", >> > line >> > 663, in test_file >> >     f() >> >   File "/tmp/sympy-bot-tmpL3E9uC/sympy/sympy/utilities/pytest.py", line >&

Re: [sympy] SymPy-Bot and Python2.5

2012-02-03 Thread Matthew Rocklin
kipped: 'abstract class' > > Perhaps here lies the problem. It's trying to use py.test. What is > the output of the following, in Python 2.5: > > import py > py.__version__ > > Also, try running the bot on https://github.com/sympy/sympy/pull/805 > and see if it st

Re: [sympy] SymPy-Bot and Python2.5

2012-02-03 Thread Aaron Meurer
on https://github.com/sympy/sympy/pull/805 and see if it still fails there. Aaron Meurer > Return code: 1 > Done. > > View log at: /tmp/sympy-bot-tmpL3E9uC/out/log >> Review: > **SymPy Bot Summary:** There were test failures. > > @mrocklin: Please fix the test failures. > > Test re

Re: [sympy] SymPy-Bot and Python2.5

2012-02-03 Thread Matthew Rocklin
res. @mrocklin: Please fix the test failures. Test results html report: (report was not uploaded) *Interpreter:* /usr/bin/python2.5 (2.5.2-final-0) *Architecture:* Linux (64-bit) *Cache:*yes *Test command:* setup.py test *master hash*: 36b1d6a6907752e7278fa4804a34092e62193d81 *branch h

Re: [sympy] SymPy-Bot and Python2.5

2012-01-28 Thread Aaron Meurer
Well, it seems that the latest master has a syntax error in Python 2.5, so I can't check it at the moment. But it's always worked for me before. Perhaps you could paste the entire output of the sympy-bot command. Aaron Meurer On Fri, Jan 27, 2012 at 4:29 PM, Matthew Rocklin wrote: > I'm having

[sympy] SymPy-Bot and Python2.5

2012-01-27 Thread Matthew Rocklin
I'm having some issues running sympy bot on any pull request with the python2.5 interpreter. Is there some trick to this? It (and bin/test) appear to be getting stuck on tests decorated with XFAIL or SKIP. -- You received this message because you are subscribed to the Google Groups "sympy" group

Re: [sympy] sympy-bot crashes when PR is not mergeable

2011-12-11 Thread Ondřej Čertík
On Sun, Dec 11, 2011 at 1:42 PM, krastanov.ste...@gmail.com wrote: > Hi, > > Am I the only one to get this error: > > Auto-merging doc/src/modules/assumptions/index.txt > Auto-merging sympy/core/expr.py > CONFLICT (content): Merge conflict in sympy/core/expr.py > Automatic merge failed; fix confli

Re: [sympy] sympy-bot crashes when PR is not mergeable

2011-12-11 Thread Aaron Meurer
I also get it. Can you open an issue in the SymPy-bot tracker for it (or better yet, submit a pull request fixing it)? It's similar to https://github.com/sympy/sympy-bot/issues/64. Aaron Meurer On Sun, Dec 11, 2011 at 2:42 PM, krastanov.ste...@gmail.com wrote: > Hi, > > Am I t

[sympy] sympy-bot crashes when PR is not mergeable

2011-12-11 Thread krastanov.ste...@gmail.com
Hi, Am I the only one to get this error: Auto-merging doc/src/modules/assumptions/index.txt Auto-merging sympy/core/expr.py CONFLICT (content): Merge conflict in sympy/core/expr.py Automatic merge failed; fix conflicts and then commit the result. Done. View log at: /tmp/sympy-bot-tmpmSdoXH/out/l

Re: [sympy] SymPy Bot

2011-04-28 Thread Aaron S. Meurer
I hope pastebin doesn't mind so many posts. And what about using gist? Also, you should consider making use tox. Aaron Meurer On Apr 28, 2011, at 4:20 AM, Ondrej Certik wrote: > Hi, > > I have spent 4 hours and created a SymPy Bot: > > https://github.com/sympy/sympy-bo

Re: [sympy] SymPy Bot

2011-04-28 Thread Chris Smith
Ondrej Certik wrote: >> Hi, >> >> I have spent 4 hours and created a SymPy Bot: >> THANKS everyone. This is a great step. As to where reports can be sent, what about wikisend.com? Also, if we got my coverage test active a report of what lines were modified that are not covered could be automa

[sympy] SymPy Bot

2011-04-28 Thread Ondrej Certik
Hi, I have spent 4 hours and created a SymPy Bot: https://github.com/sympy/sympy-bot I have reused Tom's sympy-next, and took Vinzent's code to communicate with github, and then I had to figure out how to post comments and upload results to pastebin. Here are some examples of s