Lukas Pistrol

Results 26 issues of Lukas Pistrol

Swift's package manager can build C/C++ sources and use headers to expose functions to Swift. The standard tree-sitter parser project layout just requires a little extra configuration to make it...

## Current Situation Currently all `tree-sitter` parsers are fetched from source every time Swift Package Manager resolves dependencies. This can easily take a couple of minutes even with a good...

question
performance

### Tool name SwiftLint ### Tool license MIT ### Add or update? - [ ] Add - [X] Update ### Desired version 0.50.0 ### Approximate size _No response_ ### Brief...

awaiting-deployment
OS: macOS
feature request

Currently we deploy our pre-release with app version `1.0` and build `1`. We might want to implement a way to automatically increase the build number on pushes to the `main`...

PRIORITY

Currently all our actions get triggered by `on-push` or `on-pull-request` events and run in parallel. The problem with that is, that for example after pushing to the `main` branch, if...

tests
chore

## Current Situation ~~At the moment~~ [Previously] the `CodeEditCli` is just a standalone SPM package in our main repo: > https://github.com/CodeEditApp/CodeEdit/tree/main/CodeEditTests **Edit:** Now it is in the CodeEditCLI repo. The...

Updates build number and pushes changes to main after a push to main. The pre-release action needs to be run manually. To update the build number we can use Apple's...

chore

### Description When running the app and opening a file in a project, hundreds of runtime errors (purple) are generated on - `var selectionState` in `WorkspaceDocument.swift::31` - https://github.com/CodeEditApp/CodeEdit/blob/a0848b9f6385a8bb0fab05e01f0daf3b4a3c4d25/CodeEdit/Documents/WorkspaceDocument.swift#L31 - `var...

bug
performance
PRIORITY

As discussed in our [Discord](https://discord.com/channels/951544472238444645/987416899816149024/1088930464171053138) we might use a global SwiftLint configuration across all our repos to have the styling guidelines applied everywhere. This is already possible by SwiftLint itself:...

chore

For a few days now I noticed that the app regularly quit itself without any crash notification. After some investigation I found crash reports in `Console.app`: ![Screenshot 2024-02-19 at 14...