Ben Rosser

Results 15 issues of Ben Rosser

This fixes the potential issue discussed in #ti that if someone tries to run the install scripts directly, there's no check that PREFIX_GCC4TI is defined and some commands (like rm)...

The documentation says that MIN_AMS defaults to 1.01, but new TPR files are still created with MIN_AMS = 1.00. This creates a confusing situation where the IDE compiles code directly...

It looks like there's a problem building the old version of gcc with gcc 9.1+, currently the version in Fedora Rawhide: ``` ../../../download/gcc.ti/gcc/pretty-print.h: At top level: ../../../download/gcc.ti/gcc/pretty-print.h:310:6: error: 'cgraph_node' is...

The FSF address in [the license files](https://github.com/debrouxl/gcc4ti/blob/next/trunk/tigcc-linux/COPYING) is no longer correct; see [a copy of the GPLv2 license](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) for the new address, which is now: ``` 51 Franklin Street, Fifth...

When first logging into quassel-webserver, sometimes the following message is displayed and buffers for all the networks I'm part of don't load (specifically, Freenode and all associated channels are missing):...

bug

I'm looking into packaging this project in Fedora. A question emerged in the [review](https://bugzilla.redhat.com/show_bug.cgi?id=1396636#c2) about licensing and I was hoping to get clarification. Specifically, as there are not license headers...

It looks like the version of the simulator that is embedded in the [easy6502 tutorial repository](https://github.com/skilldrick/easy6502) repository has diverged from the standalone one available here. Any chance this repository could...

I already posted about this on the bug report: since no one has responded there I figured I'd open a pull request. This should prevent undefined labels from being silently...

I attempted to run ```mtg --type Legendary --set AKH``` to get a list of all legendary cards from Amonkhet. mtg threw the following exception: ``` Traceback (most recent call last):...

At the moment the archives on PyPI don't actually contain any documentation or the LICENSE file. This commit adds a MANIFEST.in to the root of the repository to tell distutils/setuptools...