Skip to content

Instantly share code, notes, and snippets.

Created December 9, 2016 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6271599572464e50e8e4b134c317cfc9 to your computer and use it in GitHub Desktop.
Save anonymous/6271599572464e50e8e4b134c317cfc9 to your computer and use it in GitHub Desktop.
File "stdlib/sys.mli", line 23, characters 5-17:
Error: missing @since type Sys.backend_type
type Sys.backend_type was not seen in version 4.03.0
type Sys.backend_type was seen in version 4.04.0
type Sys.backend_type has no @since annotation
File "stdlib/stringLabels.mli", line 52, characters 4-8:
Error: missing @since value StringLabels.init
value StringLabels.init was not seen in version 4.01.0
value StringLabels.init was seen in version 4.02.0
value StringLabels.init has no @since annotation
File "stdlib/hashtbl.mli", line 198, characters 5-15:
Error: missing @since type Hashtbl.statistics
type Hashtbl.statistics was not seen in version 3.12.1
type Hashtbl.statistics was seen in version 4.00.0
type Hashtbl.statistics has no @since annotation
File "stdlib/hashtbl.mli", line 289, characters 8-26:
Error: missing @since value Hashtbl.S.filter_map_inplace
value Hashtbl.S.filter_map_inplace was not seen in version 4.02.3
value Hashtbl.S.filter_map_inplace was seen in version 4.03.0
value Hashtbl.S.filter_map_inplace has no @since annotation
File "stdlib/hashtbl.mli", line 284, characters 8-16:
Error: missing @since for new value Hashtbl.S.find_opt
value Hashtbl.S.find_opt was not seen in any analyzed version
value Hashtbl.S.find_opt has no @since annotation
File "stdlib/hashtbl.mli", line 279, characters 8-13:
Error: missing @since value Hashtbl.S.reset
value Hashtbl.S.reset was not seen in version 3.12.1
value Hashtbl.S.reset was seen in version 4.00.0
value Hashtbl.S.reset has no @since annotation
File "stdlib/hashtbl.mli", line 292, characters 8-13:
Error: missing @since value Hashtbl.S.stats
value Hashtbl.S.stats was not seen in version 3.12.1
value Hashtbl.S.stats was seen in version 4.00.0
value Hashtbl.S.stats has no @since annotation
File "stdlib/hashtbl.mli", line 342, characters 8-26:
Error: mismatched @since value Hashtbl.SeededS.filter_map_inplace
value Hashtbl.SeededS.filter_map_inplace was not seen in version 4.02.3
value Hashtbl.SeededS.filter_map_inplace was seen in version 4.03.0
value Hashtbl.SeededS.filter_map_inplace has @since 4.00.0
File "stdlib/hashtbl.mli", line 337, characters 8-16:
Error: too old @since for new value Hashtbl.SeededS.find_opt
value Hashtbl.SeededS.find_opt was not seen in any analyzed version
value Hashtbl.SeededS.find_opt has @since 4.00.0
File "stdlib/hashtbl.mli", line 379, characters 4-14:
Error: mismatched @since value Hashtbl.hash_param
value Hashtbl.hash_param was seen in all analyzed versions
value Hashtbl.hash_param was seen in version 3.00
value Hashtbl.hash_param has @since 4.00.0
File "stdlib/format.mli", line 386, characters 5-28:
Error: missing @since type Format.formatter_out_functions
type Format.formatter_out_functions was not seen in version 4.00.1
type Format.formatter_out_functions was seen in version 4.01.0
type Format.formatter_out_functions has no @since annotation
File "stdlib/format.mli", line 374, characters 4-34:
Error: mismatched @since value Format.get_formatter_output_functions
value Format.get_formatter_output_functions was seen in all analyzed versions
value Format.get_formatter_output_functions was seen in version 3.00
value Format.get_formatter_output_functions has @since 4.01.0
File "otherlibs/threads/thread.mli", line 40, characters 4-6:
Error: mismatched @since value Thread.id
value Thread.id was seen in all analyzed versions
value Thread.id was seen in version 3.00
value Thread.id has @since 4.03
File "otherlibs/bigarray/bigarray.mli", line 591, characters 6-11:
Error: missing @since for new value Bigarray.Array1.slice
value Bigarray.Array1.slice was not seen in any analyzed version
value Bigarray.Array1.slice has no @since annotation
File "otherlibs/bigarray/bigarray.mli", line 874, characters 9-27:
Error: missing @since for new value Bigarray.genarray_of_array0
value Bigarray.genarray_of_array0 was not seen in any analyzed version
value Bigarray.genarray_of_array0 has no @since annotation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment