You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloned the repo and ran mvn clean package. The build process failed with the following compilation error.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/sgopal1/code/jruby-parser/src/org/jrubyparser/rewriter/ReWriteVisitor.java:[168,7] error: ReWriteVisitor is not abstract and does not override abstract method visitRequiredKeywordArgumentValueNode(RequiredKeywordArgumentValueNode) in NodeVisitor
[ERROR] /Users/sgopal1/code/jruby-parser/src/org/jrubyparser/util/NoopVisitor.java:[124,7] error: NoopVisitor is not abstract and does not override abstract method visitRequiredKeywordArgumentValueNode(RequiredKeywordArgumentValueNode) in NodeVisitor
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.634 s
[INFO] Finished at: 2017-04-04T13:37:09-08:00
[INFO] Final Memory: 18M/389M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project jrubyparser: Compilation failure: Compilation failure:
[ERROR] /Users/sgopal1/code/jruby-parser/src/org/jrubyparser/rewriter/ReWriteVisitor.java:[168,7] error: ReWriteVisitor is not abstract and does not override abstract method visitRequiredKeywordArgumentValueNode(RequiredKeywordArgumentValueNode) in NodeVisitor
[ERROR] /Users/sgopal1/code/jruby-parser/src/org/jrubyparser/util/NoopVisitor.java:[124,7] error: NoopVisitor is not abstract and does not override abstract method visitRequiredKeywordArgumentValueNode(RequiredKeywordArgumentValueNode) in NodeVisitor
[ERROR] -> [Help 1]
The text was updated successfully, but these errors were encountered:
Cloned the repo and ran
mvn clean package
. The build process failed with the following compilation error.The text was updated successfully, but these errors were encountered: