Oscar Lim

Results 10 comments of Oscar Lim

You are running it wrong on linux. You cannot do `require 'busted.runner'()` directly from the interactive lua interpreter, it must be inside a lua file. This works on linux, and...

I don't think this is possible since there is no way to detect if you are running Lua in the interactive interpreter or as a non-interactive script. Furthermore, the call...

That's basically what it is already doing. It grabs the function that called `require 'busted.runner'` using the debug library and creates a file context using that function (this actually works...

@DorianGray I don't quite understand what #115 is all about. It seems to discuss several different options regarding .busted tasks, some of which involve handing over the behavior to `lua_cliargs`....

I figured out a way to install the autocompletion functions with luarocks. Basically, I added a Makefile, to do the install, and changed the build back-end to `make`. I could...

Installing via LuaRocks is probably not a good idea. Instead the auto-completion functions should be installed as part of a Debian, Homebrew, and Red Hat packages, since the destination directories...

I actually did raise it as a VSCode issue (Microsoft/vscode#25652), but they said it was an extension issue.

> @o-lim any opinions? > > Can we merge this and do a release? Sounds fine to me

> considering the age of the older kernel (getrandom was introduced in kernel 3.17, which is from 2014). I'm tempted to leave this as is for now, and only fix...

Of course, if you build and use the library on the same system, then there's no issue. My point is for pre-built binaries. Plenty of open source projects provide their...