-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ ee7395e 🚀
- Loading branch information
1 parent
16ef77f
commit 712f1c1
Showing
2 changed files
with
127 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> | ||
<html> | ||
<head> | ||
<title>volodya-lombrozo 07.10.2024</title> | ||
</head> | ||
<body> | ||
<h1>volodya-lombrozo 07.10.2024</h1> | ||
<p>From: Vladimir Lombrozo<br/> | ||
Subject: WEEK 41 Objectionary</p> | ||
|
||
<p>Hi all,</p> | ||
|
||
<p>Last week achievements:</p> | ||
|
||
<ul><li>jeo-maven-plugin: | ||
|
||
<ul><li>Compute Max Locals And Stack, Add BytecodeValue Abstraction, Remove Redundant Classes Related To Data Transformation, Simplify JeoFqn and EoFqn Objects Usage, Refactor Annotation Properties [#540, #520, #714, #701]</li> | ||
</ul></li> | ||
</ul><p>Next week plans:</p> | ||
|
||
<ul><li><p>jeo-maven-plugin:</p> | ||
|
||
<ul><li>Refactor {@link AsmProgram} class to resolve puzzle <code class="prettyprint">537-f53b5743</code> from #537. [#699]</li> | ||
</ul></li> | ||
<li><p>opeo-maven-plugin:</p> | ||
|
||
<ul><li>To add more tests to 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 reference names in DecompilerMachineTest.java:446-451 to resolve puzzle <code class="prettyprint">277-fb1cb010</code> from #277 [#388]</li> | ||
<li>To remove the crutch in FormattingDecompiler.java:113-118 to resolve puzzle <code class="prettyprint">355-b9843d4a</code> from #355 [#358]</li> | ||
<li>To calculate the Max Stack Size in JeoCompiler.java:87-95 to resolve puzzle <code class="prettyprint">229-ddf067cd</code> from #229 [#286]</li> | ||
</ul></li> | ||
</ul><p>Risks:</p> | ||
|
||
<ul><li>jeo-maven-plugin: | ||
|
||
<ul><li>No risks identified [#744].</li> | ||
<li>No risks identified [#743].</li> | ||
<li>No risks identified [#742].</li> | ||
<li>No risks identified [#740].</li> | ||
<li>No risks identified [#739].</li> | ||
</ul></li> | ||
</ul><p>Best regards,<br/> | ||
Vladimir Lombrozo<br/> | ||
Software Developer</p> | ||
|
||
<h2>2024-10-07</h2> | ||
|
||
<p>Closed Pull Requests:<br/> | ||
- title: feat(#540): Compute Max Locals And Stack, repo: jeo-maven-plugin, url: https://github.com/objectionary/jeo-maven-plugin/pull/744<br/> | ||
- title: feat(#520): Add BytecodeValue Abstraction, repo: jeo-maven-plugin, url: https://github.com/objectionary/jeo-maven-plugin/pull/743<br/> | ||
- title: feat(#520): Remove Redundant Classes Related To Data Transformation, repo: jeo-maven-plugin, url: https://github.com/objectionary/jeo-maven-plugin/pull/742<br/> | ||
- title: feat(#714): Simplify JeoFqn and EoFqn Objects Usage, repo: jeo-maven-plugin, url: https://github.com/objectionary/jeo-maven-plugin/pull/740<br/> | ||
- title: feat(#701): Refactor Annotation Properties, repo: jeo-maven-plugin, url: https://github.com/objectionary/jeo-maven-plugin/pull/739</p> | ||
|
||
<p>Open Issues:<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/> | ||
- title: FormattingDecompiler.java:113-118: Remove the crutch..., repo: opeo-maven-plugin, issue number: #358, url: https://github.com/objectionary/opeo-maven-plugin/issues/358, labels: ["soon"]<br/> | ||
- title: JeoCompiler.java:87-95: Calculate the Max Stack Size. We..., repo: opeo-maven-plugin, issue number: #286, url: https://github.com/objectionary/opeo-maven-plugin/issues/286, labels: ["soon"]</p> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> | ||
<html> | ||
<head> | ||
<title>volodya-lombrozo 07.10.2024</title> | ||
</head> | ||
<body> | ||
<h1>volodya-lombrozo 07.10.2024</h1> | ||
<hr/><p><strong>From:</strong> Vladimir Lombrozo<br/><br/><strong>Subject:</strong> WEEK 41 Objectionary </p> | ||
|
||
<hr/><p><strong>Hi all,</strong></p> | ||
|
||
<p><strong>Last week achievements:</strong></p> | ||
|
||
<p><strong>jeo-maven-plugin:</strong></p> | ||
|
||
<ul><li>Computed max locals and stack, removing reliance on Java ASM library [#540]</li> | ||
<li>Added BytecodeValue abstraction and removed redundant classes related to data transformation [#520]</li> | ||
<li>Simplified JeoFqn and EoFqn objects usage [#714]</li> | ||
<li>Refactored annotation properties for improved handling of annotation values [#701]</li> | ||
</ul><p><strong>Next week plans:</strong></p> | ||
|
||
<p><strong>jeo-maven-plugin:</strong></p> | ||
|
||
<ul><li>To refactor the 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> from AgentsIT.java [#403]</li> | ||
<li>To address reference names in DecompilerMachineTest.java [#388]</li> | ||
<li>To remove the crutch from FormattingDecompiler.java [#358]</li> | ||
<li>To calculate the max stack size in JeoCompiler.java [#286]</li> | ||
</ul><p><strong>Risks:</strong></p> | ||
|
||
<p><strong>jeo-maven-plugin:</strong></p> | ||
|
||
<ul><li>No risks identified [#540].</li> | ||
<li>No risks identified [#520].</li> | ||
<li>No risks identified [#714].</li> | ||
<li>No risks identified [#701].</li> | ||
</ul><p><strong>Best regards,</strong></p> | ||
|
||
<p>Vladimir Lombrozo<br/><br/> | ||
Software Developer<br/><br/> | ||
2024-10-07 </p> | ||
|
||
<hr/><hr/><p>Closed Pull Requests:<br/> | ||
- title: feat(#540): Compute Max Locals And Stack, repo: jeo-maven-plugin, url: https://github.com/objectionary/jeo-maven-plugin/pull/744<br/> | ||
- title: feat(#520): Add BytecodeValue Abstraction, repo: jeo-maven-plugin, url: https://github.com/objectionary/jeo-maven-plugin/pull/743<br/> | ||
- title: feat(#520): Remove Redundant Classes Related To Data Transformation, repo: jeo-maven-plugin, url: https://github.com/objectionary/jeo-maven-plugin/pull/742<br/> | ||
- title: feat(#714): Simplify JeoFqn and EoFqn Objects Usage, repo: jeo-maven-plugin, url: https://github.com/objectionary/jeo-maven-plugin/pull/740<br/> | ||
- title: feat(#701): Refactor Annotation Properties, repo: jeo-maven-plugin, url: https://github.com/objectionary/jeo-maven-plugin/pull/739</p> | ||
|
||
<p>Open Issues:<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/> | ||
- title: FormattingDecompiler.java:113-118: Remove the crutch..., repo: opeo-maven-plugin, issue number: #358, url: https://github.com/objectionary/opeo-maven-plugin/issues/358, labels: ["soon"]<br/> | ||
- title: JeoCompiler.java:87-95: Calculate the Max Stack Size. We..., repo: opeo-maven-plugin, issue number: #286, url: https://github.com/objectionary/opeo-maven-plugin/issues/286, labels: ["soon"]</p> | ||
|
||
</body> | ||
</html> |