cloudwu / pbc

A protocol buffers library for C
MIT License
1.62k stars 568 forks source link

luajit 2.1 test failed #70

Closed cloudwu closed 8 years ago

cloudwu commented 8 years ago

@CheyiLin

Could you update to luajit 2.1 ? It failed today.

https://travis-ci.org/cloudwu/pbc/jobs/105082547

CheyiLin commented 8 years ago

OK I found the problem: LuaJIT 2.1 beta1 released (from alpha) and the standalone interpreter renamed from luajit-2.1.0-alpha to luajit-2.1.0-beta1.

I'll send a PR as soon as possible.