-
Notifications
You must be signed in to change notification settings - Fork 66
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: lloydmeta/frunk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.17
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: lloydmeta/frunk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.18
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 10 files changed
- 2 contributors
Commits on Mar 5, 2017
-
TODO: 1. Unescape unicode, 2. Move to HList type for Labelled everywhere 3. Move to HList type for the LabelledGeneric derivation
Configuration menu - View commit details
-
Copy full SHA for 473f232 - Browse repository at this point
Copy the full SHA 473f232View commit details -
Configuration menu - View commit details
-
Copy full SHA for 120472d - Browse repository at this point
Copy the full SHA 120472dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88a5f2f - Browse repository at this point
Copy the full SHA 88a5f2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 239f091 - Browse repository at this point
Copy the full SHA 239f091View commit details
Commits on Mar 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8580dab - Browse repository at this point
Copy the full SHA 8580dabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6162705 - Browse repository at this point
Copy the full SHA 6162705View commit details -
Configuration menu - View commit details
-
Copy full SHA for a810e88 - Browse repository at this point
Copy the full SHA a810e88View commit details -
New paradigm, no more decoding at runtime
Why: Performance was abysmal (+1000ns to retrieve name) What now: currently, use a macro to build the static names at compile time
Configuration menu - View commit details
-
Copy full SHA for b5a1644 - Browse repository at this point
Copy the full SHA b5a1644View commit details -
Stop using HList Labelled Names
It no longer offers us any advantages since we no longer need to use the type to build a name. Using HList Names require us to add `#![recursion_limit="128"]` in cases where the names are too long :p
Configuration menu - View commit details
-
Copy full SHA for 608e298 - Browse repository at this point
Copy the full SHA 608e298View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1618d7b - Browse repository at this point
Copy the full SHA 1618d7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 687ee18 - Browse repository at this point
Copy the full SHA 687ee18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 492bd3d - Browse repository at this point
Copy the full SHA 492bd3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4db9d3 - Browse repository at this point
Copy the full SHA d4db9d3View commit details -
- Aligns with Shapeless conventions - Nicer name overall because it is a noun, not an adjective
Configuration menu - View commit details
-
Copy full SHA for 500f334 - Browse repository at this point
Copy the full SHA 500f334View commit details -
Configuration menu - View commit details
-
Copy full SHA for a17300c - Browse repository at this point
Copy the full SHA a17300cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fad959 - Browse repository at this point
Copy the full SHA 9fad959View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c39c34 - Browse repository at this point
Copy the full SHA 1c39c34View commit details -
Configuration menu - View commit details
-
Copy full SHA for e36d092 - Browse repository at this point
Copy the full SHA e36d092View commit details -
Merge pull request #39 from lloydmeta/feature/runtime-labelled-names
* Renames `Labelled` to `Field` to better reflect Shapeless naming conventions * `Field` now holds a static `name` reference for retrieval of the name at runtime * Introduce `field!` macro that will create a static string from the type passed in and use it to instantiate a `field` * Add more docs, tests, and benchmarks
Configuration menu - View commit details
-
Copy full SHA for 50517fd - Browse repository at this point
Copy the full SHA 50517fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7ef2c5 - Browse repository at this point
Copy the full SHA f7ef2c5View 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.1.17...v0.1.18