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

Support for lainchan.jp #8

Open
prometheus-lain opened this issue May 9, 2017 · 2 comments
Open

Support for lainchan.jp #8

prometheus-lain opened this issue May 9, 2017 · 2 comments

Comments

@prometheus-lain
Copy link

Hi, could you please make an extension for lainchan.jp?
I tried compiling myself, but even a fresh pull from git fails with

src/com/mishiranu/dashchan/chan/lainchan/LainchanBoardsParser.java:39: error: TemplateParser() is not public in TemplateParser; cannot be accessed from outside package
        private static final TemplateParser<LainchanBoardsParser> PARSER = new TemplateParser<LainchanBoardsParser>()
                                                                           ^
src/com/mishiranu/dashchan/chan/lainchan/LainchanBoardsParser.java:40: error: method equals in class Object cannot be applied to given types;
                        .equals("div", "class", "boardlist").open((i, holder, t, a) -> !(holder.boardListParsing = true))
                        ^
  required: Object
  found: String,String,String
  reason: actual and formal argument lists differ in length
src/com/mishiranu/dashchan/chan/lainchan/LainchanBoardsParser.java:42: error: illegal start of type
                if (holder.boardListParsing) {
                   ^
8 errors
:compileReleaseJavaWithJavac FAILED
:compileRetrolambdaRelease

FAILURE: Build failed with an exception.
@Mishiranu
Copy link
Owner

The problem is that I've updated the library so about 50% extensions can't be compiled without some small changes.

The second problem that there is a long queue of requests and I fulfill them very slowly because I a bit tired of making extensions. So if you wish I can update the lainchan extension to compileable state and you can try to finish it yourself.

@Mishiranu
Copy link
Owner

I've updated the lainchan package.

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

No branches or pull requests

2 participants