multisn8 multisamplednight
  • wherever cute entities are
  • i need E

  • Joined on 2024-01-01
multisamplednight commented on pull request katzen-cafe/iowo#6 2024-01-21 20:26:35 +00:00
feat: Graph IR

Ok seriously we probably need to have a meeting and talk about the terminology

Anytime.

this is really becoming a headache and a mess

Assumed somewhere behind this statement is a…

multisamplednight commented on pull request katzen-cafe/iowo#6 2024-01-21 20:24:51 +00:00
feat: Graph IR

I plan to get rid of this as soon as we have a meaningful sourceir pipeline, actually.

multisamplednight commented on pull request katzen-cafe/iowo#6 2024-01-21 20:23:22 +00:00
feat: Graph IR

That's why it is in a doc comment.

multisamplednight commented on pull request katzen-cafe/iowo#6 2024-01-21 20:22:28 +00:00
feat: Graph IR

Could you possibly give an example where a default value on an instruction would be desirable?

multisamplednight commented on pull request katzen-cafe/iowo#6 2024-01-21 20:21:38 +00:00
feat: Graph IR

It is referred to by crates/eval/src/kind/debug/mod.rs:22.

multisamplednight commented on pull request katzen-cafe/iowo#6 2024-01-21 20:20:51 +00:00
feat: Graph IR

I'm going to rework this to be much more statically typed, but for now this should be fine.

Sure, however you plan on implementing that.

Probably also the values/data should be able to…

multisamplednight commented on pull request katzen-cafe/iowo#6 2024-01-21 20:19:05 +00:00
feat: Graph IR

There will necessarily be more variants added to Variant later on, so the lint is suppressed since it'll be necessary then. The comment refers to this circumstance, not to the output methods…

multisamplednight commented on pull request katzen-cafe/iowo#6 2024-01-21 20:16:52 +00:00
feat: Graph IR

No. It is referring to the Evaluator trait at crates/eval/src/lib.rs:9 and to the comment on line 12f.

multisamplednight opened issue katzen-cafe/iowo#8 2024-01-21 18:26:44 +00:00
ir+eval: Rework of instruction architecture
multisamplednight commented on pull request katzen-cafe/iowo#6 2024-01-21 03:27:25 +00:00
feat: Graph IR

Done. The eval impl is hacky, but it works for a quick demo of how to use the graph IR.

multisamplednight commented on pull request katzen-cafe/iowo#3 2024-01-20 19:19:08 +00:00
design: type system design

(pong)

multisamplednight merged pull request katzen-cafe/iowo#2 2024-01-20 19:00:52 +00:00
docs: some initial groundwork
multisamplednight pushed to main at katzen-cafe/iowo 2024-01-20 19:00:52 +00:00
92aa3b4a3a repo(contributing): simplify wording by removing implied info
24ffe91b66 repo(contributing): apply review
666b4f9cb6 repo(contributing): clarify that tool list is just a suggestion
53cc3f26dd docs: bring back punctuation at end of points
ec3d1310bf docs: apply most review
Compare 26 commits »
multisamplednight commented on pull request katzen-cafe/iowo#7 2024-01-20 18:56:15 +00:00
start working on a cli app

Chances are you'll want to git remote update; git rebase main after #2 is merged

multisamplednight commented on pull request katzen-cafe/iowo#7 2024-01-20 17:28:44 +00:00
start working on a cli app

Thank you!! Feel free to merge if you're finished with this.

multisamplednight commented on pull request katzen-cafe/iowo#6 2024-01-20 16:45:33 +00:00
feat: Graph IR

The "node" is the instruction, and my idea was that a socketidx might contain a reference to the instruction it belongs to so it's easy to reference to it and hard to fuck up

That is already…

multisamplednight commented on pull request katzen-cafe/iowo#2 2024-01-20 12:42:11 +00:00
docs: some initial groundwork

In 666b4f9cb6 I re-ordered the wording a bit, in order to make clear that this is only a suggestion. Is that fine?

multisamplednight commented on pull request katzen-cafe/iowo#6 2024-01-20 12:33:24 +00:00
feat: Graph IR

AGPL is lovely!

Is that explicit agreement that you're okay with both the CC BY-SA 4.0 and the AGPL?

Maybe also add a pointer to the node each time? Or do you think that'd have a…