Skip to content

Commit

Permalink
Merge pull request #42 from NipunaRanasinghe/main
Browse files Browse the repository at this point in the history
Update ballerina library repo links
  • Loading branch information
NipunaRanasinghe authored Apr 26, 2024
2 parents 4cf7df7 + 5928be4 commit e79306e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Ballerina Toml Library
[![Trivy](https:/ballerina-platform/module-ballerina-toml/actions/workflows/trivy-scan.yml/badge.svg)](https:/ballerina-platform/module-ballerina-toml/actions/workflows/trivy-scan.yml)
[![GraalVM Check](https:/ballerina-platform/module-ballerina-toml/actions/workflows/build-with-bal-test-graalvm.yml/badge.svg)](https:/ballerina-platform/module-ballerina-toml/actions/workflows/build-with-bal-test-graalvm.yml)
[![GitHub Last Commit](https://img.shields.io/github/last-commit/ballerina-platform/module-ballerina-toml.svg)](https:/ballerina-platform/module-ballerina-toml/commits/main)
[![Github issues](https://img.shields.io/github/issues/ballerina-platform/ballerina-standard-library/module/toml.svg?label=Open%20Issues)](https:/ballerina-platform/ballerina-standard-library/labels/module%2Ftoml)
[![Github issues](https://img.shields.io/github/issues/ballerina-platform/ballerina-library/module/toml.svg?label=Open%20Issues)](https:/ballerina-platform/ballerina-library/labels/module%2Ftoml)
[![codecov](https://codecov.io/gh/ballerina-platform/module-ballerina-toml/branch/main/graph/badge.svg)](https://codecov.io/gh/ballerina-platform/module-ballerina-toml)

This library provides APIs to convert a TOML configuration file to json, and vice-versa.
Expand All @@ -15,7 +15,7 @@ Since the parser is following LL(1) grammar, it follows a non-recursive predicti

## Issues and projects

The **Issues** and **Projects** tabs are disabled for this repository as this is part of the Ballerina Standard Library. To report bugs, request new features, start new discussions, view project boards, etc., go to the Ballerina Standard Library [parent repository](https:/ballerina-platform/ballerina-standard-library).
The **Issues** and **Projects** tabs are disabled for this repository as this is part of the Ballerina Library. To report bugs, request new features, start new discussions, view project boards, etc., go to the Ballerina Library [parent repository](https:/ballerina-platform/ballerina-library).

This repository contains only the source code of the package.

Expand Down
2 changes: 1 addition & 1 deletion ballerina/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Since the parser is following LL(1) grammar, it follows a non-recursive predicti

## Report issues

To report bugs, request new features, start new discussions, view project boards, etc., go to the [Ballerina standard library parent repository](https:/ballerina-platform/ballerina-standard-library).
To report bugs, request new features, start new discussions, view project boards, etc., go to the [Ballerina library parent repository](https:/ballerina-platform/ballerina-library).

## Useful links

Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ This file contains all the notable changes done to the Ballerina TOML package th
## [0.2.0] - 2023-05-11

### Changed
- [Update APIs as isolated](https:/ballerina-platform/ballerina-standard-library/issues/4436)
- [Update APIs as isolated](https:/ballerina-platform/ballerina-library/issues/4436)

## [0.1.0] - 2023-05-10

### Added
- [Introduce toml standard library module](https:/ballerina-platform/ballerina-standard-library/issues/4331)
- [Introduce toml library module](https:/ballerina-platform/ballerina-library/issues/4331)

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4 changes: 2 additions & 2 deletions docs/spec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ _Updated_: 2023/04/04
_Edition_: Swan Lake

## Introduction
This is the specification for the Toml standard library of [Ballerina language](https://ballerina.io/), which provides APIs to convert a TOML configuration file to `map<json>`, and vice-versa.
This is the specification for the Toml library of [Ballerina language](https://ballerina.io/), which provides APIs to convert a TOML configuration file to `map<json>`, and vice-versa.

Since the parser is following LL(1) grammar, it follows a non-recursive predictive parsing algorithm that operates in a linear time complexity.

If you have any feedback or suggestions about the library, start a discussion via a [GitHub issue](https:/ballerina-platform/ballerina-standard-library/issues) or in the [Discord server](https://discord.gg/ballerinalang). Based on the outcome of the discussion, the specification and implementation can be updated. Community feedback is always welcome. Any accepted proposal, which affects the specification is stored under `/docs/proposals`. Proposals under discussion can be found with the label `type/proposal` in GitHub.
If you have any feedback or suggestions about the library, start a discussion via a [GitHub issue](https:/ballerina-platform/ballerina-library/issues) or in the [Discord server](https://discord.gg/ballerinalang). Based on the outcome of the discussion, the specification and implementation can be updated. Community feedback is always welcome. Any accepted proposal, which affects the specification is stored under `/docs/proposals`. Proposals under discussion can be found with the label `type/proposal` in GitHub.

The conforming implementation of the specification is released and included in the distribution. Any deviation from the specification is considered a bug.

Expand Down

0 comments on commit e79306e

Please sign in to comment.