aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Update stale.ymlMikkel Hjortshøj2022-12-241-2/+2
| | | Update stale action to *not* delete issues/PRs anymore and only mark them as stale, also update the version
* Fix CI typo.Jeroen van Rijn2022-11-131-1/+1
|
* map tests for Linux and MacJeroen van Rijn2022-11-131-0/+10
|
* Add tests for new map implementation.Jeroen van Rijn2022-11-121-0/+7
|
* Temporarily disable certain tests.Jeroen van Rijn2022-11-011-13/+0
|
* Github CI: Add test case for issue 2113Lucas Perlind2022-10-081-0/+8
|
* Disable issues tests for the moment.Jeroen van Rijn2022-10-041-7/+0
|
* [tests] Skip issues test on Windows for now.dev-2022-10Jeroen van Rijn2022-10-021-5/+0
|
* Fix llvm copy on nightly ciFelipe Lavratti2022-09-291-1/+1
|
* Changed nightly build for linux to include the llvm library fileFelipe Lavratti2022-09-211-0/+1
|
* Update stale.ymlMikkel Hjortshøj2022-07-251-2/+2
|
* Update stale.ymlMikkel Hjortshøj2022-07-251-20/+19
|
* Update stale.ymlMikkel Hjortshøj2022-07-251-1/+2
|
* Update stale.ymlMikkel Hjortshøj2022-07-241-1/+1
|
* Update stale.ymlMikkel Hjortshøj2022-07-241-1/+12
|
* Create stale.ymlMikkel Hjortshøj2022-07-241-0/+32
|
* Update ci.ymlMikkel Hjortshøj2022-07-241-1/+1
|
* Update CI.Jeroen van Rijn2022-04-261-4/+5
|
* Update CI workflow.Jeroen van Rijn2022-04-261-3/+7
|
* Revert "Merge pull request #1702 from Kelimion/filename_generation"Jeroen van Rijn2022-04-241-8/+3
| | | | | This reverts commit a40a53b10447c9223c24cccf565a95f1773d3922, reversing changes made to 5422a3b17eae821df4adf869960995e922eb0e76.
* Update CI paths for issue tests.Jeroen van Rijn2022-04-241-3/+3
|
* Update tests to use new filename generation code.Jeroen van Rijn2022-04-241-3/+8
|
* Update nightly.yml to build the directorygingerBill2022-04-051-3/+3
|
* only install the right version of llvmColin Davidson2022-03-311-3/+3
|
* Fix issue #829 "Compiler crashes when declaring maps with procedure"gitlost2022-03-231-3/+3
| | | | | | Inits `o->value` in `check_expr_base_internal()` so doesn't accidentally use last (the proc lit was being set to that of previous string) Adds test to "tests/issues" and changes CI to use new "run" shells
* Fix issue #1592 "LLVM code gen error when using a constant in an if"gitlost2022-03-181-0/+12
| | | | | | | Changes lb_build_if_stmt() to return null lbValue if condition is cmpAnd, cmpOr or non-const neg and check in lb_build_if_stmt() to avoid short circuiting if that's the case Adds test to "tests/issues" and adds step in CI to check this dir
* Merge pull request #1605 from colrdavidson/linux_buildgingerBill2022-03-141-3/+3
|\ | | | | Make llvm-config build more general for linux
| * more build tweaks?Colin Davidson2022-03-091-1/+1
| |
| * test adjusting apt arg orderColin Davidson2022-03-091-1/+1
| |
| * Update ci to use build scriptColin Davidson2022-03-091-2/+2
| |
* | Merge pull request #1613 from semarie/linux_arm64gingerBill2022-03-141-0/+3
|\ \ | | | | | | fix Linux arm64 support
| * | enable linux_arm64 check in CISébastien Marie2022-03-121-0/+3
| |/
* / enable freebsd_amd64 inside CISébastien Marie2022-03-131-0/+3
|/
* rename architecture from 386 to i386Sébastien Marie2022-03-031-2/+2
|
* CI: add linux i386, Darwin arm64 and Windows 386Sébastien Marie2022-03-031-0/+12
|
* Update FUNDING.ymlgingerBill2022-03-031-0/+1
|
* ci: add check for OpenBSD amd64Sébastien Marie2022-02-261-0/+3
|
* Update nightly.ymlMikkel Hjortshøj2022-02-111-1/+1
|
* Update ci.ymlMikkel Hjortshøj2022-02-111-1/+1
|
* Enforce `-strict-style` in CIgingerBill2022-01-311-3/+3
|
* Correct CIgingerBill2022-01-301-3/+4
|
* Update CI to do `odin check examples/all`gingerBill2022-01-301-9/+20
|
* Fix package name againzhibog2021-11-101-1/+1
|
* Fix botan lib name for aptzhibog2021-11-101-1/+1
|
* Add tests to Linux and Mac and add vendor testszhibog2021-11-101-4/+26
|
* Update issue templatesJeroen van Rijn2021-11-041-1/+1
|
* Update issue templatesJeroen van Rijn2021-11-041-1/+1
|
* CI: Run demo with debug info.Jeroen van Rijn2021-11-011-0/+12
|
* Add `odin report` command to help with bug reports.Jeroen van Rijn2021-10-311-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | Add new Odin command, `odin report`, which prints information helpful to resolving or reporting a bug. ``` W:\Odin> odin report Where to find more information and get into contact when you encounter a bug: Website: https://odin-lang.org GitHub: https://github.com/odin-lang/Odin/issues Useful information to add to a bug report: Odin: dev-2021-10:256bebfe OS: Windows 10 Professional (version: 20H2), build 19042.1266 CPU: AMD Ryzen 7 1800X Eight-Core Processor RAM: 65469 MiB W:\Odin> TODO: - CPU name on ARM/ARM64 ```
* Update nightly.ymlMikkel Hjortshøj2021-10-221-1/+1
| | | Downgrading python version in nightly to use same version as local