Skip to content

Commit

Permalink
Merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vegorov-rbx committed Dec 8, 2023
1 parent 6068432 commit 139b169
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Common/include/Luau/ExperimentalFlags.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inline bool isFlagExperimental(const char* flag)
"LuauInstantiateInSubtyping", // requires some fixes to lua-apps code
"LuauTinyControlFlowAnalysis", // waiting for updates to packages depended by internal builtin plugins
"LuauFixIndexerSubtypingOrdering", // requires some small fixes to lua-apps code since this fixes a false negative
"LuauUpdatedRequireByStringSemantics", // requires some small fixes to fully implement some proposed changes
"LuauUpdatedRequireByStringSemantics", // requires some small fixes to fully implement some proposed changes
// makes sure we always have at least one entry
nullptr,
};
Expand Down
1 change: 0 additions & 1 deletion tests/RequireByString.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ TEST_CASE("PathNormalization")
}
}


TEST_CASE_FIXTURE(ReplWithPathFixture, "RequireSimpleRelativePath")
{
ScopedFastFlag sff{FFlag::LuauUpdatedRequireByStringSemantics, true};
Expand Down

0 comments on commit 139b169

Please sign in to comment.