Skip to content

Commit 7c88cbb

Browse files
Earlopainmame
authored andcommitted
[Feature #20971] Deprecate rb_path_check
https://bugs.ruby-lang.org/issues/20971
1 parent faa8ccb commit 7c88cbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

file.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6425,6 +6425,7 @@ path_check_0(VALUE path)
64256425
int
64266426
rb_path_check(const char *path)
64276427
{
6428+
rb_warn_deprecated_to_remove_at(3.6, "rb_path_check", NULL);
64286429
#if ENABLE_PATH_CHECK
64296430
const char *p0, *p, *pend;
64306431
const char sep = PATH_SEP_CHAR;

0 commit comments

Comments
 (0)