Ingy döt Net

Results 172 comments of Ingy döt Net

> One thing which is not clear from the example is an important design question: > The current PR looks into the instance based constructors (if it is an instance),...

Something like `PYYAML_BUILD_WITHOUT_LIBYAML=1` seems reasonable.

@oulenz, can you provide a small code sample of where this is causing you grief? The emitter should never lose information. It has to check that the data can be...

@perlpunk I'm aware of how YAML works in these cases. I was asking @oulenz to show his actual use cases and code so that other solutions might be found. imho,...

@rfsantanna nice. I'd like to soon introduce a yaml.Config class for both loading and dumping. In this case you'd simply be able to provide a mapping of regex to preferred...

@ssbarnea I'll bring up the task of putting out a new pyyaml release, with the release team. I suspect this would be merged into the next release.

@ssbarnea The first week of November is the time that we all agreed to look into putting out the next release. That is when we expect to look at tickets...

Look at https://hackage.haskell.org/package/yaml-0.8.0.2 for possible guidance

For `--nrepl`, see how lein starts nrepl (`:headless`). For `--repl` write a client in perl. This should start (if needed) and connect to a nrepl server with bencode messagin.