conjure icon indicating copy to clipboard operation
conjure copied to clipboard

Run all tests for Aniseed client does not display notification

Open katawful opened this issue 1 year ago • 0 comments

Buffer/module tests work normally. Changing g:conjure#client#fennel#aniseed#aniseed_module_prefix to my plugin's Aniseed prefix does not change anything. Conjure is installed with develop branch

Output from :messages:

E5108: Error executing lua ...site/pack/packer/start/aniseed/lua/aniseed/nvim/util.lua:56: ...nvim/site/pack/packer/start/aniseed/lua/aniseed/test.lua:47: module 'notify.stages.aniseed/tests' not found:
	no field package.preload['notify.stages.aniseed/tests']
	no file './notify/stages/aniseed/tests.lua'
	no file '/usr/share/luajit-2.1.0-beta3/notify/stages/aniseed/tests.lua'
	no file '/usr/local/share/lua/5.1/notify/stages/aniseed/tests.lua'
	no file '/usr/local/share/lua/5.1/notify/stages/aniseed/tests/init.lua'
	no file '/usr/share/lua/5.1/notify/stages/aniseed/tests.lua'
	no file '/usr/share/lua/5.1/notify/stages/aniseed/tests/init.lua'
	no file '/home/kat/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/notify/stages/aniseed/tests.lua'
	no file '/home/kat/.cache/nvim/packer_hererocks/2.1.0-beta3/share/lua/5.1/notify/stages/aniseed/tests/init.lua'
	no file '/home/kat/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/notify/stages/aniseed/tests.lua'
	no file '/home/kat/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/luarocks/rocks-5.1/notify/stages/aniseed/tests/init.lua'
	no file './notify/stages/aniseed/tests.so'
	no file '/usr/local/lib/lua/5.1/notify/stages/aniseed/tests.so'
	no file '/usr/lib/lua/5.1/notify/stages/aniseed/tests.so'
	no file '/usr/local/lib/lua/5.1/loadall.so'
	no file '/home/kat/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/lua/5.1/notify/stages/aniseed/tests.so'
	no file './notify.so'
	no file '/usr/local/lib/lua/5.1/notify.so'
	no file '/usr/lib/lua/5.1/notify.so'
	no file '/usr/local/lib/lua/5.1/loadall.so'
	no file '/home/kat/.cache/nvim/packer_hererocks/2.1.0-beta3/lib/lua/5.1/notify.so'
stack traceback:
	[C]: in function 'error'
	...site/pack/packer/start/aniseed/lua/aniseed/nvim/util.lua:56: in function 'anic'
	...cker/start/conjure/lua/conjure/client/fennel/aniseed.lua:211: in function 'run-all-tests'
	[string ":lua"]:1: in main chunk
[katdotnvim.utils.export.init-test] OK 5/5 tests and 5/5 assertions passed

katawful avatar Sep 09 '22 17:09 katawful