illuaminate icon indicating copy to clipboard operation
illuaminate copied to clipboard

Very WIP static analysis for Lua

Results 13 illuaminate issues
Sort by recently updated
recently updated
newest added

Hi, I am preparing for a first alpha release of LRgrep. The breaking changes are not happening in master for the moment but in three separate branches: - [enumerate](https://github.com/let-def/lrgrep/tree/enumerate) which...

We can already define custom head html like ``` (doc ... (site ... (head doc/head.html) ) ``` You could insert custom html (from a file like the head is) at...

It would be helpful to have the documentation in markdown instead of HTML. With markdown I can use it in static pages generators such as MkDocs and better customize the...

enhancement

I'm not a fan of the current `IlluaminateConfig.Term` module. The original idea is neat (DSL for writing config structures which can be used for parsing _and_ printing), however in practice...

enhancement

I have a file with some weird [metatable stuff](https://github.com/SkyTheCodeMaster/SkyDocs/blob/f2a04201c40be56509752dc3c41d6be40936d7e4/src/main/misc/progressbar.lua#L39-L51) (I don't know if I'm using the correct terms), and Illuaminate will render the functions *without* arguments as `object:function()`, but it...

bug

Consider the following: ```lua print(not(a)) ``` While somewhat dubious Lua, it is technically valid. However, when removing the redundant parenthesis, Lua rewrites this as the following, which is clearly not...

bug
area-linters

I've had a couple of issues where examples in documentation comments have been incorrect, due to using non-existent variables, etc... While we do ensure examples are syntactically valid Lua, we...

enhancement
area-linters
area-doc-gen

#9 added basic support for Microsoft's language server protocol, and integration with Emacs and VS Code. However, there's a lot of improvements which could be made: ## Features - [...

enhancement
area-editor

While #6 has now been merged, there's a lot of things we can/should still improve: ### Doc comment parsing - [ ] **Allow markdown within references**: A little dubious, but...

enhancement
area-doc-gen

Now that #6 is merged, we have a decent way of determining what globals and modules are available in the current context. This should allow us to monitor global and...

enhancement
area-linters