multisn8 multisamplednight
  • wherever cute entities are
  • i need E

  • Joined on 2024-01-01
multisamplednight commented on pull request katzen-cafe/iowo#2 2024-01-18 18:41:16 +00:00
docs: some initial groundwork

Then I'd appreciate a review!

multisamplednight commented on issue katzen-cafe/iowo#4 2024-01-18 18:24:08 +00:00
Keyword inputs and outputs

However, I'd treat outputs as lists so one could also split an array like this:

[ 1 2 ] 
  
multisamplednight commented on issue katzen-cafe/iowo#4 2024-01-18 18:21:32 +00:00
Keyword inputs and outputs

The splitting and combination syntax is kinda a headache in general, and i think we should on a type level only allow single inputs and outputs in an operator/command/modifier (though, of course…

multisamplednight commented on pull request katzen-cafe/iowo#2 2024-01-18 18:03:00 +00:00
docs: some initial groundwork

What is missing before we could merge this? Basically every PR currently made depends on this.

multisamplednight commented on pull request katzen-cafe/iowo#7 2024-01-18 18:01:49 +00:00
start working on a cli app
multisamplednight commented on pull request katzen-cafe/iowo#7 2024-01-18 18:01:49 +00:00
start working on a cli app

Since the default is false which is also returned by `bool::default, the extra function is not necessary:

multisamplednight commented on pull request katzen-cafe/iowo#7 2024-01-18 17:48:08 +00:00
start working on a cli app

If there's no config file, should we fall back to defaults?

Yes, imo. Allows trying out iowo quickly without actually leaving permanent traces.

What if we have one, but reading it…

multisamplednight commented on pull request katzen-cafe/iowo#7 2024-01-12 21:04:52 +00:00
start working on a cli app

Nevermind, I misinterpreted now_utc. I thought it'd return the current system time and assume it to be UTC, but it doesn't:

>> :dep time = { features = ["local-offset"] }
   Compiling…
multisamplednight commented on pull request katzen-cafe/iowo#7 2024-01-12 20:54:55 +00:00
start working on a cli app

You don't need to use figment. Custom merge logic works fine, too.

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

In the current stage of the project, there isn't. But functions are something that, IMO should be definable by users (in the language), so maybe instructions may just be a subset of functions,…

multisamplednight commented on pull request katzen-cafe/iowo#2 2024-01-12 15:10:55 +00:00
docs: some initial groundwork

I found no fitting AST repr for the source code we're heading for atm. Though you're invited to share your thoughts on how one might look like.

multisamplednight commented on pull request katzen-cafe/iowo#3 2024-01-12 15:09:37 +00:00
design: type system design

Yeah, after pushing the branch to your fork, you can use the Edit button at the top of this page to make the PR source and target configurable.

multisamplednight commented on pull request katzen-cafe/iowo#7 2024-01-12 15:08:12 +00:00
start working on a cli app

For later, not now: Should use proper error handling.

multisamplednight commented on pull request katzen-cafe/iowo#7 2024-01-12 15:08:12 +00:00
start working on a cli app

Can always use now_utc, since no calculations are performed based on the timezone.

multisamplednight commented on pull request katzen-cafe/iowo#7 2024-01-12 15:08:12 +00:00
start working on a cli app

Is there a reason ron and serde_json are included workspace-wide?

multisamplednight commented on pull request katzen-cafe/iowo#7 2024-01-12 15:08:12 +00:00
start working on a cli app

Probably unintentional formatting.

multisamplednight commented on pull request katzen-cafe/iowo#7 2024-01-12 15:08:12 +00:00
start working on a cli app

Might want to streamline those two, in order to avoid accidentally checking only one of them in future.

multisamplednight commented on pull request katzen-cafe/iowo#7 2024-01-12 15:08:12 +00:00
start working on a cli app

Maybe report_serde_err could take a custom error, which the errors from ron and serde_json are converted into.

multisamplednight created pull request katzen-cafe/iowo#6 2024-01-11 10:56:14 +00:00
WIP: Graph IR