The Wayback Machine - https://web.archive.org/web/20200616113845/https://github.com/topics/luajit
Skip to content
#

luajit

Here are 370 public repositories matching this topic...

dorongold
dorongold commented Sep 11, 2019

Summary

Currently Kong supports writing configuration in a file, in YAML or JSON.
To provide a more flexible configuration, especially for those running Kong in different environments (dev, staging, production), an option to write configuration in lua can be very useful.

Additional Details

There are many use-cases that come to mind:

  • Using environment variables inside the d
wingo
wingo commented Jun 28, 2018

Some counters that would be useful:

  • one that increments on every jit.flush(), whether provoked internally or externally
  • one that increments on every stop-the-world GC (potentially more here, e.g. minor GC etc)

I know we'll have an auditlog with raptorjit but counters are useful too!

ThePhD
ThePhD commented Aug 22, 2016

Hello, users of sol2! This issue was made so that I could get a better idea of what you all use for Lua and how much you like / dislike sol2 compared to what you used to use (if anything) and sol2 now. If anyone could just reply to this issue with their thoughts, perhaps answer some of the questions below (or go on a tangent, really anything), I'd appreciate it. I'm going to be writing a paper abo

osch
osch commented Feb 3, 2020

Could it be possible to have a warning message when installing a rock that contains a module that is already provided by another rock? Or is there already an option for this and I didn't find it?

At least with Luarocks version 3.2.1 I verified that there are no warnings for this case.

However it seems that Luarocks is aware of the collision and installs the new module under another name and

yurikhan
yurikhan commented Mar 14, 2018

Documentation says:

fun.remove_if(predicate, gen, param, state)
iterator:remove_if(predicate)

An alias for filter().

The name remove_if strongly suggests that elements satisfying the predicate will be removed, keeping only those that do not satisfy the predicate; while filter actually keeps the elements satisfying the predicate.

In other words, the linguistic expec

lukego
lukego commented Apr 4, 2019

We should write down how the virtual machine is bootstrapped and built.

The VM bootstraps in a complex way including multiple "little language" code generators. This process is not currently documented and can be confusing.

RaptorJIT bootstrap is different to LuaJIT bootstrap too. We dropped the minilua interpreter, we don't require a bootstrap for an ordinary build of the master branch, a

RamiLego4Game
RamiLego4Game commented May 22, 2019

Is your feature request related to a problem? Please describe.
The current documentation of LIKO-12 suffers from many problems, including:

  • Generated on the user's browser, and so it's not indexable by search engines.
  • It's hard to navigate between pages.
  • The theme is not much good.

Describe the solution you'd like
We want a better documentation software, which:

  • Stores the d

Improve this page

Add a description, image, and links to the luajit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the luajit topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.