Skip to content

Conversation

@brunoaduarte
Copy link

Fix compiling error with latest ldc-1.41.0-beta1

source/server/appleaccount.d(162,36): Error: cannot modify expression `request.headers()["security-code"]` because it is not an lvalue
                    request.headers["security-code"] = code;

Also merge Dadoum/Provision#112 on https://github.com/Dadoum/Provision and change Sideloader dub.json to use the merge commit as source for Provision

Fix compiling error with latest **ldc-1.41.0-beta1**
```
source/server/appleaccount.d(162,36): Error: cannot modify expression `request.headers()["security-code"]` because it is not an lvalue
                    request.headers["security-code"] = code;
```
@brunoaduarte
Copy link
Author

Context

ldc-1.41.0-beta1 is needed to compile Sideloader for Mac M1 (arm64) running macOS Sequoia 15.4.1
Sideloader compiled with older versions of ldc will trigger a zsh: segmentation fault on macOS Sequoia 15.4.1

@Dadoum
Copy link
Owner

Dadoum commented Apr 28, 2025

Thank you for your contribution. I made a few changes in the PR #96, and I am just waiting for botan to be updated on DUB to merge it.

@Dadoum Dadoum closed this Apr 28, 2025
@brunoaduarte brunoaduarte deleted the patch-1 branch April 28, 2025 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants