Jenkins build is back to normal : joshua_master #95

2016-08-22 Thread Apache Jenkins Server
See

[jira] [Commented] (JOSHUA-299) Move regression tests to proper unit tests

2016-08-22 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15432062#comment-15432062 ] Lewis John McGibbney commented on JOSHUA-299: - I'll scope this issue tomorrow [~post] and see

[jira] [Assigned] (JOSHUA-299) Move regression tests to proper unit tests

2016-08-22 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney reassigned JOSHUA-299: --- Assignee: Lewis John McGibbney > Move regression tests to proper unit tests

[jira] [Commented] (JOSHUA-301) Add findbugs plugin to maven build

2016-08-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15432060#comment-15432060 ] Hudson commented on JOSHUA-301: --- FAILURE: Integrated in Jenkins build joshua_master #94 (See

Build failed in Jenkins: joshua_master #94

2016-08-22 Thread Apache Jenkins Server
See Changes: [max] JOSHUA-301 - Add findbugs plugin. [post] Moved test file locations from resources/ to src/test/resources [post] missed one [post] bugfix: resetting global decoder state --

[jira] [Commented] (JOSHUA-301) Add findbugs plugin to maven build

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15432052#comment-15432052 ] ASF GitHub Bot commented on JOSHUA-301: --- Github user asfgit closed the pull request at:

[GitHub] incubator-joshua pull request #39: JOSHUA-301 - Add findbugs plugin.

2016-08-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-joshua/pull/39 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] incubator-joshua pull request #44: Moved test case files

2016-08-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-joshua/pull/44 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] incubator-joshua pull request #44: Moved test case files

2016-08-22 Thread mjpost
GitHub user mjpost opened a pull request: https://github.com/apache/incubator-joshua/pull/44 Moved test case files Moved test cases files from resources/ to src/test/resources. Also fixed bug in LmOovFeatureTest. You can merge this pull request into a Git repository by running:

[GitHub] incubator-joshua issue #43: Phrase-based decoder rewrite

2016-08-22 Thread mjpost
Github user mjpost commented on the issue: https://github.com/apache/incubator-joshua/pull/43 Followup: this appears to have something to do with a failed global state cleanup from a prior test run. Fixed (temporary at least) at commit d4fdbfd88bab99e244d3ed1fc9cff4ba5e6d124c. ---

[jira] [Resolved] (JOSHUA-284) Phrase-based decoding changes

2016-08-22 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Post resolved JOSHUA-284. -- Resolution: Fixed > Phrase-based decoding changes > - > >

[GitHub] incubator-joshua pull request #43: Phrase-based decoder rewrite

2016-08-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-joshua/pull/43 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] incubator-joshua issue #43: Phrase-based decoder rewrite

2016-08-22 Thread mjpost
Github user mjpost commented on the issue: https://github.com/apache/incubator-joshua/pull/43 More information: - On OS X, remove $JOSHUA/lib/libken.dylib, run "mvn test" → FAILURE - Same, but run the individual test from Eclipse → PASSES - Same, but run all tests

[GitHub] incubator-joshua issue #43: Phrase-based decoder rewrite

2016-08-22 Thread mjpost
Github user mjpost commented on the issue: https://github.com/apache/incubator-joshua/pull/43 Strange: the LmOovFeatureTest is failing again when KenLM is not available, but now it's on a Mac OS X instance, and not on the Linux one. I'm tempted to disable this test because its

[jira] [Commented] (JOSHUA-282) %S output format doesn't remove

2016-08-22 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431656#comment-15431656 ] Matt Post commented on JOSHUA-282: -- This is fixed with commit bf12adc8b8e130c9f9addc69f47e9cf7e0774f72,

[jira] [Resolved] (JOSHUA-282) %S output format doesn't remove

2016-08-22 Thread Matt Post (JIRA)
[ https://issues.apache.org/jira/browse/JOSHUA-282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Post resolved JOSHUA-282. -- Resolution: Fixed > %S output format doesn't remove > --- > >

[GitHub] incubator-joshua pull request #43: Phrase-based decoder rewrite

2016-08-22 Thread mjpost
GitHub user mjpost opened a pull request: https://github.com/apache/incubator-joshua/pull/43 Phrase-based decoder rewrite The phrase-based decoder used to add nonterminals to every phrase-based rule, treating all such rules as left-branching ones. This was a hassle because