Giter Club home page Giter Club logo

Comments (12)

etienne-martin avatar etienne-martin commented on June 1, 2024

It looks like there may be an issue with version truncation.

It's probably caused by the trailing space in the version string.

You could try to trim that space in the version util and add a test case for that.

from device-detector-js.

whimsicaldreamer avatar whimsicaldreamer commented on June 1, 2024

Could you guide me on how to add the tests as I am not comfortable with unit testing. 😞

from device-detector-js.

etienne-martin avatar etienne-martin commented on June 1, 2024

Sure, you just need to add a new test case in the following file: https://github.com/etienne-martin/device-detector-js/blob/0fe281df53cd9464193bd4262c257841cba36a53/src/tests/utils.test.ts after line 30.

Something like:

expect(formatVersion("14.12.2125.9740.01 ", 1)).toEqual("14.12");
expect(formatVersion(" 14.12.2125.9740.01", 1)).toEqual("14.12");
expect(formatVersion(" 14.12.2125.9740.01 ", 1)).toEqual("14.12");

from device-detector-js.

whimsicaldreamer avatar whimsicaldreamer commented on June 1, 2024

@etienne-martin, I am suspecting the issue occurs when fixtures are downloaded. Since the original library doesn't have trailing spaces in version string for yandex.

from device-detector-js.

etienne-martin avatar etienne-martin commented on June 1, 2024

You mean matomo-device-detector doesn't have trailing spaces in their yml files? If that's the case something's wrong with the conversion of the fixtures from yml to json.

from device-detector-js.

whimsicaldreamer avatar whimsicaldreamer commented on June 1, 2024

@etienne-martin yes matomo device detector doesn't have trailing spaces in their yml files. I will dig through the original yml files again and find the exact cases to see if they have the spaces.

from device-detector-js.

whimsicaldreamer avatar whimsicaldreamer commented on June 1, 2024

@etienne-martin I checked our converted json files to see if they have trailing spaces but it turns out that they don't. Something is going wrong somewhere. 😕

Annotation 2020-01-09 100245

from device-detector-js.

whimsicaldreamer avatar whimsicaldreamer commented on June 1, 2024

Fixed the tests using the trim utility for now.

Annotation 2020-01-09 103254

from device-detector-js.

etienne-martin avatar etienne-martin commented on June 1, 2024

Good news, feel free to open a PR with your changes

from device-detector-js.

whimsicaldreamer avatar whimsicaldreamer commented on June 1, 2024

@etienne-martin done. Take a look here: #68

Let me know if the changes are ok.

from device-detector-js.

etienne-martin avatar etienne-martin commented on June 1, 2024

Looks like there is a small issue I need to take care of regarding the CI.

I will publish the new version to npm once it's fixed.

Thanks for your contribution

from device-detector-js.

whimsicaldreamer avatar whimsicaldreamer commented on June 1, 2024

Sounds great.
And you are welcome. 😄

from device-detector-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.