msgpack / msgpack

MessagePack is an extremely efficient object serialization library. It's like JSON, but very fast and small.

Home Page:http://msgpack.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`Last modified` in `spec.md` is out of date

jsoref opened this issue · comments

In #170 (comment), there was this throwaway note:

By the way, the date of "Last modified" is not updated.

https://github.com/msgpack/msgpack/blob/9aa092d6ca81f12005bd7dcbeb6488ad319e5133/spec.md

@timmc Correct "fixnum" to "fixint" in new spec (to match rest of document) … Latest commit 9aa092d on Apr 28, 2021
History

image
image

MessagePack specification
Last modified at 2017-08-09 22:42:07 -0700
Sadayuki Furuhashi © 2013-04-21 21:52:33 -0700

Having a last-modified dating to 2017, when in fact the file was changed in 2021 is quite confusing.

I'd personally suggest removing the line, or replacing it with a note to see the git blame or something.

I don't see a code of conduct or a template or anything, so I'm not going to make a PR unless someone indicates they're willing to accept such a change. I'd be willing to make a PR as it would be trivial.