You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2022/02/01 01:07:18 UTC

[incubator-nlpcraft] branch NLPCRAFT-477 updated (5c7336c -> 8e65fe7)

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

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


    from 5c7336c  WIP.
     add 61e6d16  Update NCCompilerUtils.scala
     add 5e09e21  WIP.
     add 91a2fbe  Annotations scanner related fixes.
     add 8e65fe7  Merge branch 'master' of https://github.com/apache/incubator-nlpcraft

No new revisions were added by this update.

Summary of changes:
 .../nlpcraft/internal/antlr4/NCCompilerUtils.scala |  18 +-
 .../nlpcraft/internal/impl/NCModelScanner.scala    | 482 +++++++++------------
 .../internal/impl/scan/NCIntentImportSpec.scala    |  30 --
 .../impl/scan/NCModelIntentsInvalidArgsSpec.scala  |   6 +-
 .../scan/NCModelIntentsInvalidIntentsSpec.scala    | 124 ++++++
 .../impl/scan/NCModelIntentsNestedSpec.scala       |   8 +-
 .../internal/impl/scan/NCModelIntentsSpec.scala    |   2 +-
 .../intent/compiler/NCIDLCompilerSpec.scala        |  16 +
 8 files changed, 370 insertions(+), 316 deletions(-)
 delete mode 100644 nlpcraft/src/test/scala/org/apache/nlpcraft/internal/impl/scan/NCIntentImportSpec.scala
 create mode 100644 nlpcraft/src/test/scala/org/apache/nlpcraft/internal/impl/scan/NCModelIntentsInvalidIntentsSpec.scala