Brittany removes pattern imports. #204

Closed
opened 2018-12-12 03:37:25 +01:00 by runarorama · 2 comments
runarorama commented 2018-12-12 03:37:25 +01:00 (Migrated from github.com)

Input:

import Foo.Bar (pattern Baz)

Output:

import Foo.Bar (Baz)

Which has totally different semantics.

Input: ``` import Foo.Bar (pattern Baz) ``` Output: ``` import Foo.Bar (Baz) ``` Which has totally different semantics.
matt-noonan commented 2019-02-05 04:23:49 +01:00 (Migrated from github.com)

This seems to have been resolved already in ab389fe

This seems to have been resolved already in ab389fe
tfausak commented 2019-06-18 04:02:53 +02:00 (Migrated from github.com)

Yup, this issue seems similar to #158, which was fixed by ab389fe66f.

Yup, this issue seems similar to #158, which was fixed by ab389fe66fa34a7bef649cd996e5d81103ae4324.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hexagoxel/brittany#204
There is no content yet.