-
To reproduce run
```
UBSAN_OPTIONS=halt_on_error=true ~/swift-latest/usr/bin/swift test --sanitize=undefined --filter testBackgroundIndexingHappensWithLowPriority
```
Output
```
Test Case '…
-
I'm running up against an issue where the `shutdownAndExit` method is called on a server instance, but seems to wait forever after sending the `.shutdown` request.
After doing some digging, I think…
-
| | |
| --- | --- |
| Bugzilla Link | [41071](https://llvm.org/bz41071) |
| Version | 7.0 |
| OS | Linux |
| Attachments | [The files clang told me to attach (build script, preprocessed source, etc)…
-
Hey,
First of all I really appreciate the work you're doing on this. Would love to be able to use Emacs for all my Swift dev :)
Just had a quick question about compatibility inside workspaces. T…
-
**Describe the bug**
I'm seeing two issues with code completion. Apologies if this should have been two separate tickets, but the solution I have for both is in the same part of code.
1. Complet…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR41071](https://bugs.llvm.org/show_bug.cgi?id=41071) |
| Status | NEW |
| Importance | P normal |
|…
-
```
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
// Override point for customization after application launch.
NSO…
-
Recently read the codebase and found that force unwraps are widely used for casting SourceKit response values.
It leads to dangerous unstable behavior.
Every single change in SourceKit response will…
-
Most of the language plugins use textmate style code highlighting which is mostly based on regex matching.
Sourcekitten/sourcekit can provide this information based on the AST which is how Xcode does …
-
| | |
|------------------|-----------------|
|Previous ID | SR-10319 |
|Radar | None |
|Original Reporter | cukier (JIRA…