Philip Turner

Results 340 comments of Philip Turner

> I was actually talking about provide a public accessible cache, I don't think that's a very good idea. You would have to cache exponential variations of different exact Swift...

Patched in Swift-Colab v2.3. I rewrote the serialization mechanism. Instead of relying on null terminators to denote ends of strings, I put their length as a 4-byte header. Then, I...

## Problem 1: Solved No longer present on the May 11, 2022 toolchain. Thus, it probably has the same source as (5). I added a partial patch for older toolchains...

I am going to declare problem 4 a permanent workaround. Scanning headers could become theoretically impossible if someone uses C macros to generate the include statements. Problem 3 is not...

Actually, there is a potential solution for problem 4 - I'm going to try overhauling the build system and how LLDB loads modules. I could store metadata with each Clang...

One simple solution to #14 and #15 is a new magic command: `%install-x10`. But I have to be 100% sure it is necessary. If I change my mind, it's source-breaking.

It actually does load, but you need to restart the runtime first. I haven't tested it yet because I got sidetracked with a bug on the Python side. Either way,...

Thanks for investigating! I should be able to narrow this problem down to a small reproducer. Other packages like PythonKit behave just fine, there's some specific reason S4TF is being...

I have encountered your error "Couldn't lookup symbols" multiple times today when using PythonKit. It always happens when I forget to execute the `%install` command after restarting the runtime. Did...

I actually ran through the entire Model Training Walkthrough tutorial on tensorflow/swift, using `-c release -Xswiftc -Onone`. That specific set of flags makes it take 2 minutes to compile, while...