Aaron Meurer

Results 391 issues of Aaron Meurer

See https://github.com/sympy/sympy/pull/1977#issuecomment-16339230. It says I am using Sphinx 1.2b, but the docs are built with 1.1.3. I think I have both, so it must not be using the PATH correctly...

Priority-Medium
Bot

These both happened at their respective locations when the internet connection died. ``` pytb > Done. > Results logged to /tmp/sympy-bot-tmpxY0hbH/out/pr-1910/interpreter-2 > Uploading test results Could not access http://reviews.sympy.org, retrying...

Bot

If the tests of a PR hang, then the bot will also hang, which isn't very good for headless machines. There should be some failsafe. An easy thing to do...

Priority-High
Bot

GitHub must have lowered their API limit, because now doing something like `sympy-bot list gives something like ``` $./sympy-bot list > Using config file /Users/aaronmeurer/.sympy/sympy-bot.conf > Loaded configuration file Total...

This error should have been caught: ``` pytb Return code: 0 > Done. > Results logged to /var/folders/wc/dppcpmxs1tlb36nqcw853wkm0000gq/T/sympy-bot-tmpp1M00x/out/pr-1741/interpreter-7 > Uploading test results Traceback (most recent call last): File "./sympy-bot", line...

Bot

``` pytb > Testing interpreter arch -i386 /Library/Frameworks/Python.framework/Versions//3.2/bin/python3 Traceback (most recent call last): File "bin/use2to3", line 107, in except (CalledProcessError, WindowsError): NameError: name 'WindowsError' is not defined Traceback (most recent...

Bot

From https://github.com/sympy/sympy/pull/1660#issuecomment-10547218. I tried to run `./sympy-bot review 1660 -D --build-docs-command " make clean && make html-errors && make clean && make latex && cd _build/latex && make all"`, but...

Bot

We should have colors, both in the terminal output, and in the report. My idea from sympy/sympy#1115 was to use the new force_colors option in test() implemented there to get...

Reviews Site

There needs to be an easy way for SymPy-bot to test master, so that we can easily see if some test failure is coming from there. Also, if we plan...

Reviews Site

The idea is just to make it as usable and nice as possible on a modern web browser.

Reviews Site