Yes exactly. Though I did only copy over what fitted in. E.g. I did
not implement the WriteValue() overloads for Guid? and TimeSpan? as
that did not seem to be done for any of the other nullables.
But I see now that I missed using tabs for indention - and I missed
implementing the changes to JsonWriter.Compare(). That last one I
guess could be severe, though it did not break any tests.
I'll commit an update.
//Asger
On Nov 3, 11:36 am, Itamar Syn-Hershko <
ita...@hibernatingrhinos.com>
wrote:
> Looks good, thanks.
>
> I assume the changes to Raven.Json were made using diffs to the Json.Net
> original files?
>
> 224
https://github.com/asgerhallas/ravendb/commit/a318c6ab3b044f5ed6d9614...
>
> 225226
>
> 227
>
>
>
> On Thu, Nov 3, 2011 at 12:08 PM, asgerhallas <
asgerhal228...@gmail.com> wrote:
> > I have submitted a pull request for this:
> >229
https://github.com/ravendb/ravendb/pull/396
>
> > //Asger
>
> > On Oct 27, 2:30 am, Nick <
cadil230...@gmail.com> wrote:
> > > Reported at165
> >231
http://stackoverflow.com/questions/7908760/nuget-package-dependencies...
> > > Could be a bug of nuget...
>
> > > On Oct 26, 3:25 pm, Nick <
cadil166232...@gmail.com> wrote:
>
> > > 167168
>
> > > 169
>
> > > > Not being able to upgrade to 4.0.3 is also an issue here.
> > > > For instance, I can't install the TweetSharp nuget package which uses
> > > > 4.0.3.
> > > > Unless there is a way to install nuget packages that demand different
> > > > versions of a certain dependency?
>
> > > > On Oct 26, 6:08 am, Itamar Syn-Hershko <
> >
ita170233...@hibernatingrhinos.com>