Skip to content

Strange error using archive_open/4 #5

@wouterbeek

Description

@wouterbeek

Strange error when using archive_open/4 with Mode=write:

?- [library(archive)].
?- open('a.bz2', write, Out), archive_open(Out, write, Arch, [filter(bzip2),format(empty)]).
ERROR: option `format' does not exist in [filter(bzip2),format(empty)]

It's not clear to the programmer what is wrong here: option format does seem to be part of the options list.

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