Skip to content

Commit

Permalink
summary of my issues and PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jeayne committed Mar 28, 2024
1 parent 6a54f03 commit 49db38b
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ <h2>Status</h2>
<li>The first stage (Jan...Mar 2024), consisting of the automatic build of html files based on the information produced by uncrustify, has been largely completed.
<li>The second stage (Apr/2024...) consists of manually providing examples of code adapted to each option, and there are over 800 of them!...
</ol>
<p>
Here's the <a href="issues.html">list of issues/PRs</a> I submitted to the Uncrustify tracking system that helped me complete this documentation project.
</p>
</div>
<p>
<code>-- Jean</code>
Expand Down
90 changes: 90 additions & 0 deletions docs/issues.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Summary of my Uncrustify issues and PR</title>
<link rel="stylesheet" href="static/uncrustify.css">
<style>
table, th, td {
margin: 10px;
padding: 0.3em 1em;
border: 1px solid;
border-collapse: collapse;
vertical-align: top;
}
</style>
</head>
<body>
<a href="./" style="text-decoration: none;"><img src="./static/home-16.png"> home</a>
<hr>
<p>
Summary of <a href="https://github.com/uncrustify/uncrustify/issues?q=is%3Aissue+author%3A%40me" target="_blank">issues</a>
and <a href="https://github.com/uncrustify/uncrustify/pulls?q=is%3Apr+author%3A%40me" target="_blank">Pull Requests</a>
I've openned in <a href="https://github.com/uncrustify/uncrustify" target="_blank">Uncrustify</a> tracking system:<br/>
<i>Note: PRs in parentheses (1234) are not mine.</i>
</p>
<table border="1">
<tr>
<th>
Title
</th><th>
Issue
</th><th>
Pull Request
</th>
</tr><tr>
<td>
Fix global pointer pointing to local variable in uncrustify.cpp bugfix
</td><td>
<a href="https://github.com/uncrustify/uncrustify/issues/4216" target="_blank">4216</a>
</td><td>
<a href="https://github.com/uncrustify/uncrustify/issues/4226" target="_blank">4226</a>
</td>
</tr><tr>
<td>
Fix initialization of first_text in output.cpp
</td><td>
<a href="https://github.com/uncrustify/uncrustify/issues/4217" target="_blank">4217</a>
</td><td>
<a href="https://github.com/uncrustify/uncrustify/issues/4227" target="_blank">4227</a>
</td>
</tr><tr>
<td>
Error with sp_return sp_case_label and sp_after_type when set to not_defined
</td><td>
<a href="https://github.com/uncrustify/uncrustify/issues/4253" target="_blank">4253</a>
</td><td>
(<a href="https://github.com/uncrustify/uncrustify/issues/4256" target="_blank">4256</a>)
</td>
</tr><tr>
<td>
Fix a bug preventing to use --tracking with a path including a colon
</td><td>
<a href="https://github.com/uncrustify/uncrustify/issues/4261" target="_blank">4261</a>
</td><td>
<a href="https://github.com/uncrustify/uncrustify/issues/4262" target="_blank">4262</a>
</td>
<!-- copy this block and past just above
</tr><tr>
<td>
title
</td><td>
<a href="https://github.com/uncrustify/uncrustify/issues/99999" target="_blank">9999</a>
</td><td>
<a href="https://github.com/uncrustify/uncrustify/issues/77777" target="_blank">7777</a>
</td>
-->
</tr>
</table>
<br/>
<hr>
<div class="footer">
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank"><img src="static/Cc-by-nc-sa_icon.svg" align="left"></a>
<ul style="padding-left:9em;">
<li>Report problems related to this documentation <a href="https://github.com/JEAYNE/Uncrustify-Documentation/issues" target="_blank">here</a>.</li>
<li>The Uncrustify Documentation Project is <b>not</b> managed by the <a href="https://github.com/uncrustify" target="_blank">uncrustify</a> team.</li>
</ul>
</div>

</body>
</html>

0 comments on commit 49db38b

Please sign in to comment.