You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by ji...@apache.org on 2023/02/24 16:17:19 UTC

[daffodil] branch main updated: Update last places mentioning runtime2

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

jinterrante pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/main by this push:
     new 5d3c884e9 Update last places mentioning runtime2
5d3c884e9 is described below

commit 5d3c884e96749e1c1481cd5c1559fc1fcd9ef760
Author: John Interrante <in...@research.ge.com>
AuthorDate: Thu Feb 23 13:20:37 2023 -0800

    Update last places mentioning runtime2
    
    Fix two more places mentioning runtime2 (ripgrep doesn't search hidden
    files by default, unfortunately).
    
    .github/workflows/main.yml: Rename runtime2 to codegen-c.
    
    .sonar-project.properties: Rename daffodil-runtime2 to daffodil-codegen-c.
    
    DAFFODIL-2796
---
 .github/workflows/main.yml | 2 +-
 .sonar-project.properties  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 028794065..26900b190 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -108,7 +108,7 @@ jobs:
       - name: Install mxml library (Windows)
         if: runner.os == 'Windows'
         run: |
-          # Our runtime2 tests may break if mxml library is compiled with clang
+          # Our codegen-c tests may break if mxml library is compiled with clang
           export AR=ar CC=cc
           cd mxml
           ./configure --prefix=/usr --disable-shared --disable-threads
diff --git a/.sonar-project.properties b/.sonar-project.properties
index c6cfd1819..10433d37d 100644
--- a/.sonar-project.properties
+++ b/.sonar-project.properties
@@ -16,7 +16,7 @@
 sonar.organization=apache
 sonar.projectKey=apache-daffodil
 
-sonar.modules=daffodil-cli,daffodil-core,daffodil-io,daffodil-japi,daffodil-lib,daffodil-macro-lib,daffodil-propgen,daffodil-runtime1,daffodil-runtime1-layers,daffodil-runtime1-unparser,daffodil-runtime2,daffodil-sapi,daffodil-tdml-lib,daffodil-tdml-processor,daffodil-test,daffodil-test-ibm1,daffodil-udf
+sonar.modules=daffodil-cli,daffodil-codegen-c,daffodil-core,daffodil-io,daffodil-japi,daffodil-lib,daffodil-macro-lib,daffodil-propgen,daffodil-runtime1,daffodil-runtime1-layers,daffodil-runtime1-unparser,daffodil-sapi,daffodil-tdml-lib,daffodil-tdml-processor,daffodil-test,daffodil-test-ibm1,daffodil-udf
 sonar.sources=src/main
 sonar.tests=src/it,src/test
 sonar.c.file.suffixes=-