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
OPM currently only works with a package that isn't using recursion itself. Eventually it would be nice to have it parse through a dependency then see if there is any other recursion that library is calling and then also go and download and track those in regtest. This would also need to be templated like the handlebars but for a JS file then they would need to be inscribed in the correct order. For instance react has been inscribed however this has multiple levels keep of recursion so a dependency graph would need to be determined and automated for this to work in OPM.
The text was updated successfully, but these errors were encountered:
OPM currently only works with a package that isn't using recursion itself. Eventually it would be nice to have it parse through a dependency then see if there is any other recursion that library is calling and then also go and download and track those in regtest. This would also need to be templated like the handlebars but for a JS file then they would need to be inscribed in the correct order. For instance react has been inscribed however this has multiple levels keep of recursion so a dependency graph would need to be determined and automated for this to work in OPM.
The text was updated successfully, but these errors were encountered: