Skip to content

Schema .partial and .partialWith prevents .make #4222

@dmeehan1968

Description

@dmeehan1968

What version of Effect is running?

3.12.1

What steps can reproduce the bug?

import { Schema } from "effect"

const foo = Schema.Struct({
  bar: Schema.String,
}).pipe(Schema.partial)

const afoo = foo.make({ bar: 'hey' })

What is the expected behavior?

I would still expect to be able to make a partial schema

What do you see instead?

make has been removed from the schemas operations.

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions