francis
Explore posts from serversAarktype
•Created by francis on 3/1/2025 in #questions
New v2.1 arktype matcher: is there a way to match on string literal values?
exactly 🙂
57 replies
Aarktype
•Created by francis on 3/1/2025 in #questions
New v2.1 arktype matcher: is there a way to match on string literal values?
ah gotcha. or for e.g. number, once you use subtypes such as
number > 0
, you are opting out of the compile time check, but for simple cases with simple types and no subtypes it could work57 replies
Aarktype
•Created by francis on 3/1/2025 in #questions
New v2.1 arktype matcher: is there a way to match on string literal values?
I dunno if that is a confusing DX though
57 replies
Aarktype
•Created by francis on 3/1/2025 in #questions
New v2.1 arktype matcher: is there a way to match on string literal values?
I'm suggesting an explicitly not sound compile-time check, such that it compiling may not mean it is exhaustive at runtime, but it being not exhaustive at compile time definitely means it is obviously wrong
57 replies
Aarktype
•Created by francis on 3/1/2025 in #questions
New v2.1 arktype matcher: is there a way to match on string literal values?
if it would be possible to add simple compile-time checks for exhaustiveness backed up by a runtime check, that would be amazing. (the compile time checks wouldn't be complete, but if they catch the obvious stuff, that would be helpful for development rather than needing you to run the code to see you have an obvious match case missing, e.g. for the simple discriminated union case)
57 replies
Aarktype
•Created by francis on 3/1/2025 in #questions
New v2.1 arktype matcher: is there a way to match on string literal values?
thank you!
57 replies
Aarktype
•Created by francis on 3/1/2025 in #questions
New v2.1 arktype matcher: is there a way to match on string literal values?
yeah, it unfortunately gets complicated with type expressions like that ... I am mostly only using it for matching on a discriminated union type, where exhaustiveness checking is easy
57 replies
Aarktype
•Created by francis on 3/1/2025 in #questions
New v2.1 arktype matcher: is there a way to match on string literal values?
e.g.
57 replies
Aarktype
•Created by francis on 3/1/2025 in #questions
New v2.1 arktype matcher: is there a way to match on string literal values?
another matching question: is there something similar to Effect's
Match.withReturnType<T>()
that allows me to constrain in an arktype Match the allowable return values for pattern expressions?57 replies
Aarktype
•Created by francis on 3/1/2025 in #questions
New v2.1 arktype matcher: is there a way to match on string literal values?
Effect's match has that "block of string literals" utility, btw, not sure if you have seen:
57 replies
Aarktype
•Created by francis on 3/1/2025 in #questions
New v2.1 arktype matcher: is there a way to match on string literal values?
follow-up unrelated question: is there something similar to effect's
Match.exhaustive
that I can use to assert that the matcher is exhaustive?57 replies
Aarktype
•Created by francis on 3/1/2025 in #questions
New v2.1 arktype matcher: is there a way to match on string literal values?
haha, I just realized that myself. It's been a while since I wrote arktypes, have been extremely deep in the Effect ecosystem for a while because that's what we use for all of our services and dependency management
57 replies
Aarktype
•Created by francis on 3/1/2025 in #questions
New v2.1 arktype matcher: is there a way to match on string literal values?
yep!@
57 replies
Aarktype
•Created by francis on 3/1/2025 in #questions
New v2.1 arktype matcher: is there a way to match on string literal values?
figured it out
57 replies
DTDrizzle Team
•Created by francis on 2/12/2025 in #help
Is there a valid use case for being able to specify a relation name that points to a "wrong" table?
(bump)
2 replies
DTDrizzle Team
•Created by Frost7994 on 2/11/2025 in #help
Disambiguating relations
you really need to think about this from sql first, rather than from drizzle
45 replies
DTDrizzle Team
•Created by Frost7994 on 2/11/2025 in #help
Disambiguating relations
but if I am a teacher of classes A and B and a student in class C, that is totally fine by this schema
45 replies
DTDrizzle Team
•Created by Frost7994 on 2/11/2025 in #help
Disambiguating relations
it just stops the user from being a student and a teacher in the same class
45 replies
DTDrizzle Team
•Created by Frost7994 on 2/11/2025 in #help
Disambiguating relations
that's the part I was highlighting, I don't think it does that, no?
45 replies
DTDrizzle Team
•Created by Frost7994 on 2/11/2025 in #help
Disambiguating relations
It should disallow a user from somehow being both a student [and] a teacherhow so?
45 replies