orangy
Path
, e.g. in Windows C:foo.txt
is a “path to foo.txt in a current directory for drive C:“, and it’s different from C:\foo.txt
which is an absolute path. It is kinda bizzare to apply these Windows concepts to any other file systems. I’m not saying it breaks it, just pointing out there are issues in FS-independent paths. Also I agree that having a data-only path brings a lot of benefits. Just need to have a nice idea/design here.altavir
05/21/2019, 3:58 PMByteBuffer
to Input
on JVM?orangy
altavir
05/23/2019, 7:10 PMwhile (!endOfInput){
out.writeByte(readByte())
}
If I understand current IO logic correctly, the input in general has a sequence of pooled buffers, so it would be simple to redirect those buffers directly to the output, but I can't find a way to do it with current API.4ntoine
08/05/2019, 1:22 PM> Task :desktop:performance_app:compileKotlinNative FAILED
w: skipping /Users/asmirnov/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-files-macosx64/0.1.0-dev-31/77854b4718090e294deda0273771c40396a6e381/kotlinx-files.klib. The abi versions don't match. Expected '[9]', found '5'
w: The compiler versions don't match either. Expected '[1.3.1]', found '1.1.2-release-6625'
e: Could not find "/Users/asmirnov/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-files-macosx64/0.1.0-dev-31/77854b4718090e294deda0273771c40396a6e381/kotlinx-files.klib" in [/Users/asmirnov/Documents/dev/src/kotlin-research/project-kotlin/desktop, /Users/asmirnov/.konan/klib, /Users/asmirnov/.konan/kotlin-native-macos-1.3.1/klib/common, /Users/asmirnov/.konan/kotlin-native-macos-1.3.1/klib/platform/macos_x64].
FAILURE: Build failed with an exception.
Is it correct that exactly the same k/n should be used (that was used to compile native artifact)?4ntoine
10/26/2019, 5:37 AMsaket
08/19/2020, 5:01 PMorangy/kotlinx-files
, <http://pw.binom.io|pw.binom.io>
was just updated with macOS support: https://github.com/caffeine-mgn/pw.binom.io/commit/1ee821058ccce7309fa7694e7b3a8142081092ef#diff-783b540faf0155be89004ca011b2c8fcjessewilson
12/15/2020, 5:28 AM