-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actually use GlobalLocationProvider #256
Comments
We should probably lock java_core until releaae
|
Looks like issue is with tempSRDA not returning anything, breaking a log statement that looks at the first element. |
Did the internal format change? multiArrivalTrips is saying it has like 14 elements, but none of them have arrivals. |
Format of the what?
|
The way trips are stored |
No?
|
Seems odd that they'd just stop returning arrivals. That code didn't change at all. |
looks like SRDA is lying about how many multiarrivaltrips it has? |
WTF? I'm getting a tempSRDA that's just a string that says @"...". What's the deal with that |
Ok, so this is odd. Looks like I'm getting a multiarrivaltrip that's actually just a trip. So it doesn't have a proper parentArrival, just a text parameter defaulting to "..." Since I'm actually using Objective-C and not Java, it thinks it's a proper parentArrival, and dutifully returns the object at the correct memory location, which is the String that says "..." |
But I feel like trip should still declare parentArrival, because MultiArrivalTrip assumes it exists. So what's the deal with that, huh? |
No, ok it's declared in MultiArrivalTrip. But somehow I'm getting a normal Trip, rather than a multiArrivalTrip. |
maybe the statustrip thing is trying to get displayed? I thought I fixed that. |
Ah, I did fix it, on the iosdev branch. Which for some reason didn't get merged properly. |
Ugh, merged in that code, but now shit is whack because I don't understand why it's giving me empty multiarrivaltrips. |
I'm getting just "54855" as a description back from a multiarrival trip. That's odd. |
Fix your logging/println implementation. |
This is actually done, mostly. I implemented the interface, and pass in my location class. However, new code also seems to be breaking my code for getting arrivals, so that's still in progress.
The text was updated successfully, but these errors were encountered: