-
Notifications
You must be signed in to change notification settings - Fork 12
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jangko/nimPNG
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 14 files changed
- 3 contributors
Commits on May 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 91c5cbd - Browse repository at this point
Copy the full SHA 91c5cbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4454ed8 - Browse repository at this point
Copy the full SHA 4454ed8View commit details
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dd13e50 - Browse repository at this point
Copy the full SHA dd13e50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82cfffd - Browse repository at this point
Copy the full SHA 82cfffdView commit details
Commits on Aug 23, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 87a7698 - Browse repository at this point
Copy the full SHA 87a7698View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57436c4 - Browse repository at this point
Copy the full SHA 57436c4View commit details
Commits on Aug 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0f971c7 - Browse repository at this point
Copy the full SHA 0f971c7View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for e662b6e - Browse repository at this point
Copy the full SHA e662b6eView commit details
Commits on Sep 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7230cdf - Browse repository at this point
Copy the full SHA 7230cdfView commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aa63abd - Browse repository at this point
Copy the full SHA aa63abdView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.2...master