From 60702571bec60c85d5e919e02dbf21bfa21de4e9 Mon Sep 17 00:00:00 2001
From: Igor Munkin <imun@tarantool.org>
Date: Tue, 13 Sep 2022 17:32:48 +0300
Subject: [PATCH] luajit: bump new version

* From Lua 5.3: assert() accepts any type of error object.

Closes #7457
Part of #7230

NO_DOC=LuaJIT submodule bump
NO_TEST=LuaJIT submodule bump
---
 changelogs/unreleased/gh-7230-luajit-fixes.md | 6 ++++++
 third_party/luajit                            | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/changelogs/unreleased/gh-7230-luajit-fixes.md b/changelogs/unreleased/gh-7230-luajit-fixes.md
index c647863af3..a229053ec1 100644
--- a/changelogs/unreleased/gh-7230-luajit-fixes.md
+++ b/changelogs/unreleased/gh-7230-luajit-fixes.md
@@ -4,3 +4,9 @@ Backported patches from vanilla LuaJIT trunk (gh-7230). In the scope of this
 activity, the following issues have been resolved:
 
 * Fix handling of errors during trace snapshot restore.
+
+## feature/luajit
+Backported patches from vanilla LuaJIT trunk (gh-7230). In the scope of this
+activity, the following features is completed:
+
+* `assert()` now accepts any type of error object (from Lua 5.3).
diff --git a/third_party/luajit b/third_party/luajit
index 909afdc604..ae79d993ef 160000
--- a/third_party/luajit
+++ b/third_party/luajit
@@ -1 +1 @@
-Subproject commit 909afdc6041295917e8bbaf9e70546d30a12ce2a
+Subproject commit ae79d993ef95c7d19a4d0512f7722e7d6fec48df
-- 
GitLab