Schrottkatze schrottkatze
schrottkatze commented on pull request katzen-cafe/iowo#2 2024-01-18 18:38:54 +00:00
docs: some initial groundwork

Uhhh... don't think anything?

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

A few questions to be answered:

If there's no config file, should we fall back to defaults? What if we have one, but reading it fails?

Also, what about invalid values? Or if it's empty?

schrottkatze commented on pull request katzen-cafe/iowo#3 2024-01-12 19:58:07 +00:00
design: type system design

I apparently can't switch the source :/

schrottkatze commented on pull request katzen-cafe/iowo#2 2024-01-12 19:56:38 +00:00
docs: some initial groundwork

I'd suggest doing AST things once we actually have an actual language ^^'

schrottkatze commented on pull request katzen-cafe/iowo#7 2024-01-12 19:39:34 +00:00
start working on a cli app

i'd prefer to try at least to some degree reduce dependencies, but i'll work on something like that then

schrottkatze commented on pull request katzen-cafe/iowo#7 2024-01-12 19:37:23 +00:00
start working on a cli app

the day might very well be timezone dependent, depending on where you live though?

schrottkatze commented on pull request katzen-cafe/iowo#7 2024-01-12 19:36:26 +00:00
start working on a cli app

put that on the non-existing todo list for when we have a proper error handling and reporting system

schrottkatze commented on pull request katzen-cafe/iowo#7 2024-01-12 19:35:48 +00:00
start working on a cli app

ye, that's a hack bc i was too lazy to implement a proper error type ^^'

schrottkatze commented on pull request katzen-cafe/iowo#7 2024-01-12 19:35:09 +00:00
start working on a cli app

i wanted the version synced workspace wide, but ye, thinking about it the only place where they actually should get used is app

schrottkatze commented on pull request katzen-cafe/iowo#7 2024-01-12 19:34:03 +00:00
start working on a cli app

that was automatically modified to be like that by cargo

schrottkatze created pull request katzen-cafe/iowo#7 2024-01-11 15:58:55 +00:00
WIP: start working on a cli app
schrottkatze pushed to main at schrottkatze/nix-configs 2024-01-11 15:42:38 +00:00
4b44c2b6b7 switch to different subkey or sth idk how this works
schrottkatze pushed to main at schrottkatze/nix-configs 2024-01-11 15:38:49 +00:00
fb8515226b set up commit signing
5ed458533c install plover
2b97571954 flake.lock: Update
Compare 3 commits »
schrottkatze commented on pull request katzen-cafe/iowo#3 2024-01-11 15:13:25 +00:00
design: type system design

Can I change which branch I'm merging from? bc I fucked up and worked on main, resolved that locally now but this pr still tries to merge main

schrottkatze commented on pull request katzen-cafe/iowo#3 2024-01-11 15:11:18 +00:00
design: type system design

I meant in-language constructs, but that's probably something to put on the far future todo list...

I'm concerned about lacking support for OCIO, but realistically,…

schrottkatze commented on pull request katzen-cafe/iowo#2 2024-01-11 15:05:10 +00:00
docs: some initial groundwork

This probably isn't the technically correct term, but I'd say the scheduler or whatever also decides which executor does what, so they may be mixed.

Also, Idk if the graph is the AST already,…

schrottkatze commented on pull request katzen-cafe/iowo#2 2024-01-11 14:59:11 +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, as…

schrottkatze pushed to main at katzen-cafe/iowo 2024-01-11 14:55:58 +00:00
70256a7bfc Merge pull request 'write initial type signature notation proposal' (#5) from schrottkatze/iowo:type-notation into main
b91e697449 add example for multiple generics
e1dc5ce132 doc: change code from inline to blocks
22a655fd24 write initial type signature notation proposal
Compare 4 commits »
schrottkatze merged pull request katzen-cafe/iowo#5 2024-01-11 14:55:57 +00:00
write initial type signature notation proposal
schrottkatze commented on pull request katzen-cafe/iowo#2 2024-01-11 10:01:09 +00:00
docs: some initial groundwork

Operators, to me at least, have the implication of being one or two characters long and usually special chars. How about "instruction" instead?

Instructions I'd prefer stay reserved for the…