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

[pull] master from uniconproject:master #139

Open
wants to merge 54 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
f65ccd2
Document the fourth parameter of spawn() in the language reference
Don-Ward Oct 22, 2024
1842481
Fix bug in u_read()
Don-Ward Oct 26, 2024
a543033
Merge pull request #488 from Don-Ward/u_read-bug
Jafaral Oct 28, 2024
87d5de3
Merge pull request #486 from Don-Ward/spawn-doc
Jafaral Nov 8, 2024
6a067e1
ulsp: abstract jsonrpc
Jafaral Nov 4, 2024
127790e
ulsp: add json-rpc test
Jafaral Nov 10, 2024
c90c3be
Merge pull request #489 from Jafaral/jrpc
Don-Ward Nov 10, 2024
e9c9177
Correct f6620ef5 (Remove a development diagnostic from the Unicon com…
Don-Ward Nov 15, 2024
aeb6469
Merge pull request #491 from Don-Ward/fix-f6620ef5
Jafaral Nov 15, 2024
f4b55fc
Correct the use of find_method in the plugin api method.
Don-Ward Nov 19, 2024
767fecf
Merge pull request #492 from Don-Ward/fix-api
Jafaral Nov 19, 2024
1857447
Fix build failure on macOS with Apple's arm processor.
Don-Ward Dec 12, 2024
8fee0b2
Merge pull request #493 from Don-Ward/fix-apple-M4-build
Jafaral Dec 12, 2024
54a352c
Document auto-unlock when leaving critical regions.
Don-Ward Dec 12, 2024
b110662
ci: enable build for Apple silicon
Jafaral Dec 12, 2024
333e0f5
Test program for Auto unlock of critical regions.
Don-Ward Dec 14, 2024
2bf7080
Auto unlock when leaving critical regions.
Don-Ward Dec 12, 2024
bda0a0e
runtime: fix pthread coswitch
Jafaral Dec 18, 2024
c9af946
ci: install extra build deps for ubuntu 24.04, add riscv64
Jafaral Dec 18, 2024
15c1591
Fix new mesa dependency on newer platforms
Jafaral Dec 20, 2024
5bed5a4
tests: disable tester tests for now
Jafaral Dec 21, 2024
5616d36
Merge pull request #494 from Jafaral/apple-m
Don-Ward Dec 21, 2024
9f609be
Merge pull request #495 from Don-Ward/auto-unlock-critical
Jafaral Dec 22, 2024
1fc82e9
tests: Disable the one FxPt test that crashes; enable the rest.
Don-Ward Dec 22, 2024
816ab8f
Merge pull request #496 from Don-Ward/FxPt-test
Jafaral Dec 23, 2024
d00406a
runtime: fix typo, drop unnecessary line and fix associated comment
Jafaral Jan 2, 2025
10dbbd3
Merge pull request #497 from Jafaral/coswitch-typo
Don-Ward Jan 2, 2025
6d50011
runtime: fix null pointer deference on a window close
Jafaral Jan 5, 2025
a4056ac
Merge pull request #498 from Jafaral/fix-wclose
Don-Ward Jan 5, 2025
f47bf59
ci: disable iconc test on Windows until glob is fixed
Jafaral Feb 4, 2025
9b56a7d
Merge pull request #503 from Jafaral/win-ci
Jafaral Feb 4, 2025
753d85d
ci: add native ARM test
Jafaral Feb 3, 2025
ad0dfe0
Merge pull request #500 from Jafaral/arm-ci
Don-Ward Feb 4, 2025
838fbb2
config: update with new autoconf, fix freebsd timezone error
Jafaral Feb 4, 2025
9333422
ci: add freebsd coverage
Jafaral Feb 3, 2025
ca7137c
Add FreeBSD build instructions
Jafaral Feb 4, 2025
279c346
use a variable instead of an explicit call to make
Jafaral Feb 4, 2025
6b8fc73
tests: skip pty_uni test on FreeBSD
Jafaral Feb 4, 2025
cf12c21
Merge pull request #501 from Jafaral/freebsd
Don-Ward Feb 5, 2025
6e2f545
Adding native coswitch for aarch64/macOS
ianmclinden Feb 22, 2025
065130e
Merge pull request #506 from ianmclinden/coswitch-arm64-macos
Jafaral Feb 23, 2025
efe705a
Introduce Unicon Unit Test Framework
IanTrudel Apr 20, 2024
1f19cc8
Tests for TestSuite run() and failure tests
IanTrudel Apr 27, 2024
e43d66b
Adding total time elapsed while running tests
IanTrudel Apr 29, 2024
d8a481e
Summary now returns a record summary
IanTrudel Apr 29, 2024
209c837
Add UTR for the Unicon Unit Testing Framework
IanTrudel May 25, 2024
5717eb0
runtime: don't change string in place
Jafaral Feb 26, 2025
562e352
Merge pull request #509 from Jafaral/fix-listen
Don-Ward Feb 26, 2025
9c438f7
Merge pull request #507 from IanTrudel/unit-test
Jafaral Mar 4, 2025
835b046
Add LSIF functionality and rename workspace.icn to file_handler.icn
nshapiro4 Feb 28, 2025
45724c7
Merge pull request #510 from nshapiro4/lsif-implementation
Jafaral Mar 7, 2025
34c5c30
tests: enable coexpr and lib tests
Jafaral Mar 12, 2025
c6eadc8
uni: add missing file
Jafaral Mar 12, 2025
e6ac4ea
Merge pull request #511 from Jafaral/unittest
Don-Ward Mar 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Document the fourth parameter of spawn() in the language reference
Also clarify that the defaults are based on the corresponding sizes for
the main thread (rather than all being based on heap size).
Don-Ward committed Oct 22, 2024
commit f65ccd251883b077c471f37b22967860f733f506
8 changes: 4 additions & 4 deletions doc/book/langref.tex
Original file line number Diff line number Diff line change
@@ -3332,14 +3332,14 @@ \subsection*{Built-in functions}
\bigskip\hrule\vspace{0.1cm}
\index{spawn}
\noindent
{\bf spawn(CE, i, i) : thread } \hfill {\bf launch asynchronous thread}
{\bf spawn(CE, i, i, i) : thread } \hfill {\bf launch asynchronous thread}

\noindent
\index{spawn()}\texttt{spawn(ce)} launches co-expression \texttt{ce} as an
asynchronous thread that will execute concurrently with the current
co-expression. The two optional integers specify the memory in bytes
allocated for the thread's block and string regions. The defaults are 10\%
of the main thread heap size.
co-expression. The three optional integers specify the memory in bytes
allocated for the thread's block and string regions and stack size.
The defaults are 10\% of the corresponding sizes for the main thread.

\bigskip\hrule\vspace{0.1cm}
\index{sql}