Bug 249137 - Update devel/robin-map to 0.6.3
Summary: Update devel/robin-map to 0.6.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://github.com/Tessil/robin-map/r...
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-06 07:05 UTC by Shane
Modified: 2020-09-07 16:06 UTC (History)
1 user (show)

See Also:


Attachments
maintainer update for devel/robin-map (947 bytes, patch)
2020-09-06 07:05 UTC, Shane
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shane 2020-09-06 07:05:23 UTC
Created attachment 217780 [details]
maintainer update for devel/robin-map

Update devel/robin-map to v0.6.3
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-09-07 16:05:43 UTC
A commit references this bug:

Author: fernape
Date: Mon Sep  7 16:04:47 UTC 2020
New revision: 547907
URL: https://svnweb.freebsd.org/changeset/ports/547907

Log:
  devel/robin-map: update to 0.6.3

  ChangeLog: https://github.com/Tessil/robin-map/releases/tag/v0.6.3

   * Fix issue #26, raise the maximum possible size of the hash table when using
     the prime_growth_policy on a 64-bit platform.
   * Fix issue #31, when min_load_factor() > 0, the clear() method will also reset
     the bucket_count of the hash table to 0.
   * Fix shrink when min_load_factor is set and a range erase with end() as last
     is called. The m_try_skrink_on_next_insert was not correctly set.
   * Fix issue #33, the value function of a const iterator can now be called and
     returns a mutable reference to the underlying value_type.

  PR:	249137
  Submitted by:	FreeBSD@ShaneWare.Biz (maintainer)

Changes:
  head/devel/robin-map/Makefile
  head/devel/robin-map/distinfo
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2020-09-07 16:06:01 UTC
Committed,

Thanks!