Bug 1365529 Comment 10 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I was able to fix the problem and the tests pass (Turns out I only had a missing `!` in one of my conditions). The only thing that is still missing is:
> accumulate in a keyed scalar with the key being the name of the offending scalar

Right now I just error when the user tries to use a key that is not allowed.

I wonder if this still a necessary thing, since this is an old bug. If it is, would you mind explaining that a little bit further? I don't think I understand it fully.
I was able to fix the problem and the tests pass (Turns out I only had a missing `!` in one of my conditions). The only thing that is still missing is:
> accumulate in a keyed scalar with the key being the name of the offending scalar

Right now I just error when the user tries to use a key that is not allowed.

I wonder if this still a necessary thing, since this is an old bug. Let me know :)

Back to Bug 1365529 Comment 10