Commit 6debcbd
Sync VHDLTest with TemplateDotNetTool template (#103)
* Initial plan
* Update project to align with TemplateDotNetTool template
- Update .editorconfig to match template format:
- Use LF line endings globally (not CRLF for C# files)
- Simplified to cleaner template structure
- Upgrade naming convention severity from suggestion to warning
- Add csharp_nullable_reference_types = enable
- Add csharp_prefer_braces = true:warning (was silent)
- Add csharp_style_namespace_declarations = file_scoped:warning
- Consolidate XML file groups
- Convert all C# source and test files from CRLF to LF line endings
- Apply dotnet format to fix new csharp_prefer_braces:warning violations
- Update .markdownlint-cli2.jsonc:
- Remove MD024 (siblings_only) rule not in template
- Fix node_modules ignore pattern ('**/node_modules' -> 'node_modules')
- Remove comment blocks not in template
- Update .cspell.json ignorePaths to match template:
- Remove non-template entries: *.csproj, *spdx.json, TestResults, .vs, *.bak
- Fix spdx.json pattern to *.spdx.json
- Reorder to match template structure
- Update .github/ISSUE_TEMPLATE/config.yml:
- Add documentation link matching template structure
- Update discussions link name from 'Ask a Question' to 'Discussions'
- Keep security issue link (VHDLTest-specific)
- Add missing .github/ISSUE_TEMPLATE/question.yml (adapted from template)
- Update .github/pull_request_template.md:
- Add self-validation tests step with VHDLTest project path
- Fix YAML linter command to match template (yamllint .)
- Update 'All tests pass' to 'All unit tests pass' to match template
- Update AGENTS.md:
- Add Agent Selection Guide section
- Add Project Structure section
- Add Documentation section
- Add Markdown Link Style section
- Add CI/CD section
- Add Agent Report Files section
- Update Key Files to reference dotnet reqstream --enforce
- Update Requirements section to use reqstream enforcement
- Update Code Style section with full details
- Update .github/agents/requirements-agent.md:
- Add Test Source Filters section (matches template)
- Update enforcement command to use dotnet reqstream
- Update .github/dependabot.yml:
- Rename NuGet group from 'dotnet-dependencies' to 'nuget-dependencies'
- Update .github/workflows/build.yaml:
- Fix quality check step names to match template:
'Spell Check' -> 'Run spell checker'
'Markdown Lint' -> 'Run markdown linter'
'YAML Lint' -> 'Run YAML linter'
- Reorder quality checks: markdown first, then spell check, then YAML
- Add name field to build job ('Build ${{ matrix.os }}')
- Reorder build job: name, needs, permissions (matches template)
- Remove inline comments from build job permissions
- Add --pdf-variant pdf/a-3u to all Weasyprint PDF generation steps
- Fix SonarMark step to use shell:bash and bash-compatible $SONAR_TOKEN
* Add macOS support from template PR #54: build/test-ghdl matrices, OS_SHORT fix, requirements, AGENTS
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
* Add brew install nvc for macOS, use mcode backend for GHDL, add macOS to test-nvc matrix
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
* Fix MD024 lint failure by enabling siblings_only for duplicate headings
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
* Restore llvm backend for GHDL on macOS (mcode unsupported)
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
* Add diagnostic output (exit code + simulator log) on validation test failure
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
* Add GHDL elaboration step (-e) before run (-r) to fix llvm backend on macOS
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
* Fix cspell: rename elabResults to elaborateResults
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
* Update .github/agents/requirements-agent.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix ActiveHdlSimulator: standardize output directory to VHDLTest.out/ActiveHDL
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
* Fix deadlock risks in RunProgram/Runner; add const for ActiveHDL dir; fix VivadoSimulator comment
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Co-authored-by: Malcolm Nixon <Malcolm.nixon@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 7c2ebec commit 6debcbd
File tree
52 files changed
+6227
-6030
lines changed- .github
- ISSUE_TEMPLATE
- agents
- workflows
- src/DEMAConsulting.VHDLTest
- Results
- Run
- Simulators
- test/DEMAConsulting.VHDLTest.Tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+6227
-6030
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | 77 | | |
81 | 78 | | |
| 79 | + | |
| 80 | + | |
82 | 81 | | |
83 | | - | |
84 | | - | |
| 82 | + | |
85 | 83 | | |
86 | 84 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | 85 | | |
91 | 86 | | |
92 | 87 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
20 | 18 | | |
21 | | - | |
22 | | - | |
| 19 | + | |
| 20 | + | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
29 | | - | |
30 | | - | |
| 27 | + | |
| 28 | + | |
31 | 29 | | |
32 | 30 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 31 | | |
46 | 32 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | 33 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | 34 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
124 | 41 | | |
| 42 | + | |
125 | 43 | | |
126 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
127 | 49 | | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
| 50 | + | |
| 51 | + | |
219 | 52 | | |
220 | 53 | | |
221 | 54 | | |
222 | | - | |
| 55 | + | |
223 | 56 | | |
224 | 57 | | |
225 | 58 | | |
226 | | - | |
| 59 | + | |
227 | 60 | | |
228 | 61 | | |
229 | 62 | | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | 63 | | |
235 | | - | |
236 | 64 | | |
237 | 65 | | |
238 | 66 | | |
239 | 67 | | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | 68 | | |
245 | 69 | | |
246 | 70 | | |
| |||
250 | 74 | | |
251 | 75 | | |
252 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
253 | 81 | | |
254 | 82 | | |
255 | 83 | | |
256 | 84 | | |
257 | 85 | | |
258 | 86 | | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
263 | 93 | | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
| 94 | + | |
| 95 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
0 commit comments