Takahiko Ito

Results 55 issues of Takahiko Ito

Removed Korean package to fix CI failure in #871 . We need to support again solving dependency issue.

https://www.graalvm.org/

https://github.com/redpen-cc/redpen/network/alert/redpen-server/pom.xml/org.eclipse.jetty:jetty-server/open

# Sample Sample section =================== | this is a sentence in a block # Ref https://gitter.im/redpen-cc/redpen/redpen-ja

Nashorn could be removed in the future version of JVM. http://openjdk.java.net/jeps/335 Need to consider replace Nashorn to GraalVM. https://medium.com/graalvm/graalvm-ten-things-12d9111f307d

In Java9 environment I got the following warning messages. ``` redpen ~/work/gihyo-redpen/chapter3.adoc [2018-05-07 22:43:05.400][INFO ] cc.redpen.Main - Configuration file: /Users/takahi-i/IdeaProjects/mltech-book/redpen-conf.xml [2018-05-07 22:43:05.406][INFO ] cc.redpen.config.ConfigurationLoader - Loading config from specified config...

I would like to skip errors on symbols in inline code blocks. For the handling, I will add flags on tokens for inline blocks. https://github.com/redpen-cc/redpen/blob/master/redpen-core/src/main/java/cc/redpen/tokenizer/TokenElement.java

I would like to use RedPen without Java installation. For the purpose I think jlink and javapackager generate executable files which do not need Java runtime environments.