Skip to content

Commit

Permalink
Merge pull request #435 from objectionary/fix-r-miss-duplicate
Browse files Browse the repository at this point in the history
Remove duplicate rule
  • Loading branch information
fizruk authored Jul 19, 2024
2 parents 6d0440a + 5cc4044 commit be68feb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions eo-phi-normalizer/test/eo/phi/rules/yegor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,17 +154,6 @@ rules:
input: '⟦ φ ↦ ⟦ ⟧, a ↦ ⟦ ⟧ ⟧.a'
output: []

- name: R_MISS
description: 'Invalid application'
pattern: ⟦ !t ↦ !b1, !B1 ⟧(!t ↦ !b2, !B2)
result:
when:
- not_equal: ['!t', 'ρ']
tests:
- name: ''
input: '⟦ t ↦ ⟦ a ↦ ∅ ⟧ ⟧(t ↦ ⟦ b ↦ ∅ ⟧)'
output: ['⊥']

- name: R_OVER
description: 'Invalid application (attribute already attached)'
pattern: ⟦ !t ↦ !b1, !B1 ⟧(!t ↦ !b2, !B2)
Expand Down

1 comment on commit be68feb

@0crat
Copy link

@0crat 0crat commented on be68feb Jul 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fizruk It is not a good idea to push directly to the default branch master. You've earned -20 points for this: -20 as a basis. Next time, create a new branch, push your changes over there, then make a pull request and merge it. Even if you are flying solo, contributing via pull requests is a good practice. Your running balance is +5.

Please sign in to comment.