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
Could not locate profiler/template.html; should have been at /nix/store/b74nh0lhimgjpifrxclmgw0m55jakdy6-MoarVM-2019.07/share/nqp/lib/profiler/template.html; outputting sql data instead
If MoarVM and NQP are configured using different prefixes then this file cannot be found when running with --profile.
Example script to find template.html when using my MoarVM and NQP prefixes:
This line uses the MoarVM prefix to find template.html, whereas the file is in fact under the NQP prefix:
https://github.com/perl6/nqp/blob/fd8a7e5f9255d062e230cb2774dbf25c3d254127/src/vm/moar/HLL/Backend.nqp#L618
Error when running with --profile:
If MoarVM and NQP are configured using different prefixes then this file cannot be found when running with --profile.
Example script to find template.html when using my MoarVM and NQP prefixes:
Output:
The text was updated successfully, but these errors were encountered: