10 Commits

Author SHA1 Message Date
Kale Blankenship
e8c754d830 Avoid parsing version properties as numbers
Parsing versions such as "1.10" results in a "1.1" float, incorrectly
changing the value.

Fixes #1980
2020-05-17 15:20:06 -04:00
RabsRincon
5dcd18f0f5 Avoid 0X.. property values to be parsed as ints
It might break 3rd party configs in some obscure way, but after looking
at how it might happen, I can't see obvious reasons not to implement it
2018-05-28 00:59:43 +02:00
RabsRincon
2ff9775e1f Improve tests structures a tiny bit 2018-04-13 14:53:01 +02:00
RabsRincon
7145ba972f Improve small details 2018-04-12 15:30:15 +02:00
RabsRincon
483fb3e4ba Separate compiler search from app.js
In a different branch to ensure it works before merging with master
2018-04-12 15:20:43 +02:00
RabsRincon
8ccd00fc5d Rename variable to be more verbose 2018-03-12 19:34:14 +01:00
RabsRincon
f9928ebc75 Improve CSP & add some corner case tests 2018-03-12 19:32:17 +01:00
RabsRincon
ef95efc4ce Further improve pre-commit hook 2017-12-11 09:20:12 +01:00
RabsRincon
0e55afb8dd Add mising properties case.
Some readbility fixes along the way too
2017-12-11 01:15:54 +01:00
RabsRincon
25a39c3293 Add properties tests
Will come back to add more eventually. This is a base implementation
2017-12-11 00:42:50 +01:00