Philippe F
Philippe F
Hi, I would like to know how and why you use luaunit ! If you can, please also list the following information : - since when you have been using...
Today, luaunit supports setup/teardown to be executed before and after each test. Sometimes, it's convenient to also have per suite setup/teardown function and per class setup/teardown functions. Proposal : -...
When working with luajit, a function will have a different implementation whether it is run for the first time or jitted if run enough number of times. Experiences from people...
Issue #4613 details two problems : * proxy may contain white-space accidentally * proxy may be contain extra double-quotes on Windows A fix already exists for the white-space problem, this...
LuaUnit is stable, maintained and quite used: 200 projects are including luaunit directly in their repo, and github reports more than 2000 projects referencing the name luaunit (see https://github.com/search?q=luaunit&type=Code&utf8=%E2%9C%93 )
With MonkeyType 18.8.0 and Python 3.6 . I ran into this on a complex example, but it's actually quite easy to reproduce. ``` d:\work\pyann\monkeytype\toto>type a.py class A: def __init__(self): self.titi...
Reporting a separate issue for the problem discovered in #113 . The exact files to reproduce this issue are : **forward_ref.py:** ``` class AA: def use_aa( self, aa ): pass...
### Checklist - [X] I have verified this is the correct repository for opening this issue. - [X] I have verified no other issues exist related to my request. ###...
Hi, Here is a java implementation. I am a big fan of your diff library and I took the opportunity of learning Java to contribute a new implementation.