Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7ab3dc5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Sep 30, 2024
1 parent cd3e1dd commit 16ef77f
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 46 deletions.
67 changes: 37 additions & 30 deletions 2024/09/30/30.09.2024.volodya-lombrozo.gpt-3-5-turbo.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,49 @@
</head>
<body>
<h1>volodya-lombrozo 30.09.2024</h1>
<p>From: Vladimir Lombrozo<br/>
Subject: WEEK 40 Objectionary</p>
<p><strong>Weekly Report:</strong></p>

<p>Hi all,</p>
<p><strong>From:</strong> Vladimir Lombrozo<br/><br/><strong>Subject:</strong> WEEK 40 Objectionary </p>

<p>Last week achievements:</p>
<p><strong>Hi all,</strong></p>

<ul><li>jeo-maven-plugin:
<p><strong>Last week achievements:</strong></p>

<ul><li>Remove Redundant Classes and Methods in Directives [#730, #634]</li>
<li>Simplify Testing of XML Parsing [#723]</li>
<li>Append Documentation About Unrolling XMIR Files [#705]</li>
<li>Use EO Bytes Objects For Values and Refactor DirectivesData to DirectivesValue [#715, #721]</li>
<li>Unroll PHI/UNPHI Transformations and Enhance Bytecode Handling Classes [#705, #720]</li>
</ul></li>
</ul><p>Next week plans:</p>
<p><strong>jeo-maven-plugin:</strong><br/>
- Removed redundant classes and methods related to <code class="prettyprint">Directives</code> [#730].<br/>
- Simplified testing of XML parsing and enhanced XML representation classes [#723].<br/>
- Eliminated redundant getter methods from <code class="prettyprint">BytecodeAnnotation</code> [#634].<br/>
- Improved handling of XMIR files in the <code class="prettyprint">phi/unphi</code> transformation process [#705].<br/>
- Refactored <code class="prettyprint">DirectivesData</code> to <code class="prettyprint">DirectivesValue</code> and enhanced XML processing [#715, #721].<br/>
- Enhanced <code class="prettyprint">Bytecode</code> handling classes and updated <code class="prettyprint">UnrollMojo</code> for PHI/UNPHI transformations [#720].</p>

<ul><li>opeo-maven-plugin:
<p><strong>Next week plans:</strong></p>

<ul><li>To add more tests in AgentsIT.java:63-65 to resolve puzzle <code class="prettyprint">404-88505bdc</code> from #404 [#407]</li>
<li>To remove <code class="prettyprint">program</code> and <code class="prettyprint">object</code> from AgentsIT.java:50-56 to resolve puzzle <code class="prettyprint">381-3569ceec</code> from #381 [#403]</li>
<li>To address reference names in DecompilerMachineTest.java:446-451 to resolve puzzle <code class="prettyprint">277-fb1cb010</code> from #277 [#388]</li>
<li>To eliminate the crutch in FormattingDecompiler.java:113-118 to resolve puzzle <code class="prettyprint">355-b9843d4a</code> from #355 [#358]</li>
</ul></li>
</ul><p>Risks:</p>
<p><strong>jeo-maven-plugin:</strong><br/>
- Refactor the usage of {@link JeoFqn} in JeoFqn.java:34-39 to resolve puzzle <code class="prettyprint">710-f1d4fa80</code> from #710 [#714, #chore]<br/>
- Refactor {@link AsmProgram} class in AsmProgram.java:92-97 to resolve puzzle <code class="prettyprint">537-f53b5743</code> from #537 [#699, #chore]</p>

<ul><li>jeo-maven-plugin:
<p><strong>opeo-maven-plugin:</strong><br/>
- To add more tests in AgentsIT.java:63-65 to resolve puzzle <code class="prettyprint">404-88505bdc</code> from #404 [#407]<br/>
- To remove <code class="prettyprint">program</code> and <code class="prettyprint">object</code> in AgentsIT.java:50-56 to resolve puzzle <code class="prettyprint">381-3569ceec</code> from #381 [#403]<br/>
- To address reference names in DecompilerMachineTest.java:446-451 to resolve puzzle <code class="prettyprint">277-fb1cb010</code> from #277 [#388]<br/>
- To eliminate the crutch in FormattingDecompiler.java:113-118 to resolve puzzle <code class="prettyprint">355-b9843d4a</code> from #355 [#358]</p>

<ul><li>No risks identified [#734].</li>
<li>No risks identified [#733].</li>
<li>No risks identified [#731].</li>
<li>No risks identified [#725].</li>
<li>No risks identified [#721].</li>
<li>No risks identified [#720].</li>
</ul></li>
</ul><p>Best regards,<br/>
Vladimir Lombrozo<br/>
Software Developer</p>
<p><strong>Risks:</strong></p>

<p><strong>Summary of Risks Identified in Pull Requests:</strong></p>

<p><strong>jeo-maven-plugin:</strong><br/>
- No risks identified in this pull request [#734].<br/>
- No risks identified in this pull request [#733].<br/>
- No risks identified in this pull request [#731].<br/>
- No risks identified in this pull request [#725].<br/>
- No risks identified in this pull request [#721].<br/>
- No risks identified in this pull request [#720].</p>

<p><strong>Best regards,</strong><br/>
Vladimir Lombrozo<br/><br/>
Software Developer </p>

<h2>2024-09-30</h2>

Expand All @@ -55,6 +60,8 @@ <h2>2024-09-30</h2>
- title: Unroll PHI/UNPHI Transformations, repo: jeo-maven-plugin, url: https://github.com/objectionary/jeo-maven-plugin/pull/720</p>

<p>Open Issues:<br/>
- title: JeoFqn.java:34-39: Refactor the usage of {@link JeoFqn}..., repo: jeo-maven-plugin, issue number: #714, url: https://github.com/objectionary/jeo-maven-plugin/issues/714, labels: ["soon"]<br/>
- title: AsmProgram.java:92-97: Refactor {@link AsmProgram} class...., repo: jeo-maven-plugin, issue number: #699, url: https://github.com/objectionary/jeo-maven-plugin/issues/699, labels: ["soon"]<br/>
- title: AgentsIT.java:63-65: Add More Tests. Currently, we have..., repo: opeo-maven-plugin, issue number: #407, url: https://github.com/objectionary/opeo-maven-plugin/issues/407, labels: ["soon"]<br/>
- title: AgentsIT.java:50-56: Remove <code class="prettyprint">program</code> and <code class="prettyprint">object</code>..., repo: opeo-maven-plugin, issue number: #403, url: https://github.com/objectionary/opeo-maven-plugin/issues/403, labels: ["soon"]<br/>
- title: DecompilerMachineTest.java:446-451: Reference Names..., repo: opeo-maven-plugin, issue number: #388, url: https://github.com/objectionary/opeo-maven-plugin/issues/388, labels: ["soon"]<br/>
Expand Down
38 changes: 22 additions & 16 deletions 2024/09/30/30.09.2024.volodya-lombrozo.gpt-4o.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,36 @@ <h1>volodya-lombrozo 30.09.2024</h1>

<p><strong>Last week achievements:</strong></p>

<p><em>jeo-maven-plugin:</em></p>

<ul><li>Removed redundant classes and methods, including <code class="prettyprint">DirectivesNullable</code> and <code class="prettyprint">DirectivesTypedValue</code> [#730]</li>
<li>Simplified testing of XML parsing and enhanced exception handling in tests [#723]</li>
<li>Removed redundant methods from <code class="prettyprint">BytecodeAnnotation</code> [#634]</li>
<li>Appended documentation about unrolling and fixed small refactoring issues [#705]</li>
<li>Changed direct usage of bytes to EO bytes objects for values [#715]</li>
<li>Unrolled PHI/UNPHI transformations and updated related classes [#705]</li>
<p><strong>jeo-maven-plugin:</strong></p>

<ul><li>Removed redundant classes [#730]</li>
<li>Simplified testing of XML parsing [#723]</li>
<li>Removed redundant methods from BytecodeAnnotation [#634]</li>
<li>Appended documentation about unrolling [#705]</li>
<li>Used EO bytes objects for values [#715]</li>
<li>Unrolled PHI/UNPHI transformations [#705]</li>
</ul><p><strong>Next week plans:</strong></p>

<p><em>opeo-maven-plugin:</em></p>
<p><strong>jeo-maven-plugin:</strong></p>

<ul><li>To refactor the usage of {@link JeoFqn} in JeoFqn.java [#714]</li>
<li>To refactor {@link AsmProgram} class in AsmProgram.java [#699]</li>
</ul><p><strong>opeo-maven-plugin:</strong></p>

<ul><li>To add more tests in AgentsIT.java [#407]</li>
<li>To remove <code class="prettyprint">program</code> and <code class="prettyprint">object</code> in AgentsIT.java [#403]</li>
<li>To resolve reference names in DecompilerMachineTest.java [#388]</li>
<li>To remove the crutch in FormattingDecompiler.java [#358]</li>
</ul><p><strong>Risks:</strong></p>

<p><em>jeo-maven-plugin:</em></p>
<p><strong>jeo-maven-plugin:</strong></p>

<ul><li>No risks identified [#730]</li>
<li>No risks identified [#723]</li>
<li>No risks identified [#634]</li>
<li>No risks identified [#705]</li>
<li>No risks identified [#715]</li>
<li>No risks identified [#chore]</li>
<ul><li>No risks identified [#730].</li>
<li>No risks identified [#723].</li>
<li>No risks identified [#634].</li>
<li>No risks identified [#705].</li>
<li>No risks identified [#715].</li>
<li>No risks identified [#chore].</li>
</ul><p>Best regards,<br/><br/>
Vladimir Lombrozo<br/><br/>
Software Developer </p>
Expand All @@ -53,6 +57,8 @@ <h2>2024-09-30</h2>
- title: Unroll PHI/UNPHI Transformations, repo: jeo-maven-plugin, url: https://github.com/objectionary/jeo-maven-plugin/pull/720</p>

<p>Open Issues:<br/>
- title: JeoFqn.java:34-39: Refactor the usage of {@link JeoFqn}..., repo: jeo-maven-plugin, issue number: #714, url: https://github.com/objectionary/jeo-maven-plugin/issues/714, labels: ["soon"]<br/>
- title: AsmProgram.java:92-97: Refactor {@link AsmProgram} class...., repo: jeo-maven-plugin, issue number: #699, url: https://github.com/objectionary/jeo-maven-plugin/issues/699, labels: ["soon"]<br/>
- title: AgentsIT.java:63-65: Add More Tests. Currently, we have..., repo: opeo-maven-plugin, issue number: #407, url: https://github.com/objectionary/opeo-maven-plugin/issues/407, labels: ["soon"]<br/>
- title: AgentsIT.java:50-56: Remove <code class="prettyprint">program</code> and <code class="prettyprint">object</code>..., repo: opeo-maven-plugin, issue number: #403, url: https://github.com/objectionary/opeo-maven-plugin/issues/403, labels: ["soon"]<br/>
- title: DecompilerMachineTest.java:446-451: Reference Names..., repo: opeo-maven-plugin, issue number: #388, url: https://github.com/objectionary/opeo-maven-plugin/issues/388, labels: ["soon"]<br/>
Expand Down

0 comments on commit 16ef77f

Please sign in to comment.