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
Haven't reproduced this yet, but when I ran an ado-file directly during a reprun call, it later got into a bizarre loop calling reprun_dataline, I can't figure out the reason yet.
For example, the following is in the main do-file:
// Installs for user-written packages
qui do "${git}/do/labelcollapse.ado"
However, that wont solve the case when programs are defined in a dofile. So maybe the full and most bullet prrof solution is to keep track of a program definition and not write reprun_dataline between program define and end.
I think that is right. And I think it is also right that this should be relatively straightforward since program is never nested so very little counting is needed as well?
Haven't reproduced this yet, but when I ran an ado-file directly during a
reprun
call, it later got into a bizarre loop callingreprun_dataline
, I can't figure out the reason yet.For example, the following is in the main do-file:
When I later called
labelcollapse ...
things went off the rails. Files at https://github.com/bbdaniels/sdi-healthThe text was updated successfully, but these errors were encountered: