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
Currently, the raku source is compiled using nqp::getcomp. This could run BEGIN and CHECK blocks, but a regex strips these phasers out. This should ideally be controlled by a setting. Some people may want to run these blocks (e.g. BEGIN block being required to set a path). This would also be the first of multiple compilation "modes" if we identify other methods of parsing.
The text was updated successfully, but these errors were encountered:
Currently, the raku source is compiled using nqp::getcomp. This could run BEGIN and CHECK blocks, but a regex strips these phasers out. This should ideally be controlled by a setting. Some people may want to run these blocks (e.g. BEGIN block being required to set a path). This would also be the first of multiple compilation "modes" if we identify other methods of parsing.
The text was updated successfully, but these errors were encountered: