Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Modifications required for Android support #340

Merged
merged 39 commits into from
Jan 16, 2017
Merged

Conversation

freakboy3742
Copy link
Member

No description provided.

@glasnt
Copy link
Member

glasnt commented Jan 6, 2017

Something very bad changed here because I'm seeing so many <class 'RuntimeError'> : java.lang.NullPointerException and even Flake8 errors (which shouldn't be terminating failures?)

@freakboy3742
Copy link
Member Author

There's lots of big changes; but it looks like the only failures are in the complex type.

This is a work in progress; I just wanted to (a) share what I was doing, and (b) get a CI sanity check from multiple Python versions.

I turned on flake8 on a few weeks back; since I was at 100% flake8 passing, I would make sure we stayed there.

…ncies.

Also added some constants that were missing, and cleaned up some exceptions that shouldn't have existed.
Conflicts:
	python/common/org/python/types/Complex.java
This is because every object in Python can potentially be thrown as an exception.
It has the added benefit that it means there is only one base class for all Python objects.
@glasnt
Copy link
Member

glasnt commented Jan 16, 2017

:shipit:

@glasnt glasnt merged commit 8c5d4bb into beeware:master Jan 16, 2017
@freakboy3742 freakboy3742 deleted the android branch April 18, 2017 06:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants