Giter Club home page Giter Club logo

lua-iigs's People

Contributors

artgreen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

lua-iigs's Issues

undeclared identifier when compiling

$ make
iix compile -I -P -D +O test.c
  20     luaL_requiref(L, "test_iface", luaopen_test_iface, 1);
                                                          ^ undeclared identifier

1 error found.
make: *** [Makefile:91: test.a] Error 1

Where is luaopen_test_iface supposed to be found?

lvm.a required for app link

for some reason, when linking a program with lua.lib, the linker can't resolve luaV_execute. You'll get something like this:
Error at 000000B9 past ccall PC = 00000BD7 : Unresolved reference Label: luaV_execute

Good news is that adding lvm.a to the link command gets me past this. I'm sure this is probably a symptom of something deeper so creating this to remind me to look into it.

Tab output

lua uses \t to, well, tab. using goldengate, output looks correct but the \t is not displaying properly on the GS. Prolly need to go in and figure out where \t is output and change it to spaces.

Test fail: files.lua

It seems like most file I/O is working but there is some strangeness with comparisons in the assert statements. For example, the following assert() fails but the variables' value look correct:
assert(l1 == "a line\n" and l2 == "another line" and c == '\n' and n1 == 1234 and n2 == 3.45 and l3 == "one" and l4 == "two" and dummy == nil)

Test fail: bitwise.lua

This test is impacted by the hexadecimal number formatting bug. I've commented out the lines referencing hex numbers and the tests pass. Need to retest after the hex number parsing is fixed.

dofile/loadfile go boom

trying to execute lua code via dofile() or loadfile() results in varying amounts of memory corruption and amusement.

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.