Skip to content

Add baseline reference to a changeset file? #528

@LinqLover

Description

@LinqLover

Hi,

not sure whether this is the right place for such a question/feature request, but in my BaselineOfMyWonderfulProject, I'd like to specify the requirement of a package to a changeset file that is available via an HTTP(S) server. Does Metacello support this? Is there any list of the supported repository formats?

Pseudocode would be something like this:

baseline: spec
	<baseline>
	spec for: #common do: [
		spec
			package: 'ShoutAttribute' with: [
				spec repository: 'https://gist.githubusercontent.com/LinqLover/f2a0a189a00aa1484b481c805629e517/raw/e7850041758e02a536a0e32b54bf0b99785bebc3/ShoutAttribute.cs'].
		spec
			package: 'MyWonderfulPackage' with: [
				spec requires: #('ShoutAttribute')]].

Or is this generally impossible because changesets do not provide any necessary metadata?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions