Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jangko/nimPNG
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.2
Choose a base ref
...
head repository: jangko/nimPNG
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 14 files changed
  • 3 contributors

Commits on May 10, 2023

  1. Copy the full SHA
    91c5cbd View commit details
  2. fix github action ci script

    jangko committed May 10, 2023
    Copy the full SHA
    4454ed8 View commit details

Commits on Aug 2, 2023

  1. Copy the full SHA
    dd13e50 View commit details
  2. Copy the full SHA
    82cfffd View commit details

Commits on Aug 23, 2023

  1. make getUnderlyingType work with type argument (#83)

    Below `newStorage[T]` and `newStorageOfCap[T]` call `getUnderlyingType(T)`, which shouldn't work because `T` is a type and `getUnderlyingType` takes an `openArray` argument. However it works due to a [Nim bug](nim-lang/Nim#20033) where `T` is treated as a *value* of its type.
    
    To make this work with and without the bug fixed, add an additional `getUnderlyingType` overload that takes a `type openArray` parameter instead.
    metagn authored Aug 23, 2023
    Copy the full SHA
    87a7698 View commit details
  2. v0.3.4

    notable fixes:
    - refactor: remove shallowCopy
    - avoid nzCompressInit ambiguous call when included (#80)
    - make getUnderlyingType work with type argument (#83)
    jangko committed Aug 23, 2023
    Copy the full SHA
    57436c4 View commit details

Commits on Aug 28, 2023

  1. Copy the full SHA
    0f971c7 View commit details
  2. v0.3.6

    jangko committed Aug 28, 2023
    1
    Copy the full SHA
    e662b6e View commit details

Commits on Sep 1, 2023

  1. Copy the full SHA
    7230cdf View commit details

Commits on Nov 15, 2023

  1. Copy the full SHA
    aa63abd View commit details
Loading