DB48X-on-DM42 icon indicating copy to clipboard operation
DB48X-on-DM42 copied to clipboard

In Equations Library: impossibility to import RPL code from Help File to the stack

Open Wiljea opened this issue 1 year ago • 5 comments

Simulator DB48X 0.8.8-187-788e3, this functionality was working in previous version. Now if I open the help file (long press on F2: "Columns and Beams") and scroll to the RPL code of "Elastic Buckling" and hit ENTER, I get the following error message "Help error: No help for CantileverShear" as this can be seen: image

This message seems incoherent with the fact that I am actually not viewing the referred section "CantileverShear".

But strangely if I scroll to the next section "Eccentric Columns", everything works fine. Let me check if the bug is reproducible. Yes it is.

HOWEVER if, beforehand, I choose first the main section "Columns and Beams" (using F2) and I call then (long pressing on F1) the help for the subsection "Eccentric Columns", everything works fine.

Let me see, in the case of the next main section "Electricity". Scrolling then to the subsection "Coulomb’s Law & E Field" poses no problem. It works fine.

A last check is to restart all-over again with the section "Columns and Beams": same problem.

Wiljea avatar Dec 11 '24 21:12 Wiljea

In the subsection "E Field Infinite Line", a different instance of the same type of problem is when I try to copy to the stack the simple substitution RPL code: image

And the same thing happens in the next subsection "E Field Finite Line": image

Wiljea avatar Dec 11 '24 22:12 Wiljea

In the case of "E Field Infinite Plate", pointing directly in this subsection, the RPL code doesn't paste either: image

Therefore, since I am in the process of recalculating the exact answers, here I have to resort to copy-paste from the file "Equations.md".

Same problem for: image

The problem being generic, I will stop to report them here.

Wiljea avatar Dec 11 '24 22:12 Wiljea

The problem appears restricted to the eqns branch, it does not occur on dev. Bisecting.

c3d avatar Dec 14 '24 09:12 c3d

Bisecting is complicated by the presence of versions that do not compile, e.g. [233f74539730470daa9e5e70de6a5a1a74ecd429] Update equations_JW_24_11_12_AM.cc which has a stray zzz inside.

c3d avatar Dec 14 '24 09:12 c3d

Also annoying that the commits were made without a build, so that means the build creates the db48x.md file, causing git bisect to fail at the next iteration because it would "overwrite the changes".

c3d avatar Dec 14 '24 09:12 c3d