Skip to content

Commit

Permalink
Merge pull request #74 from lenscas/chore/prepare_new_version
Browse files Browse the repository at this point in the history
prepare for new version
  • Loading branch information
lenscas authored Jan 8, 2023
2 parents 680165c + 5f88e38 commit 05c9cdb
Show file tree
Hide file tree
Showing 16 changed files with 96 additions and 433 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
name = "tealr"
readme = "README.md"
repository = "https://github.com/lenscas/tealr/"
version = "0.9.0-alpha3"
version = "0.9.0-alpha4"

[workspace]
members = [
Expand Down Expand Up @@ -53,7 +53,7 @@ mlua = {version = "0.8.1", optional = true, default_features = false}
rlua = {version = "0.19.2", optional = true, default_features = false}
serde = {version = "1.0.136", features = ["derive"]}
serde_json = "1.0.91"
tealr_derive = {version = "0.9.0-alpha3", optional = true, path = "./tealr_derive"}
tealr_derive = {version = "0.9.0-alpha4", optional = true, path = "./tealr_derive"}

# Rlua tests
[[test]]
Expand Down
2 changes: 1 addition & 1 deletion tealr_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["derive", "macro", "teal", "lua", "tealr"]
license = "MIT OR Apache-2.0"
name = "tealr_derive"
repository = "https://github.com/lenscas/tealr/"
version = "0.9.0-alpha3"
version = "0.9.0-alpha4"

[features]
compile = ["tempfile"]
Expand Down
2 changes: 1 addition & 1 deletion tests/mlua/export_instances.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"tealr_version_used": "0.9.0-alpha3",
"tealr_version_used": "0.9.0-alpha4",
"given_types": [
{
"Record": {
Expand Down
2 changes: 1 addition & 1 deletion tests/mlua/generics.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"tealr_version_used": "0.9.0-alpha3",
"tealr_version_used": "0.9.0-alpha4",
"given_types": [
{
"Record": {
Expand Down
2 changes: 1 addition & 1 deletion tests/mlua/inlined_type.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"tealr_version_used": "0.9.0-alpha3",
"tealr_version_used": "0.9.0-alpha4",
"given_types": [
{
"Record": {
Expand Down
80 changes: 79 additions & 1 deletion tests/mlua/meta_methods.json
Original file line number Diff line number Diff line change
@@ -1 +1,79 @@
{"tealr_version_used":"0.9.0-alpha3","given_types":[{"Record":{"should_be_inlined":false,"is_user_data":true,"type_name":[{"Type":{"name":"Example","type_kind":"External","generics":null}}],"fields":[],"static_fields":[],"methods":[],"mut_methods":[],"functions":[],"mut_functions":[],"meta_method":[{"name":"__add","signature":[{"Symbol":"function"},{"Symbol":"("},{"Type":{"name":"Example","type_kind":"External","generics":null}},{"Symbol":","},{"Type":{"name":"integer","type_kind":"Builtin","generics":null}},{"Symbol":"):("},{"Type":{"name":"Example","type_kind":"External","generics":null}},{"Symbol":")"}],"is_meta_method":true}],"meta_method_mut":[],"meta_function":[],"meta_function_mut":[],"documentation":{},"type_doc":"","next_docs":null,"should_generate_help_method":true}}],"global_instances_off":[],"extra_page":[]}
{
"tealr_version_used": "0.9.0-alpha4",
"given_types": [
{
"Record": {
"should_be_inlined": false,
"is_user_data": true,
"type_name": [
{
"Type": {
"name": "Example",
"type_kind": "External",
"generics": null
}
}
],
"fields": [],
"static_fields": [],
"methods": [],
"mut_methods": [],
"functions": [],
"mut_functions": [],
"meta_method": [
{
"name": "__add",
"signature": [
{
"Symbol": "function"
},
{
"Symbol": "("
},
{
"Type": {
"name": "Example",
"type_kind": "External",
"generics": null
}
},
{
"Symbol": ","
},
{
"Type": {
"name": "integer",
"type_kind": "Builtin",
"generics": null
}
},
{
"Symbol": "):("
},
{
"Type": {
"name": "Example",
"type_kind": "External",
"generics": null
}
},
{
"Symbol": ")"
}
],
"is_meta_method": true
}
],
"meta_method_mut": [],
"meta_function": [],
"meta_function_mut": [],
"documentation": {},
"type_doc": "",
"next_docs": null,
"should_generate_help_method": true
}
}
],
"global_instances_off": [],
"extra_page": []
}
2 changes: 1 addition & 1 deletion tests/mlua/named_parameters.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"tealr_version_used": "0.9.0-alpha3",
"tealr_version_used": "0.9.0-alpha4",
"given_types": [
{
"Record": {
Expand Down
2 changes: 1 addition & 1 deletion tests/mlua/to_from_derived.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"tealr_version_used": "0.9.0-alpha3",
"tealr_version_used": "0.9.0-alpha4",
"given_types": [
{
"Record": {
Expand Down
2 changes: 1 addition & 1 deletion tests/mlua/type_picker.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"tealr_version_used": "0.9.0-alpha3",
"tealr_version_used": "0.9.0-alpha4",
"given_types": [
{
"Record": {
Expand Down
Loading

0 comments on commit 05c9cdb

Please sign in to comment.