Jonathan Grynspan

Results 522 comments of Jonathan Grynspan

As far as I know, the FreeBSD code should all work verbatim except for `CommandLine.executablePath`.

`zip` and/or `tar` support needs checking too.

```c #define RTLD_DEFAULT ((void *) -2) /* Use default search algorithm. */ ```

Tracked internally as rdar://142344821.

This was incorrectly closed.

@3405691582 FYI.

> Should we consider gating this behind an experimental feature flag? Swift Testing will need to make use of this to support Embedded Swift, and requiring an experimental flag will...

Are there any other object formats that _LLVM_ supports? Should we add cases for them even if Swift itself hasn't added toolchain support? **Edit:** The following are all the cases...

Well, the latter case gets hard for multi-line comments. What's the content of: ```swift /** * Hello, folks! * I am a banana! */ ``` I think just returning the...

Well, I expect these properties to be on `TriviaPiece`, not `Trivia`, so each piece has its own comment value. I'm explicitly asking for a convenience on `TriviaPiece` here because it...