owinebar

Results 10 comments of owinebar

Looks like the author has not been active since 2021, but I submitted a pull request with this modification anyway.

@mlippautz - I've been going through the doc and source for the last few days and wonder if part of the issue is that the V8 embedding documentation is out...

I opened a [documentation issue](https://bugs.chromium.org/p/v8/issues/detail?id=12569) on Monorail for the misalignment of the docs (including code comments) with the code. The segfault was reported a while ago as [Issue 12427](https://bugs.chromium.org/p/v8/issues/detail?id=12427), but...

@mcollina The active release of node is pretty far behind V8 with respect to cppgc. The include/cppgc/README.md file in 16.13.12 is 2 years old, from when oilpan was first introduced...

On Fri, Jan 28, 2022, 3:10 AM Matteo Collina ***@***.***> wrote: > We are current not supporting other JS runtimes anymore. > > A PoC would be really useful. >...

Has there been any work on this?

> I drafted a design doc on how to integrate Oilpan into Node.js: https://docs.google.com/document/d/1ny2Qz_EsUnXGKJRGxoA-FXIE2xpLgaMAN6jD7eAkqFQ/edit Thanks for this - it's useful even for non-node embedders.

I believe the issue is that those definitions are derived from conda_build_config.yamlin the conda-forge-pinning-feedstock repo. Those still use the old definitions because this migration https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/main/recipe/migrations/r-base44_and_m2w64-ucrt.yaml is still not completed. If...

See PR https://github.com/conda-forge/emacs-feedstock/pull/96 for a working build using the build.sh and current mingw64 GCC for emacs built on Windows. The build.bat and SED script should be usable for any similar...

I've submitted a recipe for a package to provide the tools to use bash scripts under conda-build on win-64. See https://github.com/conda-forge/staged-recipes/pull/28882. The test case shows how to utilize them, just...