Giter Club home page Giter Club logo

Comments (3)

Acaccia avatar Acaccia commented on June 16, 2024 1

I added a Strategy for generating buff in my PR #131.

For the hack, from what I understand, it's not great, but not terrible either.
Apparently, the issue is that the store is not reset between tests. And since we write in the memory for those types, it means that there are remaining artifacts from the former tests in the current one.
That is not necessary an issue if we keep using the memory with our current model: predetermined offset for computed values and stacks-pointer for computation space. However, it is not great for repeatability. Maybe one day, we'll have randomly a configuration that makes a test fail, but we won't be able to replicate it because it came from a series of random events.

However, I believe this is a fact we should just accept for our tests, or the time needed to execute them will drastically increase if we have to create a new store hundredth of times per per tests.

from clarity-wasm.

smcclellan avatar smcclellan commented on June 16, 2024

@Acaccia Is this still needed?

from clarity-wasm.

Acaccia avatar Acaccia commented on June 16, 2024

@smcclellan Nope, it’s done.

from clarity-wasm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.