Ben Langmuir

Results 40 comments of Ben Langmuir

Didn't reproduce for me in a debug build of ToT swift. Trying the packaged version.

Doesn't reproduce for me with the packaged version either. My sqlite claims to be the same version as yours too (although I had to modify the path because I don't...

Or one of the other headers. I can reproduce using the command-line-tools. In debug, I get: ``` java Assertion failed: ((ID || !Mod) && "asked for module ID for non-local,...

Hmm seems to be related to the combination of: - module.modulemap says "/usr/include/sqlite3.h" - Build uses the option -sdk /Applications/Xcode.app/.../MacOSX10.11.sdk If I manually change the SDK path to "/" then...

@groue: the workaround is for the path to sqlite.h in the module.modulemap file to match what's being used as the SDK for your compilation. For example, if you're using -sdk...

> The timestamp is a prototype that is not actually used in the actual logic. I'm not sure I understand -- isn't the implementation using timestamp right now? Are you...