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

Incorrectly expanded numbers loses one of the numbers #1518

Closed
php-coder opened this issue Feb 4, 2021 · 3 comments
Closed

Incorrectly expanded numbers loses one of the numbers #1518

php-coder opened this issue Feb 4, 2021 · 3 comments
Assignees
Labels
Milestone

Comments

@php-coder
Copy link
Owner

I found it when I were adding similar series but it might affect other places as well. When you specify 989,1166-1167 it gets transformed into 989,1166

@php-coder php-coder added this to the 0.4.6 milestone Feb 4, 2021
@php-coder php-coder self-assigned this Feb 4, 2021
@php-coder
Copy link
Owner Author

It's turned out that I can't run unit tests on my Mac:

$ ./mvnw jasmine:test
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------< ru.mystamps:mystamps >------------------------
[INFO] Building My Stamps 0.4.6-SNAPSHOT
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- jasmine-maven-plugin:2.2:test (default-cli) @ mystamps ---
[INFO] jetty-8.2.0.v20160908
[INFO] Started [email protected]:57881
[INFO] Executing Jasmine Specs
Downloading from central: https://repo.maven.apache.org/maven2/com/github/klieber/phantomjs/1.9.8/phantomjs-1.9.8-macosx.zip
Downloaded from central: https://repo.maven.apache.org/maven2/com/github/klieber/phantomjs/1.9.8/phantomjs-1.9.8-macosx.zip (9.4 MB at 2.3 MB/s)
[INFO] Resolved artifact /Users/coder/.m2/repository/com/github/klieber/phantomjs/1.9.8/phantomjs-1.9.8-macosx.zip from central (https://repo.maven.apache.org/maven2, default, releases)
[INFO] Extracting /Users/coder/.m2/repository/com/github/klieber/phantomjs/1.9.8/phantomjs-1.9.8-macosx.zip/phantomjs-1.9.8-macosx/bin/phantomjs to /Users/coder/git/mystamps/target/phantomjs/phantomjs-1.9.8-macosx/bin/phantomjs
фев 04, 2021 10:29:13 PM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
INFO: executable: /Users/coder/git/mystamps/target/phantomjs/phantomjs-1.9.8-macosx/bin/phantomjs
фев 04, 2021 10:29:13 PM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
INFO: port: 45287
фев 04, 2021 10:29:13 PM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
INFO: arguments: [--webdriver=45287, --webdriver-logfile=/Users/coder/git/mystamps/phantomjsdriver.log]
фев 04, 2021 10:29:13 PM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
INFO: environment: {}
фев 04, 2021 10:29:33 PM org.openqa.selenium.os.UnixProcess checkForError
SEVERE: org.apache.commons.exec.ExecuteException: Execution failed (Exit value: -559038737. Caused by java.io.IOException: Cannot run program "/Users/coder/git/mystamps/target/phantomjs/phantomjs-1.9.8-macosx/bin/phantomjs" (in directory "."): error=86, Bad CPU type in executable)

And it hangs on the last line.

@php-coder php-coder modified the milestones: 0.4.6, 0.4.7 Feb 26, 2021
@php-coder
Copy link
Owner Author

It's turned out that I can't run unit tests on my Mac:

It doesn't block me now, as in #1484 unit tests have been ported to Jest.

@php-coder
Copy link
Owner Author

Another use-case: 449,461,680,690,691,727,1427-1431,1433,1434

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

No branches or pull requests

1 participant