]>
Nishi Git Mirror - gwion.git/log
Jérémie Astor [Mon, 18 Apr 2022 01:04:45 +0000 (03:04 +0200)]
:art: Remove ambiguity with apms
Jérémie Astor [Mon, 18 Apr 2022 01:01:34 +0000 (03:01 +0200)]
:art: Improve curry
Jérémie Astor [Sun, 17 Apr 2022 21:51:12 +0000 (23:51 +0200)]
Merge branch 'master' of https://github.com/Gwion/gwion
Jérémie Astor [Sun, 17 Apr 2022 21:50:44 +0000 (23:50 +0200)]
:art: Add explicit currying
NishiOwO [Sun, 17 Apr 2022 15:34:02 +0000 (00:34 +0900)]
OpenBSD seq alias settings for scripts/test.sh (#244)
* NetBSD / OpenBSD Support
* OpenBSD seq alias settings
NishiOwO [Sun, 17 Apr 2022 14:58:40 +0000 (23:58 +0900)]
NetBSD / OpenBSD Support (#243)
Thanks.
This first PR is very clean :tada:
Jérémie Astor [Fri, 15 Apr 2022 13:58:15 +0000 (15:58 +0200)]
:bug: Fix compilation and tests
Jérémie Astor [Fri, 15 Apr 2022 12:42:55 +0000 (14:42 +0200)]
Revert "spelling and phrasing updates in gwion.pot (#239)"
This reverts commit
664387703375aff8f273b8fc4a57ffa9d0cb9d72 .
Quix [Fri, 15 Apr 2022 12:42:20 +0000 (08:42 -0400)]
spelling and phrasing updates in gwion.pot (#239)
Jérémie Astor [Fri, 15 Apr 2022 12:41:48 +0000 (14:41 +0200)]
:art: Improve error messages, thanks quibono
Jérémie Astor [Fri, 15 Apr 2022 12:28:20 +0000 (14:28 +0200)]
:art: Improve final function handling
Jérémie Astor [Fri, 15 Apr 2022 00:47:43 +0000 (02:47 +0200)]
:art: Improve => now err message (thanks jackojc)
Jérémie Astor [Fri, 15 Apr 2022 00:19:14 +0000 (02:19 +0200)]
:art: Improve non callable err message
Jérémie Astor [Thu, 14 Apr 2022 23:25:51 +0000 (01:25 +0200)]
:wrench: Improve update.sh
Jérémie Astor [Thu, 14 Apr 2022 23:07:40 +0000 (01:07 +0200)]
:art: update plug
Jérémie Astor [Thu, 14 Apr 2022 20:35:43 +0000 (22:35 +0200)]
:bug: Fix fileio write
Jérémie Astor [Thu, 14 Apr 2022 15:23:20 +0000 (17:23 +0200)]
:art: samll fixes
Jack Clarke [Wed, 13 Apr 2022 20:33:34 +0000 (20:33 +0000)]
Add dur type to Kakoune highlighter (#242)
Jérémie Astor [Tue, 12 Apr 2022 22:50:39 +0000 (00:50 +0200)]
:wrench: Add gwion.nanorc
Jack Clarke [Tue, 12 Apr 2022 22:40:01 +0000 (22:40 +0000)]
Update Kakoune syntax highlighting (#241)
* Add bool to types in Kakoune highlighter
* Add proper syntax highlighting for literals in Kakoune
- Add support for "inbetween" comments like `#! foo !#`
- Add highlighting for user operators `@`
- Add binary, hex and octal literals
- Add float literals including exponents
- Add integer suffixes
Jérémie Astor [Tue, 12 Apr 2022 19:16:53 +0000 (21:16 +0200)]
:art: update ast
Jérémie Astor [Tue, 12 Apr 2022 17:37:59 +0000 (19:37 +0200)]
:art: Binary error point to operator
Jérémie Astor [Tue, 12 Apr 2022 13:49:22 +0000 (15:49 +0200)]
:art: update
Jack Clarke [Mon, 11 Apr 2022 17:37:55 +0000 (17:37 +0000)]
Add syntax highlighting for Kakoune (#240)
Jérémie Astor [Sun, 10 Apr 2022 21:30:06 +0000 (23:30 +0200)]
:wrench: do not set driver for tests
Jérémie Astor [Sun, 10 Apr 2022 21:24:03 +0000 (23:24 +0200)]
:art: Inital *virtual time* commit
Jérémie Astor [Sun, 10 Apr 2022 17:21:40 +0000 (19:21 +0200)]
:art: Abort on unknown driver, as per jackojc suggestion
Jérémie Astor [Sun, 10 Apr 2022 14:18:23 +0000 (16:18 +0200)]
:bug: Fix float_imm instructions
Jérémie Astor [Thu, 7 Apr 2022 16:15:45 +0000 (18:15 +0200)]
:bug: Fix RtMidi.send
Jérémie Astor [Wed, 6 Apr 2022 17:09:24 +0000 (19:09 +0200)]
:bug: Fix array concat
Jérémie Astor [Wed, 6 Apr 2022 16:33:05 +0000 (18:33 +0200)]
:wrench: Do not use testing branch tests
Jérémie Astor [Wed, 6 Apr 2022 16:24:56 +0000 (18:24 +0200)]
update ast
Jérémie Astor [Wed, 6 Apr 2022 16:13:05 +0000 (18:13 +0200)]
:bug: Add error message to env_storage (thanks quibono :smile:)
Jérémie Astor [Tue, 5 Apr 2022 19:48:31 +0000 (21:48 +0200)]
:art: default args, and more
Jérémie Astor [Sun, 3 Apr 2022 21:52:44 +0000 (23:52 +0200)]
Fix nested templates/typedefs
Jérémie Astor [Sun, 3 Apr 2022 21:38:06 +0000 (23:38 +0200)]
:art: Improve templates and typedefs
Jérémie Astor [Sun, 3 Apr 2022 14:55:35 +0000 (16:55 +0200)]
:bug: Fix stmt_try copy
Jérémie Astor [Sun, 3 Apr 2022 14:03:42 +0000 (16:03 +0200)]
:bomb: Fix uint32_t multiply overflow?
Jérémie Astor [Sun, 3 Apr 2022 13:31:31 +0000 (15:31 +0200)]
:wrench: Try to fix coverage
Jérémie Astor [Sat, 2 Apr 2022 12:55:16 +0000 (14:55 +0200)]
:art: improve Hydrate
Jérémie Astor [Sat, 2 Apr 2022 10:43:59 +0000 (12:43 +0200)]
:bug: Fix Hydrate event
Jérémie Astor [Thu, 31 Mar 2022 15:05:50 +0000 (17:05 +0200)]
:bug: Fix SimdJSON null string
Jérémie Astor [Thu, 31 Mar 2022 15:02:08 +0000 (17:02 +0200)]
:bug: Fix SimdJSON null
Jérémie Astor [Wed, 30 Mar 2022 19:50:29 +0000 (21:50 +0200)]
:art updateplugs
Jérémie Astor [Wed, 30 Mar 2022 19:50:19 +0000 (21:50 +0200)]
:bomb: free new template fdef on eaarly failure
Jérémie Astor [Wed, 30 Mar 2022 19:49:51 +0000 (21:49 +0200)]
:bug: Fix unknown enum access
Jérémie Astor [Tue, 29 Mar 2022 18:01:34 +0000 (20:01 +0200)]
:art: Remove xxxfix
Jérémie Astor [Tue, 29 Mar 2022 18:00:35 +0000 (20:00 +0200)]
:bug: Fix location on template func errors
Jérémie Astor [Tue, 29 Mar 2022 18:00:00 +0000 (20:00 +0200)]
:art: SimdJSON: use real object type
Jérémie Astor [Tue, 29 Mar 2022 09:51:04 +0000 (11:51 +0200)]
:art: Improve new semantics
Jérémie Astor [Mon, 28 Mar 2022 18:33:42 +0000 (20:33 +0200)]
:art: correct variable form parent inference
Jérémie Astor [Mon, 28 Mar 2022 17:00:19 +0000 (19:00 +0200)]
:bug: Fix lexer.c
Jérémie Astor [Mon, 28 Mar 2022 16:56:09 +0000 (18:56 +0200)]
:bug: :wrench: Fix install target
Jérémie Astor [Mon, 28 Mar 2022 16:36:59 +0000 (18:36 +0200)]
:bug: fix #include locations
Jérémie Astor [Mon, 28 Mar 2022 15:03:11 +0000 (17:03 +0200)]
:art: Add file relative include
Jérémie Astor [Sun, 27 Mar 2022 20:12:14 +0000 (22:12 +0200)]
:art: Fix a few warnings
Jérémie Astor [Sun, 27 Mar 2022 19:54:17 +0000 (21:54 +0200)]
:bug: Fix decl => smth
Jérémie Astor [Thu, 24 Mar 2022 10:36:10 +0000 (11:36 +0100)]
:bug: re-allow tests on late values -> free instruction
Jérémie Astor [Thu, 24 Mar 2022 10:27:18 +0000 (11:27 +0100)]
:bug: re-allow tests on late values
Jérémie Astor [Thu, 24 Mar 2022 09:34:02 +0000 (10:34 +0100)]
:bug: fmt fixes
Jérémie Astor [Tue, 22 Mar 2022 13:30:42 +0000 (14:30 +0100)]
fix build
Jérémie Astor [Tue, 22 Mar 2022 13:17:13 +0000 (14:17 +0100)]
:art: update ast, track origin, fix foreach with Array[][]
Jérémie Astor [Fri, 18 Mar 2022 00:19:07 +0000 (01:19 +0100)]
update
Jérémie Astor [Thu, 17 Mar 2022 23:49:31 +0000 (00:49 +0100)]
:art: even more mp_vectors
Jérémie Astor [Thu, 17 Mar 2022 23:35:38 +0000 (00:35 +0100)]
:art: more mp_vectors
Jérémie Astor [Thu, 17 Mar 2022 16:51:21 +0000 (17:51 +0100)]
:art: some clean and static casting
Jérémie Astor [Thu, 17 Mar 2022 12:18:47 +0000 (13:18 +0100)]
:bug: Do not parse config file as a gwion file
Jérémie Astor [Thu, 17 Mar 2022 12:10:24 +0000 (13:10 +0100)]
Merge branch 'master' of https://github.com/Gwion/gwion
Jérémie Astor [Thu, 17 Mar 2022 12:07:47 +0000 (13:07 +0100)]
:art: Add flush to FileIO
Jérémie Astor [Thu, 17 Mar 2022 11:51:42 +0000 (12:51 +0100)]
List2array (#237)
* :art: clean_and_improve
* :art: clean_and_improve ast
* :wrench: some utils
* fixfunctionnal
* cleaning
* submodules
* Fix build
* :art: cosmetics
* :art: small template fix
Jérémie Astor [Thu, 17 Mar 2022 11:42:14 +0000 (12:42 +0100)]
:art: small template fix
Jérémie Astor [Thu, 17 Mar 2022 11:37:25 +0000 (12:37 +0100)]
:art: cosmetics
Jérémie Astor [Wed, 16 Mar 2022 16:12:06 +0000 (17:12 +0100)]
Fix build
Jérémie Astor [Wed, 16 Mar 2022 16:07:29 +0000 (17:07 +0100)]
submodules
Jérémie Astor [Wed, 16 Mar 2022 16:05:40 +0000 (17:05 +0100)]
cleaning
Jérémie Astor [Sun, 13 Feb 2022 21:12:03 +0000 (22:12 +0100)]
fixfunctionnal
Jérémie Astor [Sat, 12 Feb 2022 11:40:11 +0000 (12:40 +0100)]
:wrench: some utils
Jérémie Astor [Sat, 12 Feb 2022 11:39:00 +0000 (12:39 +0100)]
:art: clean_and_improve ast
Jérémie Astor [Sat, 12 Feb 2022 11:37:35 +0000 (12:37 +0100)]
:art: clean_and_improve
Jérémie Astor [Thu, 10 Feb 2022 14:39:24 +0000 (15:39 +0100)]
:art: Grammar update
Jérémie Astor [Mon, 7 Feb 2022 16:53:22 +0000 (17:53 +0100)]
:art: uncurse FMSynth a bit
Jérémie Astor [Sun, 6 Feb 2022 19:27:34 +0000 (20:27 +0100)]
:wrench: Update Sciter recipe
Jérémie Astor [Sun, 6 Feb 2022 14:37:54 +0000 (15:37 +0100)]
:wrench: Update Sciter recipe
Jérémie Astor [Fri, 4 Feb 2022 11:57:36 +0000 (12:57 +0100)]
:art: Update RtMidi
Jérémie Astor [Mon, 31 Jan 2022 15:21:40 +0000 (16:21 +0100)]
:art: Update RtMidi
Jérémie Astor [Sat, 29 Jan 2022 15:18:39 +0000 (16:18 +0100)]
:wrench: ease up cross compilation
Jérémie Astor [Sat, 29 Jan 2022 15:18:32 +0000 (16:18 +0100)]
:wrench: ease up cross compilation
Jérémie Astor [Sat, 29 Jan 2022 13:30:03 +0000 (14:30 +0100)]
:art: small update
Jérémie Astor [Mon, 10 Jan 2022 11:25:32 +0000 (12:25 +0100)]
kikfix
Jérémie Astor [Sun, 9 Jan 2022 17:29:17 +0000 (18:29 +0100)]
Update
Jérémie Astor [Sun, 9 Jan 2022 17:28:05 +0000 (18:28 +0100)]
:wrench: make update
Jérémie Astor [Sun, 9 Jan 2022 17:18:27 +0000 (18:18 +0100)]
:art: Few fixes
Jérémie Astor [Sun, 9 Jan 2022 13:54:52 +0000 (14:54 +0100)]
:wrench: Add scripts/update.sh
Jérémie Astor [Sun, 9 Jan 2022 13:40:48 +0000 (14:40 +0100)]
Prepare (#236)
* :art: Use prepared bytecode
* :art: Use prepared bytecode
* :bug: Fix object destructor
* :art: :bomb: :bug: Fix object_dtor and clean a few things
* Fix repl (compilation at least)
* Fix repl (add wait time)
* :art: unbork Makefile
* :bug: Fix 1 channel dac
* :art: add ability to force load plugins
* :art: add ability to force load plugins (fix)
* :art: add ability to force load plugins (fix)
* :book: start Repl doc
* :art: Darling clean the pool
Jérémie Astor [Sat, 8 Jan 2022 16:55:59 +0000 (17:55 +0100)]
:art: Darling clean the pool
Jérémie Astor [Sat, 8 Jan 2022 11:07:29 +0000 (12:07 +0100)]
:book: start Repl doc
Jérémie Astor [Sat, 8 Jan 2022 01:27:09 +0000 (02:27 +0100)]
:art: add ability to force load plugins (fix)
Jérémie Astor [Sat, 8 Jan 2022 01:08:10 +0000 (02:08 +0100)]
:art: add ability to force load plugins (fix)
Jérémie Astor [Sat, 8 Jan 2022 00:09:14 +0000 (01:09 +0100)]
:art: add ability to force load plugins
Jérémie Astor [Fri, 7 Jan 2022 23:36:08 +0000 (00:36 +0100)]
:bug: Fix 1 channel dac