edn_turbo 0.4.1 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/ext/edn_turbo/depend +3 -0
- data/ext/edn_turbo/edn_parser.cc +274 -275
- data/ext/edn_turbo/edn_parser.h +16 -12
- data/ext/edn_turbo/edn_parser.rl +8 -9
- data/ext/edn_turbo/edn_parser_util.cc +105 -1
- data/ext/edn_turbo/edn_parser_util.h +11 -0
- data/ext/edn_turbo/edn_parser_util_unicode.cc +32 -0
- data/ext/edn_turbo/main.cc +57 -14
- data/lib/edn_turbo/version.rb +2 -2
- data/test/test_output_diff.rb +169 -129
- metadata +6 -4
- data/ext/edn_turbo/edn_parser_unicode.cc +0 -29
data/test/test_output_diff.rb
CHANGED
@@ -25,6 +25,13 @@ class EDNT_Test < Minitest::Test
|
|
25
25
|
output = @parser.read
|
26
26
|
assert_equal(expected_output, output)
|
27
27
|
}
|
28
|
+
|
29
|
+
# and test passing the IO
|
30
|
+
File.open(file) { |file_io|
|
31
|
+
@parser.set_input(file_io)
|
32
|
+
output = @parser.read
|
33
|
+
assert_equal(expected_output, output)
|
34
|
+
}
|
28
35
|
output
|
29
36
|
end
|
30
37
|
|
@@ -231,143 +238,176 @@ class EDNT_Test < Minitest::Test
|
|
231
238
|
end
|
232
239
|
|
233
240
|
def test_discard
|
234
|
-
|
235
241
|
check_file('test/discard.edn', [:a, :b, 42, [:c]])
|
236
242
|
check_file('test/discard2.edn', [:a])
|
237
243
|
check_file('test/discard3.edn', 456)
|
238
244
|
check_file('test/discard4.edn', [1, 2, 3, 4])
|
239
245
|
end
|
240
246
|
|
247
|
+
REF_MAP3_DATA = {:meta=>{:data_format_version=>304,
|
248
|
+
:filename=>"test/colorspan.pdf",
|
249
|
+
:is_ok=>true,
|
250
|
+
:font_engine_ok=>true,
|
251
|
+
:pdf_ver_major=>1,
|
252
|
+
:pdf_ver_minor=>3,
|
253
|
+
:num_pages=>1,
|
254
|
+
:outline=>[],
|
255
|
+
:font_size_list=>[12.0],
|
256
|
+
:lib_versions=>
|
257
|
+
{:edsel=>"0.20.3",:poppler=>"0.29.0",:libpng=>"1.6.16",:openjpeg=>"1.5.0",:boost=>"1.57",:fontconfig=>"2.11.1",:freetype=>"2.5.5",:leptonica=>"1.71"}},
|
258
|
+
:pages=>
|
259
|
+
[{:data_format_version=>304,
|
260
|
+
:pgnum=>1,
|
261
|
+
:is_ok=>true,
|
262
|
+
:width=>612.0,
|
263
|
+
:height=>792.0,
|
264
|
+
:rotation=>0,
|
265
|
+
:has_invisible_text=>false,
|
266
|
+
:text_bounds=>[[72.0, 71.0], [336.11500000000024, 83.0]],
|
267
|
+
:gfx_bounds=>[[0.0, 0.0], [612.0, 792.0]],
|
268
|
+
:bounds=>[[0.0, 0.0], [612.0, 792.0]],
|
269
|
+
:resources=>
|
270
|
+
{:colors=>["#000000", "#ffffff", "#b51a00", "#669c34"],
|
271
|
+
:fonts=>[{:original_name=>"FQRLCA+Helvetica",:family=>"Helvetica",:general_family=>:sans_serif,:type=>:truetype,:embedded=>true,:c2g_md5=>"fca1d2ac4bbb8bb8ca033cd3f24483d6"}],
|
272
|
+
:images=>{},
|
273
|
+
:glyphs=>[]},
|
274
|
+
:text_spans=>
|
275
|
+
[{:bbox=>[[72.0, 71.0], [182.71680000000006, 83.0]],
|
276
|
+
:type=>:span,
|
277
|
+
:text=>"This is a test of the e",
|
278
|
+
:font_idx=>0,
|
279
|
+
:size=>12.0,
|
280
|
+
:color_idx=>0,
|
281
|
+
:x_vector=>
|
282
|
+
[72.0,
|
283
|
+
79.3296,
|
284
|
+
86.00399999999999,
|
285
|
+
88.67039999999999,
|
286
|
+
94.67039999999999,
|
287
|
+
98.00399999999999,
|
288
|
+
100.67039999999999,
|
289
|
+
106.67039999999999,
|
290
|
+
110.00399999999999,
|
291
|
+
116.67839999999998,
|
292
|
+
120.01199999999999,
|
293
|
+
123.34559999999999,
|
294
|
+
130.01999999999998,
|
295
|
+
136.01999999999998,
|
296
|
+
139.3536,
|
297
|
+
142.68720000000002,
|
298
|
+
149.3616,
|
299
|
+
152.69520000000003,
|
300
|
+
156.02880000000005,
|
301
|
+
159.36240000000006,
|
302
|
+
166.03680000000006,
|
303
|
+
172.71120000000005,
|
304
|
+
176.04480000000007],
|
305
|
+
:clip_path=>0},
|
306
|
+
{:bbox=>[[182.7188, 71.0], [216.7316, 83.0]],
|
307
|
+
:type=>:span,
|
308
|
+
:text=>"merge",
|
309
|
+
:font_idx=>0,
|
310
|
+
:size=>12.0,
|
311
|
+
:color_idx=>2,
|
312
|
+
:x_vector=>[182.7188, 192.7148, 199.3892, 203.3852, 210.0596],
|
313
|
+
:clip_path=>0},
|
314
|
+
{:bbox=>[[216.7324, 71.0], [223.4044, 83.0]],
|
315
|
+
:type=>:span,
|
316
|
+
:text=>"n",
|
317
|
+
:font_idx=>0,
|
318
|
+
:size=>12.0,
|
319
|
+
:color_idx=>3,
|
320
|
+
:x_vector=>[216.7324],
|
321
|
+
:clip_path=>0},
|
322
|
+
{:bbox=>[[223.4062, 71.0], [336.11500000000024, 83.0]],
|
323
|
+
:type=>:span,
|
324
|
+
:text=>"cy broadcast system.",
|
325
|
+
:font_idx=>0,
|
326
|
+
:size=>12.0,
|
327
|
+
:color_idx=>0,
|
328
|
+
:x_vector=>
|
329
|
+
[223.4062,
|
330
|
+
229.4062,
|
331
|
+
235.4062,
|
332
|
+
238.73980000000003,
|
333
|
+
245.41420000000002,
|
334
|
+
249.41020000000003,
|
335
|
+
256.0846000000001,
|
336
|
+
262.7590000000001,
|
337
|
+
269.4334000000002,
|
338
|
+
275.4334000000002,
|
339
|
+
282.1078000000002,
|
340
|
+
288.1078000000002,
|
341
|
+
291.4414000000002,
|
342
|
+
294.7750000000002,
|
343
|
+
300.7750000000002,
|
344
|
+
306.7750000000002,
|
345
|
+
312.7750000000002,
|
346
|
+
316.1086000000002,
|
347
|
+
322.78300000000024,
|
348
|
+
332.7790000000002],
|
349
|
+
:clip_path=>0}],
|
350
|
+
:graphics=>
|
351
|
+
[{:type=>:path,
|
352
|
+
:commands=>
|
353
|
+
[[{:move_to=>[0.0, 792.0]},{:line_to=>[612.0, 792.0]},{:line_to=>[612.0, 0.0]},{:line_to=>[0.0, 0.0]},{:line_to=>[0.0, 792.0]},{:close_path=>true}]],
|
354
|
+
:bbox=>[[0.0, 0.0], [612.0, 792.0]],
|
355
|
+
:path_type=>:clip,
|
356
|
+
:id=>0,
|
357
|
+
:attribs=>{}},
|
358
|
+
{:type=>:path,
|
359
|
+
:commands=>
|
360
|
+
[[{:move_to=>[0.0, 792.0]},{:line_to=>[612.0, 792.0]},{:line_to=>[612.0, 0.0]},{:line_to=>[0.0, 0.0]},{:line_to=>[0.0, 792.0]},{:close_path=>true}]],
|
361
|
+
:bbox=>[[0.0, 0.0], [612.0, 792.0]],
|
362
|
+
:path_type=>:fill,
|
363
|
+
:clip_path=>0,
|
364
|
+
:attribs=>{:fill_color_idx=>1}},
|
365
|
+
{:type=>:path,
|
366
|
+
:commands=>
|
367
|
+
[[{:move_to=>[0.0, 792.0]},{:line_to=>[612.0, 792.0]},{:line_to=>[612.0, 0.0]},{:line_to=>[0.0, 0.0]},{:line_to=>[0.0, 792.0]},{:close_path=>true}]],
|
368
|
+
:bbox=>[[0.0, 0.0], [612.0, 792.0]],
|
369
|
+
:path_type=>:fill,
|
370
|
+
:clip_path=>0,
|
371
|
+
:attribs=>{:fill_color_idx=>1}}],
|
372
|
+
:links=>[]}]}
|
373
|
+
|
241
374
|
def test_packard
|
375
|
+
check_file('test/map3.edn', REF_MAP3_DATA)
|
376
|
+
end
|
242
377
|
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
:num_pages=>1,
|
251
|
-
:outline=>[],
|
252
|
-
:font_size_list=>[12.0],
|
253
|
-
:lib_versions=>
|
254
|
-
{:edsel=>"0.20.3",:poppler=>"0.29.0",:libpng=>"1.6.16",:openjpeg=>"1.5.0",:boost=>"1.57",:fontconfig=>"2.11.1",:freetype=>"2.5.5",:leptonica=>"1.71"}},
|
255
|
-
:pages=>
|
256
|
-
[{:data_format_version=>304,
|
257
|
-
:pgnum=>1,
|
258
|
-
:is_ok=>true,
|
259
|
-
:width=>612.0,
|
260
|
-
:height=>792.0,
|
261
|
-
:rotation=>0,
|
262
|
-
:has_invisible_text=>false,
|
263
|
-
:text_bounds=>[[72.0, 71.0], [336.11500000000024, 83.0]],
|
264
|
-
:gfx_bounds=>[[0.0, 0.0], [612.0, 792.0]],
|
265
|
-
:bounds=>[[0.0, 0.0], [612.0, 792.0]],
|
266
|
-
:resources=>
|
267
|
-
{:colors=>["#000000", "#ffffff", "#b51a00", "#669c34"],
|
268
|
-
:fonts=>[{:original_name=>"FQRLCA+Helvetica",:family=>"Helvetica",:general_family=>:sans_serif,:type=>:truetype,:embedded=>true,:c2g_md5=>"fca1d2ac4bbb8bb8ca033cd3f24483d6"}],
|
269
|
-
:images=>{},
|
270
|
-
:glyphs=>[]},
|
271
|
-
:text_spans=>
|
272
|
-
[{:bbox=>[[72.0, 71.0], [182.71680000000006, 83.0]],
|
273
|
-
:type=>:span,
|
274
|
-
:text=>"This is a test of the e",
|
275
|
-
:font_idx=>0,
|
276
|
-
:size=>12.0,
|
277
|
-
:color_idx=>0,
|
278
|
-
:x_vector=>
|
279
|
-
[72.0,
|
280
|
-
79.3296,
|
281
|
-
86.00399999999999,
|
282
|
-
88.67039999999999,
|
283
|
-
94.67039999999999,
|
284
|
-
98.00399999999999,
|
285
|
-
100.67039999999999,
|
286
|
-
106.67039999999999,
|
287
|
-
110.00399999999999,
|
288
|
-
116.67839999999998,
|
289
|
-
120.01199999999999,
|
290
|
-
123.34559999999999,
|
291
|
-
130.01999999999998,
|
292
|
-
136.01999999999998,
|
293
|
-
139.3536,
|
294
|
-
142.68720000000002,
|
295
|
-
149.3616,
|
296
|
-
152.69520000000003,
|
297
|
-
156.02880000000005,
|
298
|
-
159.36240000000006,
|
299
|
-
166.03680000000006,
|
300
|
-
172.71120000000005,
|
301
|
-
176.04480000000007],
|
302
|
-
:clip_path=>0},
|
303
|
-
{:bbox=>[[182.7188, 71.0], [216.7316, 83.0]],
|
304
|
-
:type=>:span,
|
305
|
-
:text=>"merge",
|
306
|
-
:font_idx=>0,
|
307
|
-
:size=>12.0,
|
308
|
-
:color_idx=>2,
|
309
|
-
:x_vector=>[182.7188, 192.7148, 199.3892, 203.3852, 210.0596],
|
310
|
-
:clip_path=>0},
|
311
|
-
{:bbox=>[[216.7324, 71.0], [223.4044, 83.0]],
|
312
|
-
:type=>:span,
|
313
|
-
:text=>"n",
|
314
|
-
:font_idx=>0,
|
315
|
-
:size=>12.0,
|
316
|
-
:color_idx=>3,
|
317
|
-
:x_vector=>[216.7324],
|
318
|
-
:clip_path=>0},
|
319
|
-
{:bbox=>[[223.4062, 71.0], [336.11500000000024, 83.0]],
|
320
|
-
:type=>:span,
|
321
|
-
:text=>"cy broadcast system.",
|
322
|
-
:font_idx=>0,
|
323
|
-
:size=>12.0,
|
324
|
-
:color_idx=>0,
|
325
|
-
:x_vector=>
|
326
|
-
[223.4062,
|
327
|
-
229.4062,
|
328
|
-
235.4062,
|
329
|
-
238.73980000000003,
|
330
|
-
245.41420000000002,
|
331
|
-
249.41020000000003,
|
332
|
-
256.0846000000001,
|
333
|
-
262.7590000000001,
|
334
|
-
269.4334000000002,
|
335
|
-
275.4334000000002,
|
336
|
-
282.1078000000002,
|
337
|
-
288.1078000000002,
|
338
|
-
291.4414000000002,
|
339
|
-
294.7750000000002,
|
340
|
-
300.7750000000002,
|
341
|
-
306.7750000000002,
|
342
|
-
312.7750000000002,
|
343
|
-
316.1086000000002,
|
344
|
-
322.78300000000024,
|
345
|
-
332.7790000000002],
|
346
|
-
:clip_path=>0}],
|
347
|
-
:graphics=>
|
348
|
-
[{:type=>:path,
|
349
|
-
:commands=>
|
350
|
-
[[{:move_to=>[0.0, 792.0]},{:line_to=>[612.0, 792.0]},{:line_to=>[612.0, 0.0]},{:line_to=>[0.0, 0.0]},{:line_to=>[0.0, 792.0]},{:close_path=>true}]],
|
351
|
-
:bbox=>[[0.0, 0.0], [612.0, 792.0]],
|
352
|
-
:path_type=>:clip,
|
353
|
-
:id=>0,
|
354
|
-
:attribs=>{}},
|
355
|
-
{:type=>:path,
|
356
|
-
:commands=>
|
357
|
-
[[{:move_to=>[0.0, 792.0]},{:line_to=>[612.0, 792.0]},{:line_to=>[612.0, 0.0]},{:line_to=>[0.0, 0.0]},{:line_to=>[0.0, 792.0]},{:close_path=>true}]],
|
358
|
-
:bbox=>[[0.0, 0.0], [612.0, 792.0]],
|
359
|
-
:path_type=>:fill,
|
360
|
-
:clip_path=>0,
|
361
|
-
:attribs=>{:fill_color_idx=>1}},
|
362
|
-
{:type=>:path,
|
363
|
-
:commands=>
|
364
|
-
[[{:move_to=>[0.0, 792.0]},{:line_to=>[612.0, 792.0]},{:line_to=>[612.0, 0.0]},{:line_to=>[0.0, 0.0]},{:line_to=>[0.0, 792.0]},{:close_path=>true}]],
|
365
|
-
:bbox=>[[0.0, 0.0], [612.0, 792.0]],
|
366
|
-
:path_type=>:fill,
|
367
|
-
:clip_path=>0,
|
368
|
-
:attribs=>{:fill_color_idx=>1}}],
|
369
|
-
:links=>[]}]}
|
370
|
-
)
|
378
|
+
def test_ruby_file_io
|
379
|
+
File.open("test/true.edn", "r") do |f|
|
380
|
+
# now test setting the source and using read (although one-shot)
|
381
|
+
@parser.set_input(f)
|
382
|
+
output = @parser.read
|
383
|
+
assert_equal(true, output)
|
384
|
+
end
|
371
385
|
end
|
372
386
|
|
387
|
+
def test_ruby_file_io_long
|
388
|
+
File.open("test/map3.edn", "r") do |f|
|
389
|
+
# now test setting the source and using read (although one-shot)
|
390
|
+
@parser.set_input(f)
|
391
|
+
output = @parser.read
|
392
|
+
assert_equal(REF_MAP3_DATA, output)
|
393
|
+
end
|
394
|
+
end
|
395
|
+
|
396
|
+
def test_ruby_string_io
|
397
|
+
s = StringIO.new('[ true false :alpha :beta 0 ]')
|
398
|
+
|
399
|
+
@parser.set_input(s)
|
400
|
+
output = @parser.read
|
401
|
+
assert_equal([true, false, :alpha, :beta, 0], output)
|
402
|
+
end
|
403
|
+
|
404
|
+
def test_init_arg
|
405
|
+
# test passing IO to constructor
|
406
|
+
File.open("test/map3.edn", "r") do |f|
|
407
|
+
p = EDNT::Parser.new(f)
|
408
|
+
output = p.read
|
409
|
+
assert_equal(REF_MAP3_DATA, output)
|
410
|
+
end
|
411
|
+
end
|
412
|
+
|
373
413
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: edn_turbo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ed Porras
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: edn
|
@@ -81,11 +81,13 @@ files:
|
|
81
81
|
- Rakefile
|
82
82
|
- bin/ppedn
|
83
83
|
- bin/ppedn-ruby
|
84
|
+
- ext/edn_turbo/depend
|
84
85
|
- ext/edn_turbo/edn_parser.cc
|
85
86
|
- ext/edn_turbo/edn_parser.h
|
86
87
|
- ext/edn_turbo/edn_parser.rl
|
87
|
-
- ext/edn_turbo/edn_parser_unicode.cc
|
88
88
|
- ext/edn_turbo/edn_parser_util.cc
|
89
|
+
- ext/edn_turbo/edn_parser_util.h
|
90
|
+
- ext/edn_turbo/edn_parser_util_unicode.cc
|
89
91
|
- ext/edn_turbo/extconf.rb
|
90
92
|
- ext/edn_turbo/main.cc
|
91
93
|
- lib/edn_turbo.rb
|
@@ -112,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
112
114
|
version: '0'
|
113
115
|
requirements: []
|
114
116
|
rubyforge_project:
|
115
|
-
rubygems_version: 2.
|
117
|
+
rubygems_version: 2.4.5.1
|
116
118
|
signing_key:
|
117
119
|
specification_version: 3
|
118
120
|
summary: Read EDN files
|
@@ -1,29 +0,0 @@
|
|
1
|
-
#include <string>
|
2
|
-
|
3
|
-
//
|
4
|
-
// needed to define this in its own file because icu and ruby have
|
5
|
-
// differing definitions for Uchar and the compiler complains
|
6
|
-
//
|
7
|
-
#include <unicode/utypes.h>
|
8
|
-
#include <unicode/ustring.h>
|
9
|
-
#include <unicode/ucnv.h>
|
10
|
-
|
11
|
-
#include "edn_parser.h"
|
12
|
-
|
13
|
-
namespace edn
|
14
|
-
{
|
15
|
-
//
|
16
|
-
// unescapes any values that need to be replaced, saves it to utf8
|
17
|
-
//
|
18
|
-
bool Parser::to_utf8(const char *s, std::size_t len, std::string& rslt)
|
19
|
-
{
|
20
|
-
icu::UnicodeString ustr(s, len);
|
21
|
-
|
22
|
-
if (ustr.isBogus()) {
|
23
|
-
return false;
|
24
|
-
}
|
25
|
-
|
26
|
-
ustr.unescape().toUTF8String(rslt);
|
27
|
-
return true;
|
28
|
-
}
|
29
|
-
}
|