Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local pl = require 'Penlight.lua.pl.import_into' ()
- -- When trying the `require('path.to.file') approach, the initial module is included,
- -- but its dependencies (e.g. Penlight's Utils) aren't resolved...
- -- https://github.com/stevedonovan/Penlight/blob/1.3.1/lua/pl/import_into.lua#L33
- --
- -- <Warning>: Runtime error
- -- module 'pl.utils' not found:resource (pl.utils.lu) does not exist in archive
- -- no field package.preload['pl.utils']
- -- no file '/Users/name/Library/Application Support/iPhone Simulator/7.1/Applications/CEE02776-DBCD-43EC-8F2C-317A69C3D57B/My.app/pl.utils.lua'
- -- no file '/Users/name/Library/Application Support/iPhone Simulator/7.1/Applications/CEE02776-DBCD-43EC-8F2C-317A69C3D57B/My.app/pl.utils.lua'
- -- no file './pl.utils.so'
- -- no file '/Users/name/Library/Application Support/iPhone Simulator/7.1/Applications/CEE02776-DBCD-43EC-8F2C-317A69C3D57B/My.app/pl.utils.so'
- -- no file './pl.so'
- -- no file '/Users/name/Library/Application Support/iPhone Simulator/7.1/Applications/CEE02776-DBCD-43EC-8F2C-317A69C3D57B/My.app/pl.so'pl.utils
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement