gobuffalo / plush

The powerful template system that Go needs
MIT License
901 stars 56 forks source link

return true if the names variable is set #131

Closed Mido-sys closed 3 years ago

Mido-sys commented 3 years ago
  1. Fixes the issue in pull #123. I removed the check-in compiler. The parser will still return an error if the user tries to send if (x = y).

  2. Added tests that specifically check if the variable is set or not. It was

paganotoni commented 3 years ago

Thanks @Mido-sys. There seems to be a small conflict. LMK when fixed.

Mido-sys commented 3 years ago

@paganotoni, I fixed the merge conflict. I referenced issue#105 by mistake. I still haven't had my morning coffee. My apologies :)

paganotoni commented 3 years ago

No need to apologize, thanks for all that you're doing @Mido-sys.