You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nim c test
Hint: used config file 'D:\Nim\config\nim.cfg' [Conf]
Hint: used config file 'D:\Nim\config\config.nims' [Conf]
................................................................................................
c:\Users\Jose\Desktop\test.nim(7, 15) template/generic instantiation of `recvFrom` from here
D:\Nim\lib\pure\net.nim(1657, 26) template/generic instantiation of `adaptRecvFromToDomain` from here
D:\Nim\lib\pure\net.nim(1631, 38) Error: undeclared field: 'SockLen' for type system.int [type declared in D:\Nim\lib\system\basic_types.nim(2, 3)]
For some unknown reason the Nim compiler is assuming that the cast from int to SockLen, via dot notation, is an access of some field of an object. Does this compiler issue need further investigation?
recvFrom in net.nim has been broken since 4b5cecd
This line causes an issue because of invalid casting syntax for the untyped parameter 123d798b39756a95de82d119d2fe6661157ebb20407e2c394b7490e7588d2294R1630
Example to cause the problem:
The text was updated successfully, but these errors were encountered: