You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2020/09/15 09:18:48 UTC

[incubator-nlpcraft] branch NLPCRAFT-113 updated (9067a82 -> 826b140)

This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a change to branch NLPCRAFT-113
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.


    from 9067a82  WIP.
     add ac2cf7d  WIP.
     add 3eb4815  WIP.
     add b4770c2  WIP.
     new 826b140  Merge branch 'NLPCRAFT-41' into NLPCRAFT-113

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/nlpcraft/common/NCService.scala     |  2 +-
 .../nlpcraft/common/ascii/NCAsciiTable.scala       |  6 ++--
 .../org/apache/nlpcraft/common/util/NCUtils.scala  |  4 +--
 .../model/tools/cmdline/NCCommandLine.scala        | 34 ++++++++++++----------
 .../test/impl/NCTestAutoModelValidatorImpl.scala   |  9 +++---
 .../org/apache/nlpcraft/probe/NCProbeBoot.scala    |  2 ++
 .../probe/mgrs/conversation/NCConversation.scala   |  2 +-
 7 files changed, 33 insertions(+), 26 deletions(-)


[incubator-nlpcraft] 01/01: Merge branch 'NLPCRAFT-41' into NLPCRAFT-113

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a commit to branch NLPCRAFT-113
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git

commit 826b1409ec8172aaec6fb55751ab25d53eabce14
Merge: 9067a82 b4770c2
Author: Sergey Kamov <se...@apache.org>
AuthorDate: Tue Sep 15 12:18:32 2020 +0300

    Merge branch 'NLPCRAFT-41' into NLPCRAFT-113

 .../org/apache/nlpcraft/common/NCService.scala     |  2 +-
 .../nlpcraft/common/ascii/NCAsciiTable.scala       |  6 ++--
 .../org/apache/nlpcraft/common/util/NCUtils.scala  |  4 +--
 .../model/tools/cmdline/NCCommandLine.scala        | 34 ++++++++++++----------
 .../test/impl/NCTestAutoModelValidatorImpl.scala   |  9 +++---
 .../org/apache/nlpcraft/probe/NCProbeBoot.scala    |  2 ++
 .../probe/mgrs/conversation/NCConversation.scala   |  2 +-
 7 files changed, 33 insertions(+), 26 deletions(-)

diff --cc nlpcraft/src/main/scala/org/apache/nlpcraft/probe/NCProbeBoot.scala
index 917cbec,ab8d227..7b9addf
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/NCProbeBoot.scala
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/NCProbeBoot.scala
@@@ -195,9 -195,9 +195,11 @@@ private [probe] object NCProbeBoot exte
                  ackStart()
  
                  started = true
 +
 +                fut.complete(0)
                  
+                 fut.complete(0)
+ 
                  // Wait indefinitely.
                  while (started)
                      try