Thanks to visit codestin.com
Credit goes to github.com

Skip to content

update from uap-core from 0.6.7 to 0.6.9 #1

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

Closed
wants to merge 2 commits into from
Closed

update from uap-core from 0.6.7 to 0.6.9 #1

wants to merge 2 commits into from

Conversation

dgoldstein0
Copy link

building off your work to update to uap-core 0.6.7, this takes us up to 0.6.9. Changes seem to mainly be in parts of the parser previously un-exercised by the test suite - the 3 test failures I found were two issues of empty string where None was required, and one where $2 and $3 were poking through in the OS detection for "MacOutlook/16.12.0.180401 (Intelx64 Mac OS X Version 10.12.6 (build 16G29))"

AssertionError: UA: MacOutlook/16.12.0.180401 (Intelx64 Mac OS X Version 10.12.6 (build 16G29))
 expected<Mac OS X 10 12 6 None> != actual<Mac OS X 10 $2 $3 None>

so I repurposed the logic for dealing with those expressions in DeviceParser for OSParser as well.

I'd really like to get this into uap-parser/uap-go but as they haven't merged ua-parser#70 yet, I figured it was at least worth sharing here if you wanted to merge it into your fork.

@dgoldstein0
Copy link
Author

abandoning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant