Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / apple/swift-corelibs-libdispatch issues and pull requests
#754 - [SR-739] dispatch_queue_t is not upcastable to dispatch_object_t
Issue -
State: closed - Opened by drewcrawford almost 9 years ago
- 2 comments
Labels: bug, libdispatch
#753 - [SR-740] dispatch_semaphore_t is not convertible to AnyObject
Issue -
State: closed - Opened by drewcrawford almost 9 years ago
- 4 comments
Labels: bug, libdispatch, Linux
#752 - [SR-744] QOS is unimplemented on Linux
Issue -
State: closed - Opened by drewcrawford almost 9 years ago
- 1 comment
Labels: bug, libdispatch, Linux
#751 - [SR-761] dispatch_async is "not very concurrent" and has a 1s overhead on Linux
Issue -
State: closed - Opened by drewcrawford almost 9 years ago
- 32 comments
Labels: bug, libdispatch, Linux
#750 - [SR-1081] libdispatch tests hang
Issue -
State: closed - Opened by drewcrawford almost 9 years ago
- 1 comment
Labels: bug, libdispatch
#749 - [SR-1101] invalid application of 'typeof' to bit-field when compiled with Clang 3.9
Issue -
State: closed - Opened by swift-ci almost 9 years ago
- 3 comments
Labels: bug, libdispatch
#748 - [SR-1106] use of unresolved identifier 'DISPATCH_SOURCE_TYPE_READ'
Issue -
State: closed - Opened by swift-ci almost 9 years ago
- 4 comments
Labels: bug, libdispatch, Linux
#747 - [SR-1242] undefined reference to `pthread_workqueue_signal_np'
Issue -
State: closed - Opened by drewcrawford almost 9 years ago
- 3 comments
Labels: bug, libdispatch, BuildScript
#746 - [SR-1769] qos_class_self() doesn't interoperate with DispatchQoS
Issue -
State: closed - Opened by glessard over 8 years ago
- 4 comments
Labels: bug, libdispatch
#745 - [SR-1770] DispatchQoS can't be used to initialize a DispatchQueue
Issue -
State: closed - Opened by glessard over 8 years ago
- 5 comments
Labels: bug, libdispatch
#744 - [SR-1771] DispatchTime should be Comparable
Issue -
State: closed - Opened by glessard over 8 years ago
- 5 comments
Labels: bug, libdispatch
#743 - [SR-1817] Need of a way to convert DispatchTime to AVAudioTime and AVAudioTime to DispatchTime
Issue -
State: closed - Opened by swift-ci over 8 years ago
- 1 comment
Labels: libdispatch, Improvement, SDKOverlay
#742 - [SR-1843] Libdispatch: DispatchData api inconsistency
Issue -
State: open - Opened by 7156ccc1-d3b8-4460-882a-3f5802920f8f over 8 years ago
- 7 comments
Labels: bug, libdispatch, SDKOverlay
#741 - [SR-1859] DispatchQueue setTarget fails with EXC_BAD_INSTRUCTION
Issue -
State: closed - Opened by swift-ci over 8 years ago
- 7 comments
Labels: bug, libdispatch, Standard Library, RunTimeCrash
#740 - [SR-1923] Building Foundation with lib dispatch support fails with a glibc module error
Issue -
State: closed - Opened by phausler over 8 years ago
- 25 comments
Labels: bug, libdispatch
#739 - [SR-1935] Timer granularity too coarse for test cases
Issue -
State: closed - Opened by swift-ci over 8 years ago
- 5 comments
Labels: bug, libdispatch, Linux
#738 - [SR-1941] Dispatch object creation can return nil despite non-nil type annotations
Issue -
State: open - Opened by swift-ci over 8 years ago
- 2 comments
Labels: bug, libdispatch
#737 - [SR-2012] Repeating DispatchSource timers are not repeating
Issue -
State: closed - Opened by swift-ci over 8 years ago
- 7 comments
Labels: bug, libdispatch
#736 - [SR-2036] Naming of DispatchSource factory methods
Issue -
State: closed - Opened by swift-ci over 8 years ago
- 1 comment
Labels: bug, libdispatch, SDKOverlay
#735 - [SR-2050] Code crashes with "EXC_BAD_ACCESS" when appending UnsafeBufferPointer to DispatchData
Issue -
State: closed - Opened by swift-ci over 8 years ago
- 1 comment
Labels: bug, libdispatch, RunTimeCrash
#734 - [SR-2067] GCD (libdispatch) for Windows has misuse of QueryPerformanceFrequency
Issue -
State: closed - Opened by benrimmington over 8 years ago
- 2 comments
Labels: bug, libdispatch
#733 - [SR-2107] LIBDispatch DispatchIO read Max Int not reading until EOF
Issue -
State: open - Opened by swift-ci over 8 years ago
- 5 comments
Labels: bug, libdispatch, SDKOverlay
#732 - [SR-2181] DispatchTimeInterval.nanoseconds won't work well on 32-bit architectures
Issue -
State: open - Opened by 05262b81-54a9-4fe1-bf6a-96f8042de10e over 8 years ago
- 6 comments
Labels: bug, libdispatch
#731 - [SR-2202] asyncAfter(deadline: DispatchTime, ...) has an erroneous parameter label
Issue -
State: open - Opened by glessard over 8 years ago
Labels: bug, libdispatch
#730 - [SR-2205] Linker fails when linking to Foundation if -static-stdlib flag is present
Issue -
State: closed - Opened by swift-ci over 8 years ago
- 10 comments
Labels: bug, libdispatch, Linux, static linking
#729 - [SR-2207] DispatchQoS.init(qosClass: DispatchQoS.QoSClass, relativePriority: Int) should have a default relative priority
Issue -
State: open - Opened by glessard over 8 years ago
Labels: libdispatch, Improvement
#728 - [SR-2246] dispatchQueue.async(flags: .barrier) does not work
Issue -
State: closed - Opened by 05262b81-54a9-4fe1-bf6a-96f8042de10e over 8 years ago
- 4 comments
Labels: bug, libdispatch, SDKOverlay
#727 - [SR-2248] dispatchQueue.async(flags: .barrier) shouldn't create a DispatchWorkItem
Issue -
State: closed - Opened by 05262b81-54a9-4fe1-bf6a-96f8042de10e over 8 years ago
- 2 comments
Labels: bug, libdispatch, SDKOverlay
#726 - [SR-2309] Linux: libdispatch runtime dependency on blocks runtime
Issue -
State: closed - Opened by swift-ci over 8 years ago
- 4 comments
Labels: bug, libdispatch, Linux
#725 - [SR-2335] Did `queue.async(flags: .barrier)` stop working or change behavior?
Issue -
State: closed - Opened by swift-ci over 8 years ago
- 8 comments
Labels: bug, libdispatch
#724 - [SR-2356] Remove temporary libdispatch APIs before Swift 3 GA
Issue -
State: closed - Opened by swift-ci over 8 years ago
- 5 comments
Labels: bug, libdispatch
#723 - [SR-2655] in libdispatch/libpwq worker threads, too many signals are blocked on Linux
Issue -
State: closed - Opened by weissi over 8 years ago
- 6 comments
Labels: bug, libdispatch, Linux
#722 - [SR-2656] Linux Swift 3.0 crashes in DispatchIO.read()
Issue -
State: closed - Opened by swift-ci over 8 years ago
- 4 comments
Labels: bug, libdispatch, Linux
#721 - [SR-2856] libdispatch dispatch_timer_set_time test is flaky
Issue -
State: closed - Opened by swift-ci over 8 years ago
- 8 comments
Labels: bug, libdispatch
#720 - [SR-2903] Serializer::writeAST crashes when building libdispatch
Issue -
State: closed - Opened by rxwei over 8 years ago
- 2 comments
Labels: bug, libdispatch, Compiler, BuildScript, CompilerCrash
#719 - [SR-2905] Linux libpwq: Dispatch queues + blocking tasks = poor performance
Issue -
State: open - Opened by swift-ci over 8 years ago
- 7 comments
Labels: bug, libdispatch
#718 - [SR-2922] libdispatch depdencies are stale, "module file was created by an older version of the compiler"
Issue -
State: closed - Opened by swift-ci over 8 years ago
- 3 comments
Labels: bug, libdispatch, Linux
#717 - [SR-2931] libdispatch `dispatch_suspend_timer` test needs robustification
Issue -
State: closed - Opened by swift-ci over 8 years ago
- 4 comments
Labels: bug, libdispatch, Linux
#716 - [SR-2941] [libdispatch] kqtest fails randomly with ``bind-1: Address already in use``
Issue -
State: closed - Opened by swift-ci over 8 years ago
- 7 comments
Labels: bug, libdispatch, Linux
#715 - [SR-3002] using DispatchData.enumerateBytes on Linux leaks the block
Issue -
State: closed - Opened by weissi over 8 years ago
- 4 comments
Labels: bug, libdispatch, Leak, Linux
#714 - [SR-3028] do-catch block break nested DispatchSource workitem
Issue -
State: closed - Opened by swift-ci over 8 years ago
- 2 comments
Labels: bug, libdispatch
#669 - [SR-6310] DispatchTimeInterval does not implement Equatable on Linux
Issue -
State: closed - Opened by swift-ci over 7 years ago
- 1 comment
Labels: bug, libdispatch
#613 - [SR-11813] DispatchGroup not Equatable on Linux
Issue -
State: open - Opened by swift-ci about 5 years ago
- 2 comments
Labels: bug, libdispatch
#609 - [SR-13383] Windows, Dispatch crashes after network request timeout
Issue -
State: open - Opened by lxbndr over 4 years ago
- 5 comments
Labels: bug, libdispatch, Foundation, Windows, Dispatch
#606 - [SR-14314] [Windows] Linker errors building libdispatch for x86
Issue -
State: closed - Opened by triplef almost 4 years ago
- 5 comments
Labels: bug, libdispatch
#604 - [SR-15133] Crash when deallocating a never-resumed DispatchSourceTimer
Issue -
State: closed - Opened by mickeyl over 3 years ago
- 7 comments
Labels: bug, libdispatch, DispatchSourceTimer
#603 - [SR-15166] Crash in _dispatch_wait_for_enqueuer on Android armeabi-v7a
Issue -
State: closed - Opened by triplef over 3 years ago
- 5 comments
Labels: bug, libdispatch
#599 - swift: remove Windows special case in `Block.swift`
Pull Request -
State: closed - Opened by compnerd almost 3 years ago
- 6 comments
#597 - Fixed bool type for C89
Pull Request -
State: open - Opened by damon-kwok almost 3 years ago
- 1 comment
#595 - [Win32] Initialize Windows Runtime on queue threads
Pull Request -
State: closed - Opened by triplef almost 3 years ago
- 9 comments
#594 - Fix building with musl libc
Pull Request -
State: closed - Opened by mid-kid almost 3 years ago
- 1 comment
#593 - DONT MERGE - Test
Pull Request -
State: open - Opened by shahmishal almost 3 years ago
- 3 comments
#590 - Fix possible crash in _dispatch_wait_for_enqueuer on Android armeabi-v7a
Pull Request -
State: closed - Opened by triplef about 3 years ago
- 2 comments
#584 - compnerd/1324.41.2 updates
Pull Request -
State: open - Opened by compnerd about 3 years ago
- 9 comments
#580 - Update Xcode project
Pull Request -
State: open - Opened by AtariDreams over 3 years ago
#579 - Replace bzero with memset
Pull Request -
State: closed - Opened by AtariDreams over 3 years ago
- 4 comments
#577 - Build: Correct BlocksRuntime dependency for Darwin
Pull Request -
State: open - Opened by AtariDreams over 3 years ago
- 6 comments
#574 - Added no-op for variable to avoid a warning under Linux
Pull Request -
State: open - Opened by tachoknight over 3 years ago
- 6 comments
#568 - [android] Update headers that were split in NDK 23
Pull Request -
State: closed - Opened by finagolfin over 3 years ago
- 21 comments
#561 - Fix FreeBSD support
Pull Request -
State: open - Opened by drexin over 3 years ago
- 3 comments
#559 - Support OpenBSD.
Pull Request -
State: open - Opened by 3405691582 almost 4 years ago
- 10 comments
#555 - cmake: link BlocksRuntime only on non-Darwin
Pull Request -
State: open - Opened by holymonson about 4 years ago
- 2 comments
#554 - [android] Put in fixes for librt and armv7-a
Pull Request -
State: closed - Opened by finagolfin about 4 years ago
- 16 comments
Labels: darwin pending
#552 - cmake: Test compiler flags before using.
Pull Request -
State: closed - Opened by orbea over 4 years ago
- 2 comments
#547 - [5.3][CMake] fix runpath for ELF platforms
Pull Request -
State: closed - Opened by finagolfin over 4 years ago
- 3 comments
#541 - [CMake] fix runpath for ELF platforms
Pull Request -
State: closed - Opened by finagolfin almost 5 years ago
- 4 comments
Labels: darwin pending
#515 - build: place executable content into the root of the build
Pull Request -
State: closed - Opened by compnerd over 5 years ago
- 10 comments
Labels: darwin pending