Skip to content

Commit b704ac0

Browse files
committed
Build 1.0.80
1 parent 7885e04 commit b704ac0

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

etc/build/config.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//
1212

1313
// default version used by build scripts
14-
buildVersion=1.0.79
14+
buildVersion=1.0.80
1515

1616
// Must be configured boot build in substitute/release installation
1717
//devHome=/work/fan/
@@ -24,4 +24,5 @@ buildVersion=1.0.79
2424
// dotnetHome=/C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/
2525

2626
// Mac setup
27-
//jdkHome=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home/
27+
//jdkHome=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home/
28+

src/doc/docIntro/doc/ChangeLog.fandoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
** license: Licensed under the Academic Free License version 3.0
77
**************************************************************************
88

9-
*Build 1.0.80 (working)*
9+
*Build 1.0.80 (23 Apr 2024)*
1010
- New ECMA class-based JavaScript design
1111
- Move fwt pods into separate repo
1212
- Crypto JWT and JWK APIs

src/doc/docLang/doc/Actors.fandoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Futures [#futures]
9696
******************
9797
All three send methods return a [Future]`concurrent::Future` which may
9898
used to access the result of that message. You can poll for the
99-
result using `concurrent::Future.state` - a future enters the complete
99+
result using `concurrent::Future.status` - a future enters the complete
100100
state by one of three transitions:
101101
- The actor processes the message and returns a result
102102
- The actor raises an exception while processing the message
@@ -270,4 +270,5 @@ shutdown. Unlike 'stop', kill doesn't give actors a chance to finish
270270
processing their pending message queues - all pending messages are cancelled.
271271
Actors which are currently executing a message are interrupted (which may
272272
or may not immediately terminate that thread). Once all actors have
273-
relinquished their threads, the ActorPool enters the *done* state.
273+
relinquished their threads, the ActorPool enters the *done* state.
274+

0 commit comments

Comments
 (0)