Skip to content
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

Current legacy regex #8

Open
wants to merge 54 commits into
base: master
Choose a base branch
from
Open

Current legacy regex #8

wants to merge 54 commits into from

Conversation

strato-cumulus
Copy link

I just realized I opened the pull request in the original repo, so Tabea's comments are there (the changes she requested are moved to here though).

Since we can't import two different versions of the same library, I copy-pasted some code to make a distinction between the popper (current) and dmp (legacy) branch.
uap_java is a language-specific wrapper around uap-core, which in turn is just a list of regexes and test cases for them. Knowing that, I just made two separate parser classes, one for each version of uap-core. DMP should be able to import both of them and use them individually for each model.

douglaspalmer and others added 30 commits October 12, 2018 09:02
update to the latest uap-core (git submodule) to pull in the latest regexp file
addresses github issue ua-parser#38
updates UserAgentParser to pass all regexp unit tests
update README to explain how to work with the uap-core git submodule
looping over a synchronized list needs to be done inside of a synchronized block which is not what we want
Use dependencies for yaml files from uap-core
Update org.yaml:snakeyaml from 1.20 to 1.26  to resolve security vulnerability
fix unnecessary duplicate initialization
bpossolo and others added 24 commits August 16, 2020 13:48
…-junit-4.13.1

security: bump junit from 4.12 to 4.13.1
The versioning schemes for uap-core and its derivative ua_parser are independent of each other. This change fast-forwards the uap-core version to the release used in the newest uap-python release 0.10.0.
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.

8 participants