Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Use fractions for ordering of chunks#3345

Closed
erikjohnston wants to merge 3 commits intoerikj/room_chunksfrom
erikj/chunks_stern
Closed

Use fractions for ordering of chunks#3345
erikjohnston wants to merge 3 commits intoerikj/room_chunksfrom
erikj/chunks_stern

Conversation

@erikjohnston
Copy link
Member

Using floats turned out to be a bad idea, as it broke subtely if the
needed precision was too large. This PR replaces the implementation with
one that uses fractions and stores them in the database as two integers.

Includes PR #3342

Using floats turned out to be a bad idea, as it broke subtely if the
needed precision was too large. This PR replaces the implementation with
one that uses fractions and stores them in the database as two integers.
@hawkowl hawkowl mentioned this pull request Sep 3, 2018
@hawkowl
Copy link
Contributor

hawkowl commented Sep 3, 2018

Closed for now, full PR list at #3785

@hawkowl hawkowl closed this Sep 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants