Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
92: REPL: use AYA_HOME to configure the CONFIG_ROOT r=ice1000 a=Glavo kala-platform is part of the kala project and is planned to handle platform-related operations. `Platform::getAppDataDirectory(String)` currently tries to locate the program folder like this: * Use `%APPDATA%\$name` on Windows. * Use `~/Library/Application Support/$name` on Mac OS. * Use `$XDG_DATA_HOME/$name` as the preferred path, and the alternative path is `~/.local/share/$name`. Co-authored-by: Glavo <zjx001202@gmail.com>
- Loading branch information