Skip to content

ConfigurationCommandLineHandler not existent anymore (in P12/P13) #754

@astares

Description

@astares
  • use Pharo 13
  • load the project from "Pharo13" branch
Metacello new
	baseline: 'Microdown';
	repository: 'github://pillar-markup/Microdown:Pharo13/src';
	onConflict: [ :ex | ex useIncoming ];
	onUpgrade: [ :ex | ex useIncoming ];
	load.

This gives you the code that is loaded in Pharo 13

  • run the test MicParsesAndRendersAllCommentsTest which fails as "ConfigurationCommandLineHandler" is not existing anymore

Screenshot from 2024-05-28 14 36 17

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