dcarp / asynchronous

A D port of Python's asyncio library
Boost Software License 1.0
37 stars 6 forks source link

Update libasync dependency to 0.8.0 #11

Closed belka-ew closed 8 years ago

belka-ew commented 8 years ago

libasync 0.7.9 doesn't work with dmd 2.072.0 beta.

0.7.9 causes:

Running ./asynchronous 
object.Error@src/rt/minfo.d(356): Cyclic dependency between module libasync.threads and libasync.posix
libasync.threads* ->
libasync.events ->
libasync.posix* ->
libasync.events ->
libasync.threads*

Program exited with code -11
dcarp commented 8 years ago

Thanks!