Steven Van Impe

Results 46 comments of Steven Van Impe

https://github.com/twostraws/SwiftGD may be of use

Postponed as SwiftMetrics seems to leak memory: https://github.com/RuntimeTools/SwiftMetrics/issues/185

> Is 2003332927 the actual value Mix_OpenAudio() returns? No, it returns 0. The audio device does seem to be open and working fine (I hadn't gotten around to playing sounds...

@sezero I didn't check for errors, nor does my code print them. I only noticed this because my debugger was set to pauze on C++ errors being thrown. I assume...

Can you try it out on Codium first? I've seen reports from users that Codium can behave differently from Code, so the things we rely on (such as CodeLLDB) may...

This may be a good starting point: https://marketplace.visualstudio.com/items?itemName=vknabel.swift-coverage I haven't tried it yet, so I don't know how (well) it works.

@youming-lin I am using `BasePath.project` to load project files. What should I use instead?

Here's a minimal test case: ```swift struct OutlineIssue { var x: Int { let y = 0 return y } } ``` ![image](https://user-images.githubusercontent.com/1496250/196137745-7153c7d8-a166-4390-bc82-8abec2099886.png) It also occurs on Linux.

Any news on this? There are already plenty of outdated Swift plugins out there, I'm hoping this one will remain up-to-date!

Congrats! I believe the Swift community really needs a cross-platform Swift IDE (or decent editor) in order to continue to grow. I have been teaching Swift for some time now...