Ty Overby
Ty Overby
The only usage of jsoo_static_env (outside of our vendored copy jsoo) is located here: https://github.com/janestreet/timezone/blob/master/src/runtime.js
I haven't tried in a very long time; @pmwhite did some experimentation a big ago though, did you use the toplevel, or did you find a way to get it...
I think that the folks working on [mdx](https://github.com/realworldocaml/mdx) have some support for building and running examples in MLI doc-comments. If we could get that working, then maintaining them would be...
what commands accept the `--diff-command` flag?
Ah sorry, I haven't been able to test it out yet. I'm concerned about what would happen if dune is run using "watch" mode though. My goal is to build...
> What kind of expect tests are you using specifically? I'm not sure entirely what you mean by this; I use https://github.com/janestreet/ppx_expect and some other not-publicly-available tooling that also plops...
I've had a few thoughts on this, and I think what I'm going to do is a combination of runtime and compile-time checks. Let me know what you think ###...
Also, despite what it looks like, I'm actually working on Flame pretty seriously right now, it's just that all my effort has gone into making a new visualizer, haha So...
You can read from multiple threads without atomics. I think you need UnsafeCell, but proving the safety of UnsafeCell is pretty simple.
@parasyte I have a branch implementing this here: https://github.com/TyOverby/flame/pull/36/files Unfortunately rust-lang-nursery/rust-semverver doesn't compile on Windows so I can't validate API compatibility. Would it be possible for you to run semver...