Alex Arslan

Results 492 comments of Alex Arslan

As of v0.7, PRIMA is compiled with CMake, includes a C API, and has a builder in Yggdrasil.

Hi @twadleigh, thanks for checking out LuaCall. :slightly_smiling_face: I figured I would indeed register it once I've implemented more functionality. While the basics are in place, it does not currently...

I've thinking of spending some time on this package this soon, hopefully over the next few days. I'll try to get some table functionality at least minimally working and I'll...

Welp, now I remember why I hadn't gotten very far with table support before: the C API for working with tables is just nuts. It will take significant effort just...

The annoyance with Lua's C API is that everything is referenced by index in Lua's stack, but the index can change by pushing to and popping from the stack. For...

1.0 failure: https://travis-ci.org/JuliaCI/BaseBenchmarks.jl/jobs/623222151#L1450 ``` Internal error: encountered unexpected error in runtime: StackOverflowError() setindex! at ./essentials.jl:440 [inlined] process_node! at ./compiler/ssair/ir.jl:760 process_node! at ./compiler/ssair/ir.jl:790 [inlined] iterate at ./compiler/ssair/ir.jl:882 iterate at ./compiler/ssair/ir.jl:889 iterate...

Been a while since I've looked at it. I think @simonbyrne would have the most up-to-date knowledge on that, since he's the one who implemented it.

This repo, PackageEvaluator, is completely unmaintained. Going forward, Keno's NewPkgEval will eventually be hooked into the website and badge machinery, which means pkg.julialang.org will be updated and we'll have accurate...

It appears biber supports macOS ARM natively: https://github.com/plk/biber/blob/dev/dist/darwin_arm64/build.sh. The build scripts for the various platforms look simple enough if someone wanted to contribute biber to Yggdrasil. Could be worth opening...