Giter VIP home page Giter VIP logo

Comments (4)

tmontes avatar tmontes commented on July 3, 2024

CRAZY IDEA:

  • What if scheduler.run() or scheduler.schedule(...) was iterable?
  • That would support two possibly useful things:
    • Testing: by iterating by hand and checking kernel state between iterations.
    • REPL based interaction: where some commands would move the scheduler forward.

Hmmm... Interesting.

POST NOTE: Not literally iterable (as in a Python iterable), but the just merged #75 supports manual "move forward" of the kernel inner loop.

from ppytty.

tmontes avatar tmontes commented on July 3, 2024

Progress note:

  • With the merge of #32 and #38 we probably no longer need a special test terminal.

from ppytty.

tmontes avatar tmontes commented on July 3, 2024

More ideas... Maybe:

  • run / schedule could be told to run a single iteration.
  • The built-in, hard-coded terminal could no longer exist: tasks would "allocate" / "deallocate" it at runtime.

from ppytty.

tmontes avatar tmontes commented on July 3, 2024

CLOSING NOTES:

  • Kernel is definitely testable.
  • It is mostly tested, actually.
  • Most tests are integration-like: a custom set of tasks is run, and assertions are completed once the test-driving-task(s) are completed.
  • There is, however, one test that demonstrates the capability of testing the inner kernel loop in a step by step way.
  • A few, somewhat messy helper classes deal with I/O and time during tests. These could certainly be improved and, maybe, simplified.
  • The idea of multiple terminal lives on: see #76.

from ppytty.

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.