wtetzner / bitstring

Automatically exported from code.google.com/p/bitstring
GNU General Public License v2.0
0 stars 0 forks source link

Mingw patches #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use bitstring_persistent on mingw
2. Some tests on mingw

What is the expected output? What do you see instead?
Failure

What version of the product are you using? On what operating system?
Tests on mingw.

Please provide any additional information below.
I attach a patch:
- use of open_in_bin & open_out_bin instead of open_in & open_out
- use Unix.create_process instead of Sys.command in 80_hexdump.ml

Original issue reported on code.google.com by matthieu...@gmail.com on 25 Mar 2010 at 2:20

Attachments:

GoogleCodeExporter commented 8 years ago
I thought I'd applied these before, but anyhow the patch looks good.

Original comment by richard....@gmail.com on 25 Mar 2010 at 2:24