Robert Virding

Results 95 comments of Robert Virding

One thing is that the current `get_stacktrace` function is really designed to build a "better" current stack and not really print it out. That could be another function.

This has now been fixed a commit in the develop branch dd78ff5

You can't! Code written in Lua **cannot** access general raw Erlang data structures, it can only access data in the right formats passed in the right format and will only...

Actually an extra comment here. The variable `arg` is actually unbound here so its value is `nil` and is therefore not a table.

I would sincerely recommend that you don't try to solve your problem in this way. This for at least these reasons: - `#tstruct` is an internal implementation detail which is...

I don't know. It could very well be the result of me missing something should have done in either slack or heroku.

Sorry, for the delay. The link in README https://erlef.org/slack-invite/luerl seems to work.

@samaaron I have now seen the bad link in `luerl.org` and when I work out how to edit that page I will fix it.

This just shows my ignorance about what is loaded up into hex using `rebar3 hex`. I thought it was basically took the same as went into github but it takes...

So I have started by moving out all the files src that "git status" complains about. We will see if that is enough. Where does "rebar3 hex" get its info...