Given a bibliography entry with a year range, Biber produces the following warning:
WARN - year field '1991--2007' in entry 'someRef' is not an integer - this will probably not sort properly.
Is there a proper way to specify a year range?
\documentclass{article}
\usepackage[backend=biber]{biblatex}
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@TECHREPORT{someRef,
author = {John D. McCalpin},
title = {{STREAM: Sustainable Memory Bandwidth in High Performance Computers}},
institution = {University of Virginia},
year = {1991--2007},
address = {Charlottesville, Virginia},
url = {http://www.cs.virginia.edu/stream/}
}
\end{filecontents}
\addbibresource{\jobname.bib}
\begin{document}
\cite{someRef}
\printbibliography
\end{document}

biblatex, so in a waybiblatexis more relevant than the generic 'biblliographies' tag. If you feel strongly about it, you can always click roll back and undo my edit. I won't fight about that. (But maybe you are slightly confused about the difference between BibTeX andbiblatexnotice thelain the second one.) โ moewe Sep 04 '18 at 12:23