Austin Shalit
|
4ebae17123
|
Enforce leading/trailing zeros in Java numeric constants (#2105)
Enforce that integer literals must not have leading zeros and that floating point literals must have leading or trailing zeros in Java.
|
2019-11-20 20:13:15 -08:00 |
|
Thad House
|
6858a57f72
|
Make notifier command tests a lot more lenient (#2056)
They don't need to be testing timing, just that the command starts and stops.
|
2019-11-07 17:26:29 -08:00 |
|
Thad House
|
509819d83f
|
Split the two command implementations into separate libraries (#2012)
This will allow us at the user code side to determine to include old commands, new commands or both.
|
2019-11-01 21:58:54 -07:00 |
|