Mirror of
forum.nim-lang.org
index
1389 :: Error asyncdispatch
[2015-07-01T08:17:50+02:00]
View Orginal
FroznPanda
(orginal)
[2015-07-01T08:17:50+02:00]
view original
Hey,
I was installing nim on my vmware today and after pulling nimble and trying to compile i got the error:
lib/pure/asyncdispatch.nim(923, 30) Error: expression 'update(p.selector, SocketHandle(fd), events)' has no type (or is ambiguous)
Fixed it for myself, but can someone justify it? That was after a fresh Nim installation.
Araq
(orginal)
[2015-07-01T11:10:22+02:00]
view original
Well can I justify occasional glitches on the
devel
branch? Yes, I can. It's called
devel
. ;-)
FroznPanda
(orginal)
[2015-07-01T14:38:52+02:00]
view original
Hi, k then i wasn't looking right. I thought i explicitly pulled the master branch. Well for devel its fine :d.