Results 165 issues of Max Desiatov

Currently, carton always starts looking for `swift` binary in the `~/.swiftenv` directory inferring the full path based on the content in `.swift-version`. This breaks when the version specified in `.swift-version`...

bug

`carton sdk install` now can take either a version spec or a direct archive URL. There's another use case for archives downloaded from CI to the local filesystem. `carton sdk...

enhancement

The error produced is: ``` Fetching release assets from https://api.github.com/repos/swiftwasm/swift/releases/tags/swift-wasm-DEVELOPMENT-SNAPSHOT-2020-07-03-a Fatal error: 'try!' expression unexpectedly raised an error: Swift.DecodingError.keyNotFound(CodingKeys(stringValue: "assets", intValue: nil), Swift.DecodingError.Context(codingPath: [], debugDescription: "No value associated with key...

bug

This should simplify deployment to common environments such as GitHub Pages, Netlify, S3/CloudFront, Cloudflare etc. Given that there's still a possibility for `carton` to become a tool supporting cross-compilation of...

enhancement

After a quick look at `action.yml` I'm not sure if it's possible to use the action just for documentation coverage checks? It would be great to use the action to...

enhancement
design

XMLCoder should have publicly visible docs for its API. First option to consider for auto-generated docs is [Jazzy](https://github.com/realm/jazzy). Generated docs could be published with GitHub Pages.

enhancement

Currently there's no data on how parsing speed changes for big files. This is somewhat blocked by #20. When that one's implemented I'd like CoreXLSX to write out and parse...

enhancement

Apparently the JIT API has changed completely, I haven't fixed it here yet. Also, a few tests are broken for some IR attributes.

Rust folks have a similar issue, where `long long` shouldn't be mapped to `Int64`, which is bridged to `BigInt` on JS side. https://github.com/rustwasm/wasm-bindgen/issues/800 Checked a few other places where `long...

enhancement