shviller
shviller
I've got a potentially related issue on Windows: ``` C:\Program Files\Tools\Console2>ruby --version ruby 2.2.2p95 (2015-04-13 revision 50295) [x64-mingw32] C:\Program Files\Tools\Console2>pry --version Pry version 0.10.1 on Ruby 2.2.2 C:\Program Files\Tools\Console2> C:\Program...
Yes, but while it makes pry behave the same with and without `-e`, it still corrupts a line: ``` C:\Program Files\Tools\Console2> [1] pry(main)> s\Tools\Console2>pry -e ';' -e '' ``` ```...
Took a slightly closer look at how Lua's built-in functions are typed (specifically because I had to `--# assume table.insert: function(table, any) --> ()`, since I was inserting into a...
Escaping with \` works great, thanks! In my limited experience, I only ran into trouble with `open`, `map` and `vector`, but I can imagine `method` tripping up someone trying to...
Unfortunately, I must say that on Windows 7 I'm having the same error as kirbyfan64. Also, for those attempting to follow Mischanix's instructions, make sure you have msys2's version of...
Yes, this doesn't cause a problem on Linux (weren't able to test it on a Mac). I've tested using Ruby 1.9.2p180 on Windows (Win7 32bit) and Ruby 1.9.2p0 on Linux...
It seems you are right! However, I found a quirk. This code works in LuaJIT: ```lua local i = 1 while i < 10 do if i == 5 then...
To be perfectly honest, I created this issue mainly as a flag for those coming from [awesome-love2d](https://github.com/love2d-community/awesome-love2d), so that they have an easier time seeing that no, this library doesn't...