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

Java errors #1

Open
fullofcaffeine opened this issue Jan 5, 2016 · 1 comment
Open

Java errors #1

fullofcaffeine opened this issue Jan 5, 2016 · 1 comment

Comments

@fullofcaffeine
Copy link

@markknol Might worth creating an issue here (maybe use this one) to keep track of why the Java target is failing to compile this lib and ping @waneck about it.

@markknol
Copy link
Collaborator

markknol commented Jan 6, 2016

Good point.

Hey @waneck, I have errors when executing the Java regexes. If you check out this travis job most errors are like this:

Called from java.util.regex.Pattern.clazz (Pattern.java line 2493)
Called from java.util.regex.Pattern.sequence (Pattern.java line 2030)
Called from java.util.regex.Pattern.expr (Pattern.java line 1964)
Called from java.util.regex.Pattern.compile (Pattern.java line 1665)
Called from java.util.regex.Pattern.<init> (Pattern.java line 1337)
Called from java.util.regex.Pattern.compile (Pattern.java line 1047)
Called from haxe.root.EReg.__hx_ctor__EReg
Called from haxe.root.EReg.<init>
Called from expressions.VerbalExpression.sanitize
Called from expressions.VerbalExpression.then
Called from expressions.VerbalExpression.find
Called from haxe.root.Test.testReplace
Called from haxe.root.Test.__hx_invokeField
Called from haxe.lang.Runtime.callField
Called from haxe.lang.Closure.__hx_invokeDynamic
Called from haxe.root.Reflect.callMethod
Called from haxe.unit.TestRunner.runCase
Called from haxe.unit.TestRunner.run
Called from haxe.root.Test.main
* Test::testUrl()
ERR: exception thrown : java.util.regex.PatternSyntaxException: Unclosed character class near index 22
[-\\.,_*+?^$[\](){}!=|]

Any idea what this could be?

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

No branches or pull requests

2 participants