We do not want to support bootstrapping lua modules, so ensure that require will fail by providing a nonexistent path.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/liblua/Makefile | ||
---|---|---|
31 โ | (On Diff #71133) | This should probably read ?.so to be consistent with the name, but given that we're intentionally clobbering these to something that won't resolve, I won't insist. |
lib/liblua/Makefile | ||
---|---|---|
31 โ | (On Diff #71133) | Yes good point, I just cut and pasted. We could actually drop the ? part completely, just /nonexistent and it would fail just as well, but the ? may give a necessary clue via dtrace/ktrace if bootstrap does break from this. |