https://kotlinlang.org logo
#eap
Title
b

Big Chungus

11/03/2021, 5:23 PM
Copy code
import platform.posix.getcwd
import platform.posix.nftw
These are missing in 1.6-RC2. Have they moved somewhere else?
👀 1
m

msink

11/03/2021, 5:45 PM
With enabled HMPP? Maybe it's HMPP bug, still not fixed: https://youtrack.jetbrains.com/issue/KT-46636
b

Big Chungus

11/03/2021, 5:46 PM
Indeed. Hmpp was working fine before bumping to 1.6. Good to know the team is aware.
Although everything was compiling fine with 1.5.31. I wonder if this is the same issue.
l

louiscad

11/04/2021, 7:33 AM
I'd comment in the issue, mentioning you have something similar with 1.6.0-RC2
j

jimn

11/11/2021, 2:04 AM
we're in a narrow bind with the versions right now. 1.5.31 silently bails out when there are struct foo{int x; struct iovec[]};
5 Views