From cb0e45247d7228c28fdfd3733a539bc250acebdf Mon Sep 17 00:00:00 2001 From: Kristen Newbury Date: Thu, 22 Aug 2024 00:44:48 -0400 Subject: [PATCH 1/2] Update development handbook --- docs/development_handbook.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/development_handbook.md b/docs/development_handbook.md index b8b883b628..6c789c4fbd 100644 --- a/docs/development_handbook.md +++ b/docs/development_handbook.md @@ -41,6 +41,7 @@ | 0.31.0 | 2024-02-23 | Remco Vermeulen | Clarify the required use of Python version 3.9 | | 0.32.0 | 2024-05-01 | Luke Cartey | Refer to the user manual for the list of supported standards. | | 0.33.0 | 2024-07-30 | Kristen Newbury | Remove out dated references to codeql modules directory usage. | +| 0.34.0 | 2024-08-22 | Kristen Newbury | Remove out dated references to git submodules usage. | ## Scope of work @@ -737,12 +738,4 @@ codeql test accept \ cpp/cert/test/rules/EXP52-CPP/DoNotRelyOnSideEffectsInDeclTypeOperand.qlref -``` - -### Troubleshooting: Unrecoverable mismatch between extractor and library dbschemes - -The following error could be indicative of the Git submodule *codeql-coding-standards/github_modules* being out-of-date: - ->Could not upgrade the dataset in /path/to/codeql-coding-standards/cpp/autosar/test/rules/...: Unrecoverable mismatch between extractor and library dbschemes. - -To resolve the problem, update the submodule by executing `git submodule update`. +``` \ No newline at end of file From 40c546fe9e1635df9ed1aa7dcf3856856d17917a Mon Sep 17 00:00:00 2001 From: Kristen Newbury Date: Thu, 22 Aug 2024 12:18:59 -0400 Subject: [PATCH 2/2] Update development handbook --- docs/development_handbook.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/development_handbook.md b/docs/development_handbook.md index 6c789c4fbd..de283bb946 100644 --- a/docs/development_handbook.md +++ b/docs/development_handbook.md @@ -736,6 +736,3 @@ codeql test run --show-extractor-output \ # The actual output can be accepted via codeql test accept (which moves some files): codeql test accept \ cpp/cert/test/rules/EXP52-CPP/DoNotRelyOnSideEffectsInDeclTypeOperand.qlref - - -``` \ No newline at end of file