Skip to content

Support multiple version of a given library #4065

Closed
@lmihalkovic

Description

@lmihalkovic

The thought here is for LIB MANAGER to allow several version of a given library and let users choose when they want to move their code up/down.

At the moment libraries are stored in something like this

libraries
   libABC
       file1
       file2
   libDEF
       file1
       file2

Supporting something like the following would allow different versions to coexist together without forcing all user sketches to share a single version

libraries
   libABC
       1.0.1
           file1
           file2
       1.0.8
           file1
           file2
   libDEF
       2.0.0
           file1
           file2

#4064 has more info

Metadata

Metadata

Assignees

No one assigned

    Labels

    Component: IDEThe Arduino IDEType: WontfixArduino has decided that it will not resolve the reported issue or implement the requested feature

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions