cayleygraph / cayleygraph/quad

Provide parse functionality to aid in serialization

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
32
Forks
6
PR merge metrics
No merged PRs in 30d

Description

**Description**
This is a feature request.

**Steps to reproduce the issue:**
1. Use `quad.ToString(quad.IRI("val"))` to create `""`
2. Attempt to parse it using methods provided in `quad` package

**Received results:**
`quad.MakeRaw` which has been marked as deprecated, will produce correct results
`quad.MakeIRI` suggested in deprecation notice will create an IRI of IRI `<>` which is invalid.

**Expected results:**
I expected to see a pair of methods clearly noted to be used from Marshalling and Unmarshaling `quad.Value`.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start in the quad package by tracing ToString, MakeRaw, and MakeIRI for quad.Value serialization and parsing. Determine how Marshalling and Unmarshaling are currently represented, then verify that the intended paired functionality handles the shown IRI example without producing nested IRIs.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.