Marc Vertes
0a5b16cad6
feat: support go1.22
...
* feat: support go1.22
* Temporary fix for consistency tests due to language change in for loops
* review: clean old files
---------
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com >
2024-03-05 17:56:04 +01:00
Marc Vertes
6b652ea485
feature: provide a version sub-command
...
A version sub-command is implemented.
A local install target is added to Makefile, to set version from git at build.
Fixes #840 .
2020-10-14 16:24:05 +02:00
Marc Vertes
473bc63588
fix: behavior of select and time ticker
...
There was several issues:
- access to field on pointer to struct from runtime: fix in
lookupBinField
- assign operation was skipped when performed in a comm clause
- the direction of comm clause was wrong if a channel send operation was
performed in a body of a receive comm clause
Fixes #884 .
2020-10-14 15:50:04 +02:00
Marc Vertes
0dde990d0b
feature: improve extract, add unrestricted syscalls
2020-09-29 18:42:05 +02:00
Ludovic Fernandez
a6d9c84a30
chore: adds a downloader script.
2020-09-20 18:26:03 +02:00
Nicholas Wiersma
c2ad279643
fix: use pragma for ptr checks
2020-06-22 16:40:03 +02:00
Nicholas Wiersma
f19b7563ea
feature: unsafe type conversion
2020-06-18 18:14:03 +02:00
Dan Kortschak
714253c1e6
interp: add eval cancelation by semaphore
2019-10-29 16:18:04 +01:00
Ludovic Fernandez
373e3204b4
chore: revert stdlib improvements
2019-07-26 22:36:03 -07:00
Ludovic Fernandez
43b8594c82
feat: improve stdlib generation.
2019-07-26 17:10:04 -07:00
Ludovic Fernandez
aa98e2c2a9
feat: support yaegi in go playground
2019-07-24 17:52:03 -07:00
Marc Vertes
d055747bef
chore: run _test/*.go as tests, not examples ( #134 )
2019-03-28 17:38:51 +01:00
Ludovic Fernandez
83c21d4bc0
doc: move dev things. ( #29 )
2019-01-22 18:12:08 +01:00
Ludovic Fernandez
3f000e5fac
refactor: clean and plugin tests ( #26 )
...
* refactor: remove gi_c
* refactor: new intergation example.
* chore: adds new targets.
* doc: adds issue template.
2019-01-22 15:53:52 +01:00
Marc Vertes
547b1afb8d
feat(goexports): support multi os / arch, generate syscalls for all platforms ( #6 )
2019-01-11 17:41:26 +01:00
Fernandez Ludovic
1e4efe0a72
chore: add linting.
2019-01-07 11:34:04 +01:00