-
```
What steps will reproduce the problem?
YAML::Load("{[0o13]:{a:0, b:1}").equals(YAML::Load("{[0xB]:{b:1, a:0}"))
What is the expected output? What do you see instead?
true. compilation error.
Wha…
-
Currently the code ```[1,2] == [1,2]``` returns `false`. I can't find anything in the documentation as to why this would be. Equality on lists should really be supported.
-
https://github.com/GSG-K3/ToDoProject-KARB/blob/6887805d281dce6b2445a28231d5fec3a448ab84/logic.js#L27
-
That should include some kind of Structural Equality checking methods to decide/find differences between similar (modified) trees.
-
```
What steps will reproduce the problem?
YAML::Load("{[0o13]:{a:0, b:1}").equals(YAML::Load("{[0xB]:{b:1, a:0}"))
What is the expected output? What do you see instead?
true. compilation error.
Wha…
-
```
What steps will reproduce the problem?
YAML::Load("{[0o13]:{a:0, b:1}").equals(YAML::Load("{[0xB]:{b:1, a:0}"))
What is the expected output? What do you see instead?
true. compilation error.
Wha…
-
```
What steps will reproduce the problem?
YAML::Load("{[0o13]:{a:0, b:1}").equals(YAML::Load("{[0xB]:{b:1, a:0}"))
What is the expected output? What do you see instead?
true. compilation error.
Wha…
-
```
What steps will reproduce the problem?
YAML::Load("{[0o13]:{a:0, b:1}").equals(YAML::Load("{[0xB]:{b:1, a:0}"))
What is the expected output? What do you see instead?
true. compilation error.
Wha…
-
```
What steps will reproduce the problem?
YAML::Load("{[0o13]:{a:0, b:1}").equals(YAML::Load("{[0xB]:{b:1, a:0}"))
What is the expected output? What do you see instead?
true. compilation error.
Wha…
-
### Describe what you want
This is useful for comparing two values where one of them may be null. The `=` operator used by `eq(` and the `not` operator from `not(` both return null when any input is …