lp://staging/~niemeyer/goyaml/fix-1191981
- Get this branch:
- bzr branch lp://staging/~niemeyer/goyaml/fix-1191981
Branch merges
- goyaml maintainers: Pending requested
-
Diff: 131 lines (+39/-15)4 files modifiedapic.go (+4/-4)
decode_test.go (+28/-4)
scannerc.go (+1/-1)
yamlprivateh.go (+6/-6)
Branch information
Recent revisions
- 39. By Gustavo Niemeyer
-
decode: fix pointers and fix null into string
Fixes bug #1133337.
R=jameinel
CC=
https://codereview. appspot. com/8019043 - 38. By John A Meinel
-
run go fmt, add .lbox.check
There were a couple of files that were changed by
running "go fmt", and I noticed there wasn't a
.lbox.check file. I'm guessing goyaml predated
the functionality in lbox. So I ran the tool,
and added the check file. No functional changes.R=niemeyer
CC=
https://codereview. appspot. com/7801047 - 37. By John A Meinel
-
decode: add some flags for windows
We are doing a static compile of libyaml, so set the
YAML_STATIC_DECLARE compile macro. Also, strdup
is only available in the common run time (CRT) as
_strdup, so use another macro for that.We could do it in other ways if there is something
more appropriate for the yaml library. Originally I
was doing it in an #ifdef macro, but this makes it
nice and minimal and doesn't touch the yaml files
directly.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/goyaml