Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Allow retrieving variables from state #5

Merged
merged 2 commits into from
Feb 7, 2024
Merged

Conversation

doomspork
Copy link
Contributor

Problem

Today you need to use Luerl directly to access a variable after you set it.

Details

Make a Lunar function for accessible variables.

Copy link
Contributor

github-actions bot commented Feb 7, 2024

Pull Request Test Coverage Report for Build 4d32e42803e8ef24d071ad634ca19dc97167c082-PR-5

  • -1 of 4 (75.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-1.4%) to 86.111%

Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/lunar.ex 3 4 75.0%
Totals Coverage Status
Change from base Build 584d98bdbeeead3a78f4f3bbd77c6a5e7bee2d93: -1.4%
Covered Lines: 31
Relevant Lines: 36

💛 - Coveralls

@doomspork doomspork merged commit f1d3c0a into main Feb 7, 2024
7 checks passed
@doomspork doomspork deleted the feat-get-variable branch February 7, 2024 21:23
doomspork pushed a commit that referenced this pull request Feb 7, 2024
An automated release has been created for you.
---


## 1.0.0 (2024-02-07)


### Features

* Allow retrieving variables from state
([#5](#5))
([f1d3c0a](f1d3c0a))
* Apache 2.0
([8e97b97](8e97b97))
* Collapse Runtime into Luau
([#7](#7))
([df2a0d4](df2a0d4))
* Iterate on APIs ([#6](#6))
([470db44](470db44))
* More test coverage ([#8](#8))
([ced718b](ced718b))
* Rename to Lunar ([#10](#10))
([16c2e81](16c2e81))
* Simple runtime and execution
([#1](#1))
([1051f5e](1051f5e))
* Telemetry & clone support
([#12](#12))
([78e254e](78e254e))


### Bug Fixes

* Setup release please manifest
([#6](#6))
([40328fe](40328fe))


### Miscellaneous

* Add CI ([#2](#2))
([613d833](613d833))
* Add Credo and Dialyzer
([406613c](406613c))
* Add excoveralls
([3e40b70](3e40b70))
* Add package details to mix.exs file
([#7](#7))
([ca24f39](ca24f39))
* Add release please ([#3](#3))
([377d571](377d571))
* Add release-please config
([#4](#4))
([9f5a819](9f5a819))
* Docs
([931b24d](931b24d))
* Introduce PR template and checklist
([#3](#3))
([04b7df2](04b7df2))
* README release please changes
([#9](#9))
([1f65d08](1f65d08))
* Remove capture_log tag
([d8a9f6f](d8a9f6f))
* Setup common config
([d4abfb1](d4abfb1))
* Sync files with stordco/common-config-elixir
([#1](#1))
([13cd484](13cd484))
* Sync files with stordco/common-config-elixir
([#4](#4))
([f133880](f133880))
* Update mix package license value
([#8](#8))
([584d98b](584d98b))
* Update wrapped function name
([597e56b](597e56b))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants