Skip to content

url->path raises a build-path error #5488

@rfindler

Description

@rfindler

This program:

#lang racket
(require net/url)
(url->path (make-url #f #f #f #f #f '() '() #f))

raises an error because build-path is called with zero arguments. Probably it should not do that, although I'm not sure what the correct behavior should be.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions