-
ML8 REST API instances support XCC requests, and do not require a separate XDBC server. Roxy supports this now, by setting `install-xcc=false` and `xcc-port=${app-port}` in `deploy/build.properties` *…
-
**Description**
Building following package results in a compiler crash
```
// swift-tools-version: 5.8
import PackageDescription
let package = Package(
name: "AsyncStream",
platfo…
-
### Description
A completely normal class is crashing with `@MainActor` applied.
### Reproduction
```swift
@MainActor
public final class DrawObject {
fileprivate let window: Window
file…
-
**Describe the bug**
clang-repl in the llvm port (vcpkg HEAD, under WSL1, ubuntu-20.04) don't seem to work. llvm is bult and installed like;
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
…
-
| | |
|------------------|-----------------|
|Previous ID | SR-4643 |
|Radar | None |
|Original Reporter | mlwoollard (J…
-
```
I downloaded version 1.47 from your website (http://xhp.xwis.net/) and I cannot
seem to insert any new files using the XCC Mixer.exe
Steps to reproduce:
1. Open XCC Mixer.exe
2. Open C:\Program …
-
## Expected behavior and actual behavior.
I read data from GPKG, then write data to a Mapinfo TAB file. I found the field name error encode.
```
>>> with fiona.open(gpkg_fp,'r') as src:
... …
-
The api/random.h header file defines a REFERENCE_PARAM macro to define some function parameters as either C pointers or XC references. In this way, the repository sets itself up to support a C API.
…
-
**Describe the bug**
Compiling this Citadel commit crashes the Swift compiler.
**Steps To Reproduce**
Steps to reproduce the behavior:
1. Install Swift 5.6.3 or 5.7.0 on Linux, or use Docker
2.…
-
## Problem
I want to build a flutter module that depends on a flutter plugin. This plugin has to call methods written in a local .xcframework (and aar in case of Android) file.
The module runs fine …