Skip to content

Commit 9349158

Browse files
committed
added todo to drop deprecated VirtualFileSystem.PROJ_PREFIX
1 parent ccf2d74 commit 9349158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/org.graalvm.python.embedding/src/org/graalvm/python/embedding/utils/VirtualFileSystem.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public final class VirtualFileSystem implements FileSystem, AutoCloseable {
9696
private static final String FILES_LIST_PATH = VFS_ROOT + "/fileslist.txt";
9797
private static final String VENV_PREFIX = VFS_ROOT + "/" + VFS_VENV;
9898
private static final String HOME_PREFIX = VFS_ROOT + "/" + VFS_HOME;
99+
// TODO see GR-54915, deprecated and should be removed after 24.2.0
99100
private static final String PROJ_PREFIX = VFS_ROOT + "/" + VFS_PROJ;
100101
private static final String SRC_PREFIX = VFS_ROOT + "/" + VFS_SRC;
101102

0 commit comments

Comments
 (0)