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 2021/07/06 14:12:57 UTC

[incubator-nlpcraft] branch NLPCRAFT-70_NEW updated (dfaf1b8 -> 2c80688)

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

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


    from dfaf1b8  WIP.
     add e68d5c8  WIP.
     add 373a44d  Merge branch 'master' into NLPCRAFT-344
     add 208c4ae  Update NCCliCommands.scala
     add ad7fea7  WIP.
     add fb3a281  WIP.
     add 35c37ec  Improved compiler error messaging.
     add cb898ee  Update NCCli.scala
     add b3d8dab  WIP
     add ac72ab2  NLPCRAFT-348 fix.
     add 62c0617  Merge branch 'master' into NLPCRAFT-346
     add 3d2875e  WIP.
     add bbcc7e0  WIP.
     add fbdd03f  WIP.
     add a21c741  Update NCCliFileNameCompleter.java
     add cfd6481  WIP.
     add 6a5e32a  WIP.
     add d7c97ce  WIP.
     add 4b0ed07  Fix for NLPCRAFT-350.
     add 28582ae  Merge branch 'master' into NLPCRAFT-346
     add 41b65f6  Fix for NLPCRAFT-351.
     add ca1fe36  Update NCCli.scala
     add 10fefad  Update NCCli.scala
     add 0b015a8  WIP NLPCRAFT-353.
     add bc6e02f  WIP on NLPCRAFT-353.
     add ee0c006  Fix for NLPCRAFT-355.
     add e0b5a62  WIP on NLPCRAFT-356.
     add ee22f89  WIP on NLPCRAFT-356.
     add 48f9a39  WIP on NLPCRAFT-356.
     add b36f012  WIP on NLPCRAFT-356.
     add 02fcee8  WIP on NLPCRAFT-356.
     add b2fdac6  Update NCCliModelClassCompleter.java
     new 2c80688  Merge branch 'master' into NLPCRAFT-70_NEW

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:
 .../antlr4/NCCompilerUtils.scala}                  |  56 ++--
 .../nlpcraft/common/ascii/NCAsciiTable.scala       |   6 +-
 .../nlpcraft/common/makro/NCMacroCompiler.scala    |  16 +-
 .../org/apache/nlpcraft/common/util/NCUtils.scala  |  11 +-
 .../model/intent/compiler/NCIdlCompiler.scala      |  18 +-
 .../model/intent/compiler/NCIdlCompilerBase.scala  |   4 +-
 .../nlpcraft/model/tools/cmdline/NCCli.scala       | 359 ++++++++++++++++-----
 .../nlpcraft/model/tools/cmdline/NCCliBase.scala   |   8 +-
 .../model/tools/cmdline/NCCliCommands.scala        | 127 ++++++--
 .../tools/cmdline/NCCliFileNameCompleter.java      | 185 +++++++++++
 .../tools/cmdline/NCCliModelClassCompleter.java    | 110 +++++++
 .../model/tools/cmdline/NCCliProbeBeacon.scala     |   6 +-
 .../probe/mgrs/conn/NCConnectionManager.scala      |   2 +-
 .../probe/mgrs/deploy/NCDeployManager.scala        |   9 +-
 .../cmdline/NCCliModelClassCompleterTest.scala     |  48 +++
 pom.xml                                            |   4 +-
 16 files changed, 799 insertions(+), 170 deletions(-)
 copy nlpcraft/src/main/scala/org/apache/nlpcraft/{model/tools/cmdline/NCCliAnsiBleach.scala => common/antlr4/NCCompilerUtils.scala} (50%)
 create mode 100644 nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCliFileNameCompleter.java
 create mode 100644 nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCliModelClassCompleter.java
 create mode 100644 nlpcraft/src/test/scala/org/apache/nlpcraft/model/tools/cmdline/NCCliModelClassCompleterTest.scala

[incubator-nlpcraft] 01/01: Merge branch 'master' into NLPCRAFT-70_NEW

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

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

commit 2c80688928c3144988a9ca15697e73d809bbefa7
Merge: dfaf1b8 b2fdac6
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Tue Jul 6 17:12:35 2021 +0300

    Merge branch 'master' into NLPCRAFT-70_NEW

 .../nlpcraft/common/antlr4/NCCompilerUtils.scala   |  52 +++
 .../nlpcraft/common/ascii/NCAsciiTable.scala       |   6 +-
 .../nlpcraft/common/makro/NCMacroCompiler.scala    |  16 +-
 .../org/apache/nlpcraft/common/util/NCUtils.scala  |  11 +-
 .../model/intent/compiler/NCIdlCompiler.scala      |  18 +-
 .../model/intent/compiler/NCIdlCompilerBase.scala  |   4 +-
 .../nlpcraft/model/tools/cmdline/NCCli.scala       | 359 ++++++++++++++++-----
 .../nlpcraft/model/tools/cmdline/NCCliBase.scala   |   8 +-
 .../model/tools/cmdline/NCCliCommands.scala        | 127 ++++++--
 .../tools/cmdline/NCCliFileNameCompleter.java      | 185 +++++++++++
 .../tools/cmdline/NCCliModelClassCompleter.java    | 110 +++++++
 .../model/tools/cmdline/NCCliProbeBeacon.scala     |   6 +-
 .../probe/mgrs/conn/NCConnectionManager.scala      |   2 +-
 .../probe/mgrs/deploy/NCDeployManager.scala        |   9 +-
 .../cmdline/NCCliModelClassCompleterTest.scala     |  48 +++
 pom.xml                                            |   4 +-
 16 files changed, 822 insertions(+), 143 deletions(-)