Merge pull request #114053 from adamscott/fix-create-temp-mode-flags

Fix `FileAccess::create_temp()` not using `FileAccess::ModeFlags`
This commit is contained in:
Rémi Verschelde
2026-01-01 16:46:32 +01:00
5 changed files with 18 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
GH-114053
---------
Validate extension JSON: Error: Field 'classes/FileAccess/methods/create_temp/arguments': meta was removed.
Validate extension JSON: Error: Field 'classes/FileAccess/methods/create_temp/arguments/0': type changed value in new API, from "int" to "enum::FileAccess.ModeFlags".
The argument was supposed to use this enum instead of an untyped int.
A compatibility method has been registered.