aya-dev
aya-dev copied to clipboard
Recover "tyck options"
E.g. "type in type"
@ice1000 Maybe I could take this? But I don't know what this issue means currently.
@tonfeiz This is very easy: allow the tycking to be parameterized by some options. For example, there can be an option to disable the level solver and level errors.
That's OK. Is there a list of options? I'm not sure which ones should be added :rofl:
@tonfeiz Just the one I mentioned, it's called type-in-type
@tonfeiz But just for now. Maybe add more.
:ok:
I don't plan to include it in the most recent release
Also I want to avoid documenting this behavior anywhere. This is going to be used for testing and experimentation purposes only.
Some questions:
- Do you mean to disable the whole sort system, or just the level solve process?
- If level error is disabled, what error should be returned if the corresponding feature(sort system/sort metavariable) is used in the code?
Do you mean to disable the whole sort system, or just the level solve process?
Sort system
what error should be returned if the corresponding feature(sort system/sort metavariable) is used in the code?
Whatever
Got it!
Didn't implement it correctly. Will try other issues first.