Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Actually test BigDecimal parsing. | Xuân Baldauf | 2017-03-19 | 1 | -0/+5 | |
| | | ||||||
* | | Raise exception | Florian Frank | 2017-04-18 | 1 | -0/+2 | |
|/ | | | | for incomplete unicode surrogates/character escape sequences | |||||
* | Merge decimal_class patch by Michael Jaschob | Florian Frank | 2016-09-23 | 1 | -2/+0 | |
| | | | | | | Also: - Avoid some issues with bundler - Avoid some issues with jruby | |||||
* | Get rid of use of Bignum, obsolete name | Nobuyoshi Nakada | 2016-09-09 | 1 | -2/+3 | |
| | ||||||
* | Merge branch 'master' of github.com:flori/json | Florian Frank | 2016-07-26 | 1 | -3/+3 | |
|\ | ||||||
| * | Fix inconsistency usage for assertion methods | SHIBATA Hiroshi | 2016-07-14 | 1 | -3/+3 | |
| | | ||||||
* | | Fix issue #296 when parsing frozen strings | Florian Frank | 2016-07-26 | 1 | -0/+7 | |
| | | ||||||
* | | Test parsing some simple singular values | Florian Frank | 2016-07-07 | 1 | -1/+12 | |
|/ | ||||||
* | And stay there | Florian Frank | 2016-06-22 | 1 | -1/+0 | |
| | ||||||
* | Add frozen_string_literal: false | Nobuyoshi Nakada | 2016-06-21 | 8 | -0/+8 | |
| | | | | When you change this to true, you may need to add more tests. | |||||
* | Exception encoding | Nobuyoshi Nakada | 2016-06-21 | 1 | -0/+10 | |
| | | | | Raise with messages in UTF-8 encoding. | |||||
* | Use assert_raise consistently | Nobuyoshi Nakada | 2016-06-21 | 5 | -47/+47 | |
| | ||||||
* | Allow usage of simplecov with START_SIMPLECOV=1 | Florian Frank | 2016-06-07 | 1 | -0/+4 | |
| | ||||||
* | Treat ASCII_8BIT as UTF-8 by default | Florian Frank | 2016-06-03 | 1 | -3/+5 | |
| | ||||||
* | Only support newer Rubies e. g. Encoding | Florian Frank | 2016-06-03 | 3 | -13/+1 | |
| | ||||||
* | Test common interface | Florian Frank | 2016-06-03 | 1 | -1/+23 | |
| | ||||||
* | Use better name for this feature | Florian Frank | 2016-06-02 | 1 | -3/+3 | |
| | ||||||
* | Remove quirks mode | Florian Frank | 2016-06-02 | 4 | -9/+7 | |
| | ||||||
* | Allow usage of simplecov with START_SIMPLECOV=1 | Florian Frank | 2016-06-02 | 1 | -0/+4 | |
| | ||||||
* | Declare encoding | Florian Frank | 2016-06-02 | 2 | -0/+3 | |
| | ||||||
* | Merge branch 'v1.8' | Florian Frank | 2016-02-25 | 1 | -0/+15 | |
|\ | ||||||
| * | Check for existence of #to_json method before call | Florian Frank | 2016-02-25 | 1 | -1/+1 | |
| | | ||||||
| * | Remove permutation dependency | Florian Frank | 2016-02-25 | 1 | -34/+0 | |
| | | ||||||
| * | Be gone… | Florian Frank | 2016-02-25 | 1 | -13/+0 | |
| | | ||||||
| * | Add missing tests | Florian Frank | 2016-02-25 | 1 | -0/+24 | |
| | | ||||||
* | | Specify JSON module interfacerfc-7159-json | Florian Frank | 2015-06-15 | 1 | -2/+1 | |
| | | ||||||
* | | Disallow usage of symbolize_names and create_additions | Florian Frank | 2015-06-15 | 2 | -4/+5 | |
| | | ||||||
* | | Refactor tests and make pure parser green | Florian Frank | 2015-06-15 | 16 | -759/+779 | |
| | | ||||||
* | | Remove generate restriction for […]/{…} | Florian Frank | 2015-06-13 | 1 | -9/+3 | |
| | | ||||||
* | | Remove dependency on permutation | Florian Frank | 2015-06-13 | 1 | -14/+0 | |
| | | | | | | | | Ruby can do this by now on her own. | |||||
* | | Move common setup into test_helper.rb | Florian Frank | 2015-06-13 | 9 | -16/+18 | |
|/ | ||||||
* | Make generator format test backwards compatible | Michael Mac-Vicar | 2015-01-09 | 1 | -1/+1 | |
| | ||||||
* | Add test for format options used by the generator | Michael Mac-Vicar | 2015-01-09 | 1 | -0/+13 | |
| | | | | | The space_before, space, indent, object_nl and array_nl options of the space were not covered. | |||||
* | Merge branch 'master' into zzak-ruby-2.2 | Florian Frank | 2015-01-02 | 1 | -0/+6 | |
|\ | ||||||
| * | Don't mutate JSON.dump_default_options from dump | Jason R. Clark | 2015-01-02 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | The use of Hash#update from the JSON.dump method was mutating the dump_default_options hash on any call to dump with a limit provided. An individual method call with an overriding value shouldn't update the defaults in this way. | |||||
* | | Only use gc stress assert if available | Zachary Scott | 2014-12-25 | 1 | -9/+11 | |
| | | ||||||
* | | Sync tests with trunk | Zachary Scott | 2014-12-25 | 2 | -15/+11 | |
| | | ||||||
* | | This value has changed somehow | Zachary Scott | 2014-12-25 | 1 | -1/+1 | |
| | | ||||||
* | | Don't mutate JSON.dump_default_options from dump | Jason R. Clark | 2014-09-19 | 1 | -0/+6 | |
|/ | | | | | | | The use of Hash#update from the JSON.dump method was mutating the dump_default_options hash on any call to dump with a limit provided. An individual method call with an overriding value shouldn't update the defaults in this way. | |||||
* | forgot about 1.8 again | Florian Frank | 2013-05-13 | 1 | -1/+1 | |
| | ||||||
* | complete testing | Florian Frank | 2013-05-13 | 1 | -2/+7 | |
| | ||||||
* | resolved | Florian Frank | 2013-05-13 | 1 | -0/+10 | |
| | ||||||
* | Add test and implement pure versiong | Florian Frank | 2013-02-22 | 1 | -0/+6 | |
| | ||||||
* | Try to convert first with to_hash, then to_h | Florian Frank | 2013-02-21 | 1 | -0/+16 | |
| | | | | | | | | rb_convert_type doesn't return if conversion fails, so use rb_check_convert_type and the raise vi rb_convert_type. Make sure, that this behaviour is consisten across all generator implementations. Fixes https://github.com/flori/json/issues/162 | |||||
* | Security fix create_additons/JSON::GenericObjectv1.7.7 | Florian Frank | 2013-02-11 | 4 | -38/+65 | |
| | ||||||
* | fix a bug in the JRuby implementation. getInstanceVariable() can return a ↵ | John Shahid | 2013-02-04 | 1 | -0/+1 | |
| | | | | null which causes NPE. | |||||
* | Increase hash likeness of State objects | Florian Frank | 2012-12-31 | 7 | -24/+32 | |
| | ||||||
* | Use len for return values | Florian Frank | 2012-11-29 | 1 | -0/+16 | |
|\ | ||||||
| * | add tests to test the behavior of State::configure (and its alias State::merge). | John Shahid | 2012-11-23 | 1 | -0/+16 | |
| | | ||||||
* | | add merge alias for configure in jruby | Florian Frank | 2012-11-29 | 1 | -0/+24 | |
|/ |