Fix FileAccess::create_temp() not using FileAccess::ModeFlags
This commit is contained in:
committed by
Rémi Verschelde
parent
8aa4a5207f
commit
0844d4b11f
7
misc/extension_api_validation/4.5-stable/GH-114053.txt
Normal file
7
misc/extension_api_validation/4.5-stable/GH-114053.txt
Normal 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.
|
||||
Reference in New Issue
Block a user