Results 20 issues of RS

I searched for an evaluation of https://github.com/dtolnay/cxx, but didn't find one. I've had really good luck with it, and it might work well in this project alongside a C header.

I started working on getting this project to compile with Bazel and BuildBuddy. This effort will result in reproducible builds and cached build results (meaning that something already done on...

I was alerted to https://github.com/mustache/spec/pull/125, which covers most of the non-standard features shared by Mustache.java and hogan.js. It's been ~8 years since I seriously worked on this project, but this...

This makes it more difficult for RCEs in other libraries to overwrite the prototype chain to manipulate Hogan, but also prevents authors from manipulating the prototype chain on purpose. I...

It looks like it prevents loading curve files, but does it prevent negotiating ECDHE cipher suites?

question

It mostly works. I had to make these small modifications for SWIG 4.0.1. There is a recent 4.0.2 that I haven't tried. ``` #ifndef SWIG template template Box Box::in_place(Fields &&......

integration

In my build, the linker was looking for symbols like `_twitter_text$cxxbridge1$0$autolink_all` but the Rust static library contained symbols like `_twitter_text$cxxbridge1$189$autolink_all`. This happened because: 1. The `cxxbridge-cmd` tool generates C++ bridge...

This is just a start. I am not sure how the lockfiles in examples/using_cxx were generated. This does work for me, but I don't have all the lockfiles that the...

1. `tools/common/process.cc`** - Keep full path in argv[0] ```cpp // Keep full path so Swift driver can find swift-frontend relative to argv[0] c_args.push_back(args[0].c_str()); ``` **2. `swift/toolchains/swift_toolchain.bzl`** - Enable sandboxed builds...

Just a first effort here, I'm sure the tools team can improve it. In particular, the return value from "Build derived content" is a little hacky, but I wasn't sure...