Modify Lua module loader to trace each file as it's executed
Ouverte
progress/1
size/0.5
track/unscoped
value/0.75
- Langage dominant
- Rust
- Étoiles
- 147
- Forks
- 10
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
If we can prepend every Lua file Torchbear runs with
```
log.trace("running: " .. debug.getinfo(1, 'S').source)
```
Then it'd be much easier to debug.
Since bridge.lua already sends off into the app, I think we'd have to modify the package searcher to basically do standard `require()`, but just add that one liner ahead of the module to run.
Possible?
---
or add `need`, `use`, or `run` instead of require
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.