You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* We should calculate the max stack size of the method and set it into the compiled method.
* To enforce jeo to calculate the max stack size, we use 'withoutMaxs()' method.
* This is important to avoid runtime errors when running the compiled code.
* Currently we calculate max stack size only for methods in the org.eolang package.
* This is done intentionally because all the classes for the org.eolang package are
* placed in the classpath and we can actually calculate the max stack size.
* Other packages, for example, spring framework, have some 'optional' dependencies
* that are not in the classpath and byt this reason, jeo can't calculate the max stack size.
The puzzle was created by volodya-lombrozo on 29-May-24.
Estimate: 90 minutes, role: DEV.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.
The text was updated successfully, but these errors were encountered:
The puzzle
229-ddf067cd
from #229 has to be resolved:opeo-maven-plugin/src/main/java/org/eolang/opeo/compilation/JeoCompiler.java
Lines 87 to 95 in baf33a4
The puzzle was created by volodya-lombrozo on 29-May-24.
Estimate: 90 minutes, role: DEV.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.
The text was updated successfully, but these errors were encountered: