forked from uniconproject/unicon
-
Notifications
You must be signed in to change notification settings - Fork 0
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
pull
wants to merge
54
commits into
StephenWampler:master
Choose a base branch
from
uniconproject:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Fix bug in u_read()
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
…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]>
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
Auto unlock critical regions
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.
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
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
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
ci: disable iconc test on Windows until glob is fixed
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
ci: add native ARM test
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]>
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
Add support for FreeBSD build
Signed-off-by: Ian McLinden <[email protected]>
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
Add LSIF functionality
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
Enable a few tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )