06393993

Results 38 comments of 06393993

> Please make a dummy push (make an innocuous change) to see if it will trigger Travis-CI. Thanks! Updated with an empty commit. Let's see if the Travis-CI will be...

The CI failure doesn't seem to be related to this PR. 2 emscripten targets fail because of `sys/timex.h` not found in `/src/lib/basisu/encoder/basisu_enc.cpp`. ``` /src/lib/basisu/encoder/basisu_enc.cpp:245:10: fatal error: 'sys/timex.h' file not found...

Sorry for accidentally close this PR. It's my first time to use github PR, and I seem to be using a wrong way to rebase my remote branch. Opened https://github.com/KhronosGroup/KTX-Software/pull/635...

With `--with-derive-custom` in CLI(backed by `add_derives`), it's easy to add derive from `zerocopy`. However, it doesn't work well bitfields for 2 reasons: * The generated bitfield generic struct is `repr(C)`,...

Hi @romeovs , can you please take a look at this PR? Thanks a lot!

Re https://github.com/romeovs/lcov-reporter-action/pull/68#issuecomment-2284453232, I had a simple fix to change `dist/main.js` to `dist/main.cjs`. But it seems that https://github.com/romeovs/lcov-reporter-action/commit/423a24f58067e0c0500f35c7eba92d8f38a1630a breaks the script completely, so I need to adjust more code to fix...

> I've tried using the [latest commit from your fork](https://github.com/06393993/lcov-reporter-action/tree/c2dc6744871841e7cc2fa528f983253ecee694ab) but it [errors out with](https://github.com/daxpedda/wasm-worker/actions/runs/10355394838/job/28663047100): > > ``` > file:///home/runner/work/_actions/06393993/lcov-reporter-action/c2dc6744871841e7cc2fa528f983253ecee694ab/dist/main.js:3 > var require$$0$1 = require('node:fs'); > ^ > > ReferenceError:...

> Still not working. Is this working for anyone with the latest (v0.4.0) released version? We never rebuild the project and update `dist/main.js` after #64 is merged. The up-to-date #68...

There seems to be still something wrong with the path setting per the CI result as of now. I will try to reproduce the issue locally and fix.

Actually the CI "Test with latest nextest release" step fails because the CI upgrades to the latest rustup, and when using the latest nextest release, it suffers from the exact...