Giter Site home page Giter Site logo

Comments (5)

rvirding avatar rvirding commented on September 2, 2024

Hi @samaaron which version of Luerl are you using? Could you give me an example of when this happens?

from luerl.

samaaron avatar samaaron commented on September 2, 2024

Hi @rvirding,

I'm using version 1 from Elixir:

"luerl": {:hex, :luerl, "1.0.0", "1b68c30649323590d5339b967b419260500ffe520cd3abc1987482a82d3b5a6c", [:rebar3], [], "hexpm", "c17bc45cb4b0845ec975387f9a5d8c81ab60456698527a29c96f78992af86bd1"},

This was pulled in via Elixir's mix after declaring the following dep: {:luerl, "~> 1.0"}

The error tuple containing the error atom is the result of a syntax error and can be replicated with:

:luerl_new.do_dec("dfdf333" lua_state)

It returns:

{:error, error, state}

from luerl.

samaaron avatar samaaron commented on September 2, 2024

Ah, looks like v1.0 is rather old. I was looking at the source provided in the deps folder pulled down from hex to see what was happening rather than looking at the develop branch on Github.

Seems that the latest code does what the documentation describes:

https://github.com/rvirding/luerl/blob/develop/src/luerl_new.erl#L226

Is there anything holding back from getting a new release tagged?

from luerl.

samaaron avatar samaaron commented on September 2, 2024

Actually after playing around, both the latest development version and v1.0 appear to behave similarly here:

iex(2)>  :luerl_new.do_dec("3434ddd", l)
{:error, [{1, :luerl_parse, [~c"syntax error before: ", [~c"3434"]]}], []}

from luerl.

rvirding avatar rvirding commented on September 2, 2024

The reason for this is that lua_error is returned when running Lua code. The compiler in this sense does not really return a Lua error hence the error. When running say loadfile from within Lua then the compiler error is caught, all erros actually, and a string describing the error is returned.

from luerl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.