Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

AST: Implement PartialEq for Variable #103

Merged
merged 1 commit into from
May 20, 2017

Conversation

Hywan
Copy link
Member

@Hywan Hywan commented May 20, 2017

A default implementation of PartialEq was declared for Variable. However, it does not reflect our needs when comparing variable.

Definition: Two variables are said equals if their respective names are equals.

The new PartialEq implementation expresses this definition.

A default implementation of `PartialEq` was declared for
`Variable`. However, it does not reflect our needs when comparing
variable.

Definition: Two variables are said equals if their respective names are
equals.

The new `PartialEq` implementation expresses this definition.
@coveralls
Copy link

coveralls commented May 20, 2017

Coverage Status

Coverage decreased (-0.03%) to 93.502% when pulling 1bb9df5 on Hywan:variable_partialeq into ff0ca1f on tagua-vm:master.

@Hywan Hywan merged commit 1bb9df5 into tagua-vm:master May 20, 2017
@Hywan Hywan removed the in progress label May 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants