]> Nishi Git Mirror - gwion.git/log
gwion.git
2 years ago:art: LGTM
Jérémie Astor [Wed, 20 Apr 2022 10:27:09 +0000 (12:27 +0200)]
:art: LGTM

2 years ago:art: Fully implement partial application
Jérémie Astor [Wed, 20 Apr 2022 10:17:46 +0000 (12:17 +0200)]
:art: Fully implement partial application

2 years ago:bug: Update fmt
Jérémie Astor [Wed, 20 Apr 2022 00:49:34 +0000 (02:49 +0200)]
:bug: Update fmt

2 years ago:art: Locales :smile:
Jérémie Astor [Wed, 20 Apr 2022 00:45:55 +0000 (02:45 +0200)]
:art: Locales :smile:

2 years ago:art: Better define primitive
Jérémie Astor [Mon, 18 Apr 2022 16:35:52 +0000 (18:35 +0200)]
:art: Better define primitive

2 years ago:bug: small fix
Jérémie Astor [Mon, 18 Apr 2022 08:22:33 +0000 (10:22 +0200)]
:bug: small fix

2 years ago:bug: Fix build
Jérémie Astor [Mon, 18 Apr 2022 08:13:12 +0000 (10:13 +0200)]
:bug: Fix build

2 years ago:wrench: add bot and discord backend update
Jérémie Astor [Mon, 18 Apr 2022 08:11:03 +0000 (10:11 +0200)]
:wrench: add bot and discord backend update

2 years ago:art: Make curry lambda use return
Jérémie Astor [Mon, 18 Apr 2022 07:12:27 +0000 (09:12 +0200)]
:art: Make curry lambda use return

2 years ago:art: Remove ambiguity with apms
Jérémie Astor [Mon, 18 Apr 2022 01:04:45 +0000 (03:04 +0200)]
:art: Remove ambiguity with apms

2 years ago:art: Improve curry
Jérémie Astor [Mon, 18 Apr 2022 01:01:34 +0000 (03:01 +0200)]
:art: Improve curry

2 years agoMerge branch 'master' of https://github.com/Gwion/gwion
Jérémie Astor [Sun, 17 Apr 2022 21:51:12 +0000 (23:51 +0200)]
Merge branch 'master' of https://github.com/Gwion/gwion

2 years ago:art: Add explicit currying
Jérémie Astor [Sun, 17 Apr 2022 21:50:44 +0000 (23:50 +0200)]
:art: Add explicit currying

2 years agoOpenBSD seq alias settings for scripts/test.sh (#244)
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

2 years agoNetBSD / OpenBSD Support (#243)
NishiOwO [Sun, 17 Apr 2022 14:58:40 +0000 (23:58 +0900)]
NetBSD / OpenBSD Support (#243)

Thanks.
This first PR is very clean :tada:

2 years ago:bug: Fix compilation and tests
Jérémie Astor [Fri, 15 Apr 2022 13:58:15 +0000 (15:58 +0200)]
:bug: Fix compilation and tests

2 years agoRevert "spelling and phrasing updates in gwion.pot (#239)"
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.

2 years agospelling and phrasing updates in gwion.pot (#239)
Quix [Fri, 15 Apr 2022 12:42:20 +0000 (08:42 -0400)]
spelling and phrasing updates in gwion.pot (#239)

2 years ago:art: Improve error messages, thanks quibono
Jérémie Astor [Fri, 15 Apr 2022 12:41:48 +0000 (14:41 +0200)]
:art: Improve error messages, thanks quibono

2 years ago:art: Improve final function handling
Jérémie Astor [Fri, 15 Apr 2022 12:28:20 +0000 (14:28 +0200)]
:art: Improve final function handling

2 years ago:art: Improve => now err message (thanks jackojc)
Jérémie Astor [Fri, 15 Apr 2022 00:47:43 +0000 (02:47 +0200)]
:art: Improve => now err message (thanks jackojc)

2 years ago:art: Improve non callable err message
Jérémie Astor [Fri, 15 Apr 2022 00:19:14 +0000 (02:19 +0200)]
:art: Improve non callable err message

2 years ago:wrench: Improve update.sh
Jérémie Astor [Thu, 14 Apr 2022 23:25:51 +0000 (01:25 +0200)]
:wrench: Improve update.sh

2 years ago:art: update plug
Jérémie Astor [Thu, 14 Apr 2022 23:07:40 +0000 (01:07 +0200)]
:art: update plug

2 years ago:bug: Fix fileio write
Jérémie Astor [Thu, 14 Apr 2022 20:35:43 +0000 (22:35 +0200)]
:bug: Fix fileio write

2 years ago:art: samll fixes
Jérémie Astor [Thu, 14 Apr 2022 15:23:20 +0000 (17:23 +0200)]
:art: samll fixes

2 years agoAdd dur type to Kakoune highlighter (#242)
Jack Clarke [Wed, 13 Apr 2022 20:33:34 +0000 (20:33 +0000)]
Add dur type to Kakoune highlighter (#242)

2 years ago:wrench: Add gwion.nanorc
Jérémie Astor [Tue, 12 Apr 2022 22:50:39 +0000 (00:50 +0200)]
:wrench: Add gwion.nanorc

2 years agoUpdate Kakoune syntax highlighting (#241)
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

2 years ago:art: update ast
Jérémie Astor [Tue, 12 Apr 2022 19:16:53 +0000 (21:16 +0200)]
:art: update ast

2 years ago:art: Binary error point to operator
Jérémie Astor [Tue, 12 Apr 2022 17:37:59 +0000 (19:37 +0200)]
:art: Binary error point to operator

2 years ago:art: update
Jérémie Astor [Tue, 12 Apr 2022 13:49:22 +0000 (15:49 +0200)]
:art: update

2 years agoAdd syntax highlighting for Kakoune (#240)
Jack Clarke [Mon, 11 Apr 2022 17:37:55 +0000 (17:37 +0000)]
Add syntax highlighting for Kakoune (#240)

2 years ago:wrench: do not set driver for tests
Jérémie Astor [Sun, 10 Apr 2022 21:30:06 +0000 (23:30 +0200)]
:wrench: do not set driver for tests

2 years ago:art: Inital *virtual time* commit
Jérémie Astor [Sun, 10 Apr 2022 21:24:03 +0000 (23:24 +0200)]
:art: Inital *virtual time* commit

2 years ago:art: Abort on unknown driver, as per jackojc suggestion
Jérémie Astor [Sun, 10 Apr 2022 17:21:40 +0000 (19:21 +0200)]
:art: Abort on unknown driver, as per jackojc suggestion

2 years ago:bug: Fix float_imm instructions
Jérémie Astor [Sun, 10 Apr 2022 14:18:23 +0000 (16:18 +0200)]
:bug: Fix float_imm instructions

2 years ago:bug: Fix RtMidi.send
Jérémie Astor [Thu, 7 Apr 2022 16:15:45 +0000 (18:15 +0200)]
:bug: Fix RtMidi.send

2 years ago:bug: Fix array concat
Jérémie Astor [Wed, 6 Apr 2022 17:09:24 +0000 (19:09 +0200)]
:bug: Fix array concat

2 years ago:wrench: Do not use testing branch tests
Jérémie Astor [Wed, 6 Apr 2022 16:33:05 +0000 (18:33 +0200)]
:wrench: Do not use testing branch tests

2 years agoupdate ast
Jérémie Astor [Wed, 6 Apr 2022 16:24:56 +0000 (18:24 +0200)]
update ast

2 years ago:bug: Add error message to env_storage (thanks quibono :smile:)
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:)

2 years ago:art: default args, and more
Jérémie Astor [Tue, 5 Apr 2022 19:48:31 +0000 (21:48 +0200)]
:art: default args, and more

2 years agoFix nested templates/typedefs
Jérémie Astor [Sun, 3 Apr 2022 21:52:44 +0000 (23:52 +0200)]
Fix nested templates/typedefs

2 years ago:art: Improve templates and typedefs
Jérémie Astor [Sun, 3 Apr 2022 21:38:06 +0000 (23:38 +0200)]
:art: Improve templates and typedefs

2 years ago:bug: Fix stmt_try copy
Jérémie Astor [Sun, 3 Apr 2022 14:55:35 +0000 (16:55 +0200)]
:bug: Fix stmt_try copy

2 years ago:bomb: Fix uint32_t multiply overflow?
Jérémie Astor [Sun, 3 Apr 2022 14:03:42 +0000 (16:03 +0200)]
:bomb: Fix uint32_t multiply overflow?

2 years ago:wrench: Try to fix coverage
Jérémie Astor [Sun, 3 Apr 2022 13:31:31 +0000 (15:31 +0200)]
:wrench: Try to fix coverage

2 years ago:art: improve Hydrate
Jérémie Astor [Sat, 2 Apr 2022 12:55:16 +0000 (14:55 +0200)]
:art: improve Hydrate

2 years ago:bug: Fix Hydrate event
Jérémie Astor [Sat, 2 Apr 2022 10:43:59 +0000 (12:43 +0200)]
:bug: Fix Hydrate event

2 years ago:bug: Fix SimdJSON null string
Jérémie Astor [Thu, 31 Mar 2022 15:05:50 +0000 (17:05 +0200)]
:bug: Fix SimdJSON null string

2 years ago:bug: Fix SimdJSON null
Jérémie Astor [Thu, 31 Mar 2022 15:02:08 +0000 (17:02 +0200)]
:bug: Fix SimdJSON null

2 years ago:art updateplugs
Jérémie Astor [Wed, 30 Mar 2022 19:50:29 +0000 (21:50 +0200)]
:art updateplugs

2 years ago:bomb: free new template fdef on eaarly failure
Jérémie Astor [Wed, 30 Mar 2022 19:50:19 +0000 (21:50 +0200)]
:bomb: free new template fdef on eaarly failure

2 years ago:bug: Fix unknown enum access
Jérémie Astor [Wed, 30 Mar 2022 19:49:51 +0000 (21:49 +0200)]
:bug: Fix unknown enum access

2 years ago:art: Remove xxxfix
Jérémie Astor [Tue, 29 Mar 2022 18:01:34 +0000 (20:01 +0200)]
:art: Remove xxxfix

2 years ago:bug: Fix location on template func errors
Jérémie Astor [Tue, 29 Mar 2022 18:00:35 +0000 (20:00 +0200)]
:bug: Fix location on template func errors

2 years ago:art: SimdJSON: use real object type
Jérémie Astor [Tue, 29 Mar 2022 18:00:00 +0000 (20:00 +0200)]
:art: SimdJSON: use real object type

2 years ago:art: Improve new semantics
Jérémie Astor [Tue, 29 Mar 2022 09:51:04 +0000 (11:51 +0200)]
:art: Improve new semantics

2 years ago:art: correct variable form parent inference
Jérémie Astor [Mon, 28 Mar 2022 18:33:42 +0000 (20:33 +0200)]
:art: correct variable form parent inference

2 years ago:bug: Fix lexer.c
Jérémie Astor [Mon, 28 Mar 2022 17:00:19 +0000 (19:00 +0200)]
:bug: Fix lexer.c

2 years ago:bug: :wrench: Fix install target
Jérémie Astor [Mon, 28 Mar 2022 16:56:09 +0000 (18:56 +0200)]
:bug: :wrench: Fix install target

2 years ago:bug: fix #include locations
Jérémie Astor [Mon, 28 Mar 2022 16:36:59 +0000 (18:36 +0200)]
:bug: fix #include locations

2 years ago:art: Add file relative include
Jérémie Astor [Mon, 28 Mar 2022 15:03:11 +0000 (17:03 +0200)]
:art: Add file relative include

2 years ago:art: Fix a few warnings
Jérémie Astor [Sun, 27 Mar 2022 20:12:14 +0000 (22:12 +0200)]
:art: Fix a few warnings

2 years ago:bug: Fix decl => smth
Jérémie Astor [Sun, 27 Mar 2022 19:54:17 +0000 (21:54 +0200)]
:bug: Fix decl => smth

2 years ago:bug: re-allow tests on late values -> free instruction
Jérémie Astor [Thu, 24 Mar 2022 10:36:10 +0000 (11:36 +0100)]
:bug: re-allow tests on late values -> free instruction

2 years ago:bug: re-allow tests on late values
Jérémie Astor [Thu, 24 Mar 2022 10:27:18 +0000 (11:27 +0100)]
:bug: re-allow tests on late values

2 years ago:bug: fmt fixes
Jérémie Astor [Thu, 24 Mar 2022 09:34:02 +0000 (10:34 +0100)]
:bug: fmt fixes

2 years agofix build
Jérémie Astor [Tue, 22 Mar 2022 13:30:42 +0000 (14:30 +0100)]
fix build

2 years ago:art: update ast, track origin, fix foreach with Array[][]
Jérémie Astor [Tue, 22 Mar 2022 13:17:13 +0000 (14:17 +0100)]
:art: update ast, track origin, fix foreach with Array[][]

2 years agoupdate
Jérémie Astor [Fri, 18 Mar 2022 00:19:07 +0000 (01:19 +0100)]
update

2 years ago:art: even more mp_vectors
Jérémie Astor [Thu, 17 Mar 2022 23:49:31 +0000 (00:49 +0100)]
:art: even more mp_vectors

2 years ago:art: more mp_vectors
Jérémie Astor [Thu, 17 Mar 2022 23:35:38 +0000 (00:35 +0100)]
:art: more mp_vectors

2 years ago:art: some clean and static casting
Jérémie Astor [Thu, 17 Mar 2022 16:51:21 +0000 (17:51 +0100)]
:art: some clean and static casting

2 years ago:bug: Do not parse config file as a gwion file
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

2 years agoMerge branch 'master' of https://github.com/Gwion/gwion
Jérémie Astor [Thu, 17 Mar 2022 12:10:24 +0000 (13:10 +0100)]
Merge branch 'master' of https://github.com/Gwion/gwion

2 years ago:art: Add flush to FileIO
Jérémie Astor [Thu, 17 Mar 2022 12:07:47 +0000 (13:07 +0100)]
:art: Add flush to FileIO

2 years agoList2array (#237)
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

2 years ago:art: small template fix 237/head
Jérémie Astor [Thu, 17 Mar 2022 11:42:14 +0000 (12:42 +0100)]
:art: small template fix

2 years ago:art: cosmetics
Jérémie Astor [Thu, 17 Mar 2022 11:37:25 +0000 (12:37 +0100)]
:art: cosmetics

2 years agoFix build
Jérémie Astor [Wed, 16 Mar 2022 16:12:06 +0000 (17:12 +0100)]
Fix build

2 years agosubmodules
Jérémie Astor [Wed, 16 Mar 2022 16:07:29 +0000 (17:07 +0100)]
submodules

2 years agocleaning
Jérémie Astor [Wed, 16 Mar 2022 16:05:40 +0000 (17:05 +0100)]
cleaning

2 years agofixfunctionnal
Jérémie Astor [Sun, 13 Feb 2022 21:12:03 +0000 (22:12 +0100)]
fixfunctionnal

2 years ago:wrench: some utils
Jérémie Astor [Sat, 12 Feb 2022 11:40:11 +0000 (12:40 +0100)]
:wrench: some utils

2 years ago:art: clean_and_improve ast
Jérémie Astor [Sat, 12 Feb 2022 11:39:00 +0000 (12:39 +0100)]
:art: clean_and_improve ast

2 years ago:art: clean_and_improve
Jérémie Astor [Sat, 12 Feb 2022 11:37:35 +0000 (12:37 +0100)]
:art: clean_and_improve

2 years ago:art: Grammar update
Jérémie Astor [Thu, 10 Feb 2022 14:39:24 +0000 (15:39 +0100)]
:art: Grammar update

2 years ago:art: uncurse FMSynth a bit
Jérémie Astor [Mon, 7 Feb 2022 16:53:22 +0000 (17:53 +0100)]
:art: uncurse FMSynth a bit

2 years ago:wrench: Update Sciter recipe
Jérémie Astor [Sun, 6 Feb 2022 19:27:34 +0000 (20:27 +0100)]
:wrench: Update Sciter recipe

2 years ago:wrench: Update Sciter recipe
Jérémie Astor [Sun, 6 Feb 2022 14:37:54 +0000 (15:37 +0100)]
:wrench: Update Sciter recipe

2 years ago:art: Update RtMidi
Jérémie Astor [Fri, 4 Feb 2022 11:57:36 +0000 (12:57 +0100)]
:art: Update RtMidi

2 years ago:art: Update RtMidi
Jérémie Astor [Mon, 31 Jan 2022 15:21:40 +0000 (16:21 +0100)]
:art: Update RtMidi

2 years ago:wrench: ease up cross compilation
Jérémie Astor [Sat, 29 Jan 2022 15:18:39 +0000 (16:18 +0100)]
:wrench: ease up cross compilation

2 years ago: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

2 years ago:art: small update
Jérémie Astor [Sat, 29 Jan 2022 13:30:03 +0000 (14:30 +0100)]
:art: small update

2 years agokikfix
Jérémie Astor [Mon, 10 Jan 2022 11:25:32 +0000 (12:25 +0100)]
kikfix

2 years agoUpdate
Jérémie Astor [Sun, 9 Jan 2022 17:29:17 +0000 (18:29 +0100)]
Update

2 years ago:wrench: make update
Jérémie Astor [Sun, 9 Jan 2022 17:28:05 +0000 (18:28 +0100)]
:wrench: make update