- Lost in the World Wide Web (help)
- https://schrottkatze.de
- Joined on
2023-05-03
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?
I'd suggest doing AST things once we actually have an actual language ^^'
i'd prefer to try at least to some degree reduce dependencies, but i'll work on something like that then
the day might very well be timezone dependent, depending on where you live though?
put that on the non-existing todo list for when we have a proper error handling and reporting system
i wanted the version synced workspace wide, but ye, thinking about it the only place where they actually should get used is app
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
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,…
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,…
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…
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…