You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I copied this repository and replaced the entire Luau folder with the new one and that surprisingly worked.
I just had to rename the JsonEncoder Header and add the Config folder to the CMake Mist. And change a few arguments on some of the Ast Constructions on luauDec's end.
However, if I manually feed Luau Bytecode in it, it errors out at some places. But the callstack lead to the files of this Repository's, before they reach the original Luau code.
Which is a good sign, but it's really hard to understand on how to fix it, without knowing what one has to do. It's related to the Ast Generation stuff.
The text was updated successfully, but these errors were encountered:
I copied this repository and replaced the entire Luau folder with the new one and that surprisingly worked.
I just had to rename the JsonEncoder Header and add the Config folder to the CMake Mist. And change a few arguments on some of the Ast Constructions on luauDec's end.
However, if I manually feed Luau Bytecode in it, it errors out at some places. But the callstack lead to the files of this Repository's, before they reach the original Luau code.
Which is a good sign, but it's really hard to understand on how to fix it, without knowing what one has to do. It's related to the Ast Generation stuff.
The text was updated successfully, but these errors were encountered: