Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Forge Script
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
Forge Script
Commits
4a48a3c2
Verified
Commit
4a48a3c2
authored
1 year ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Bump web version
parent
c81303fe
Branches
feature/HandParsing
trunk
No related tags found
No related merge requests found
Pipeline
#516
passed with stages
in 1 minute and 20 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Cargo.lock
+1
-1
1 addition, 1 deletion
Cargo.lock
forge-script-lang/tests/cases/declare_items.fs
+1
-1
1 addition, 1 deletion
forge-script-lang/tests/cases/declare_items.fs
forge-script-web/Cargo.toml
+1
-1
1 addition, 1 deletion
forge-script-web/Cargo.toml
with
3 additions
and
3 deletions
Cargo.lock
+
1
−
1
View file @
4a48a3c2
...
@@ -169,7 +169,7 @@ dependencies = [
...
@@ -169,7 +169,7 @@ dependencies = [
[[package]]
[[package]]
name = "forge-script-web"
name = "forge-script-web"
version = "0.
1
.0"
version = "0.
2
.0"
dependencies = [
dependencies = [
"console_error_panic_hook",
"console_error_panic_hook",
"forge-script-lang",
"forge-script-lang",
...
...
This diff is collapsed.
Click to expand it.
forge-script-lang/tests/cases/declare_items.fs
+
1
−
1
View file @
4a48a3c2
...
@@ -11,7 +11,7 @@ let other_name = fn some_internal_name(a, b = 2) {
...
@@ -11,7 +11,7 @@ let other_name = fn some_internal_name(a, b = 2) {
};
};
fn
has_early_return
(
a
,
b
,
c
)
{
fn
has_early_return
(
a
,
b
,
c
)
{
if
b
{
if
b
.
foo
()
{
return
false
;
return
false
;
};
};
...
...
This diff is collapsed.
Click to expand it.
forge-script-web/Cargo.toml
+
1
−
1
View file @
4a48a3c2
[package]
[package]
name
=
"forge-script-web"
name
=
"forge-script-web"
version
=
"0.
1
.0"
version
=
"0.
2
.0"
edition
=
"2021"
edition
=
"2021"
license
=
"Apache-2.0"
license
=
"Apache-2.0"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment