Platin21
|
c59c6e98a5
Merge branch 'odin-lang:master' into feature/fix-odin-fmt
|
3 years ago |
Platin21
|
8b1100bf2b
os.open does r/d as default which makes a call to open a dir invalid this should fix this problem
|
3 years ago |
Platin21
|
a724573bb3
Fixes fopendir and readdir_r for arm64 or seemingly doing so
|
3 years ago |
Jeroen van Rijn
|
25769f139a
Merge pull request #1471 from Platin21/feature/fix-odin-fmt
|
3 years ago |
Platin21
|
3edf638cc6
Fixed Typo
|
3 years ago |
Platin21
|
de7e612186
Ignores DS_Store files which MacOS uses for Indexing or some crap
|
3 years ago |
Platin21
|
a571153458
Adds missing calls for os
|
3 years ago |
Jeroen van Rijn
|
ada58c66fa
Merge pull request #1469 from ap29600/bit_iterator
|
3 years ago |
ap29600
|
697f8c7ee6
replace a branch with `max` in `core:container/bit_array.set`
|
3 years ago |
Andrea Piseri
|
b6ebfe4b2c
rename iterator procedures
|
3 years ago |
Andrea Piseri
|
bccbdefde9
Update interface to allow more modes of iteration
|
3 years ago |
gingerBill
|
445ca70521
Correct implicit union cast
|
3 years ago |
gingerBill
|
c6ab8f82c8
Code refactor to aid development
|
3 years ago |
gingerBill
|
67ce0ec29f
Improve printing for unhandled cases by adding a new line before the cases
|
3 years ago |
gingerBill
|
23c3573c30
Minor correction to error message suggestion
|
3 years ago |
gingerBill
|
a4308e7246
Improve union variant assignment determination
|
3 years ago |
gingerBill
|
3439139b1c
Minor clean up
|
3 years ago |
gingerBill
|
cf246f65ff
Add check for variables which are both shadowing and unused by default
|
3 years ago |
gingerBill
|
dd84b61cc8
Correct `add_to_seen_map` logic
|
3 years ago |
gingerBill
|
b8c4bf2afb
Add `#partial [Enum]Type{...}` support to check for missing enumerated array fields
|
3 years ago |
gingerBill
|
e870041fe6
Fix `#sparse` usage
|
3 years ago |
gingerBill
|
6418ec3b21
Correct `#sparse` usage and error messages
|
3 years ago |
gingerBill
|
2bcc7b0064
Merge branch 'master' of https://github.com/odin-lang/Odin
|
3 years ago |
gingerBill
|
97be867103
Rename `#partial[Enum]Type` to `#sparse[Enum]Type` for non-contiguous enum fields
|
3 years ago |
gingerBill
|
fb710f8cbf
Merge pull request #1376 from jasonKercher/master
|
3 years ago |
gingerBill
|
1553137c23
Change behaviour of `A :: distinct Enum_Type` to be more intuitive
|
3 years ago |
gingerBill
|
d5384c5aa4
Only check idents in the alias (of alias)+ problem
|
3 years ago |
gingerBill
|
3a81f2ab89
Correct the type aliasing problem, caused by aliases (of aliases)+
|
3 years ago |
ap29600
|
b54fc96b1e
rename `iterator` proc to `next`, add named return values
|
3 years ago |
Andrea Piseri
|
48af78e469
add `iterator` to `core:container/bit_array`
|
3 years ago |