ron icon indicating copy to clipboard operation
ron copied to clipboard

Haskell implementation of RON and RON-RDT

Results 77 ron issues
Sort by recently updated
recently updated
newest added

It may be useful to use data constructor as function

type_Enhancement
level_Intermediate
component_Schema

See also #80

type_Enhancement
level_Intermediate
component_RDT
component_Schema

Define (and later implement) a set of learning tools, which in general should help to visualize how RON works and see the effects of changes easily. For example: - Round...

help wanted
level_Research
type_Task
component_RDT
component_Schema
component_RON

http://replicated.cc/ 0. Keep compatibility with the current implementation 1. Remove `stateVersion` field #95 1. Add unprefixed atoms #75 1. Add raw ops 2.1 #72 2. Add frames 2.1: incrementing ops...

type_Enhancement
priority_High
level_Intermediate
type_Task
component_RDT
component_RON

``` λ> parseAtom "=10000000000000000000" Right (AInteger (- 8446744073709551616)) ``` Must be an error. The same for float.

type_Bug
level_Intermediate
component_RON

GUI? json mapper?

type_Enhancement
level_Beginner
component_Storage
component_Storage_FS

Progressive Web Apps

type_Enhancement
level_Research
component_Storage

(found at ZuriHac) Yandex.Disk may delete files before adding, so we may find the document deleted if we look in the doc directory between deletion and creation.

type_Bug
level_Research
priority_High
component_Storage_FS

```diff data WireChunk = Closed ClosedOp + | Open Op | Value WireReducedChunk | Query WireReducedChunk ```

type_Enhancement
priority_High
level_Intermediate
component_RON

...to test and compare different RON and RON-RDT implementations.

type_Enhancement
level_Intermediate
component_RDT
component_Schema
component_RON