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

Conversation

pull[bot]
Copy link

@pull pull bot commented Nov 15, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

Don-Ward and others added 7 commits October 22, 2024 22:23
Also clarify that the defaults are based on the corresponding sizes for
the main thread (rather than all being based on heap size).
It was possible to overrun the strings region leading to corruption of memory.
The new code checks for overrun and allocates a new buffer if it would occur.
Document the fourth parameter of spawn() in the language reference
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
ulsp: add a json rpc lib, including  a jrpc test
@pull pull bot added the ⤵️ pull label Nov 15, 2024
Don-Ward and others added 22 commits November 15, 2024 14:59
…iler).

The original fix assumed the output language from unigram.y was C, so it used
the C comment syntax to remove code. The actual output language is Unicon, so
the Unicon comment syntax must be used.
Correct f6620ef (Remove a development diagnostic from the Unicon com…
The first parameter of find_method() must be an object, which was missing
in the SHA, Bitman and SQLite plugins.
Correct the use of find_method in the plugin api method.
If _POSIX_C_SOURCE is defined, it suppresses the inclusion of machine/_types.h
which causes wait.h to fail because
__DARWIN_BYTE_ORDER and __DARWIN_LITTLE_ENDIAN and __DARWIN_BIG_ENDIAN
are all undefined.
Fix build failure on macOS with Apple's arm processor.
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
Any mutexes locked by using the critical mtx: syntax will be automatically
unlocked when the critical region is left. Nested critical regions are supported
as are leaving a subset -- for example when breaking out of a loop.
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
ci: fix some tests due to moving to Ubuntu 24.04, enable test for Apple silicon and riscv64
All but one of the FxPt tests succeed. Disable the one test that causes a
crash pending an investigation.
tests: Disable the one FxPt test that crashes; enable the rest.
runtime: fix typo, drop unnecessary line and fix associated comment
We can't queue an event to a window after closing it.
Move the queue call before we call wclose().
Simplify the code a bit in the process.

Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
runtime: fix null pointer deference on a window close
Jafaral and others added 25 commits February 3, 2025 22:40
ci: disable iconc test on Windows until glob is fixed
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
Add support for FreeBSD build
Adding native coswitch for aarch64/macOS
- Provides a TestCase, TestSuite, TestReporter and a Mock class.
- Testing is bootstrapped using the new unittest package to test the said package.
- Added tests for the TestReporter.
- Completing TestTestSuite run tests and assertion failure tests.
- Adding a few more assertions.
- Tidying up the output.
- Inspired from `tests/unicon/tester.icn`
- Example output: ran 20 tests in 2.004114s
A Unicon Techincal Report for the Unicon Unit Testing Framework including:
- Introduction
- Components of the framework
- Unit test examples
- References
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
runtime: don't change string in place
Introducing Unit Test Framework
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants