Commit Graph

6958 Commits

Author SHA1 Message Date
Laytan
786cd09cea new_os: core/prof/spall 2025-11-03 19:51:42 +01:00
Jeroen van Rijn
76e3164253 Remove os2 mockup warning 2025-11-03 10:58:09 +01:00
Jeroen van Rijn
f6563f877b remove import 2025-11-02 15:53:57 +01:00
Jeroen van Rijn
6cd146e40d Convert fmt_js.odin to not use core:os* 2025-11-02 15:53:57 +01:00
Jeroen van Rijn
2afd51cf63 Port core:flags to os2 2025-11-02 15:53:57 +01:00
Jeroen van Rijn
1778b8842a Update example 2025-11-02 15:53:57 +01:00
Jeroen van Rijn
fd08181b6b Link some more of filepath to os2 2025-11-02 15:53:57 +01:00
Jeroen van Rijn
6fbb9c417b Link more of path/filepath to os2 2025-11-02 15:53:57 +01:00
Jeroen van Rijn
e46de333e4 Add tests for glob + match 2025-11-02 15:53:57 +01:00
Jeroen van Rijn
44964f8e38 Fix js_wasm 2025-11-02 15:53:56 +01:00
Jeroen van Rijn
f71bd46a53 Fix local tz 2025-11-02 15:53:56 +01:00
Jeroen van Rijn
e9632c9a97 Add glob + match to os2 2025-11-02 15:53:56 +01:00
Jeroen van Rijn
e67931b755 Add more filepath to os2 2025-11-02 15:53:56 +01:00
Jeroen van Rijn
495a881131 core:path/filepath -> os2 2025-11-02 15:53:56 +01:00
Jeroen van Rijn
fab5bb2c5d core\unicode\tools -> os2 2025-11-02 15:53:56 +01:00
Jeroen van Rijn
5859ed7aab core:time/timezone -> os2 2025-11-02 15:53:56 +01:00
Jeroen van Rijn
d701d5b145 core:net -> os2 2025-11-02 15:53:56 +01:00
Jeroen van Rijn
5193498129 mem.virtual -> os2 2025-11-02 15:53:56 +01:00
Jeroen van Rijn
98f5de199a gzip -> os2 2025-11-02 15:53:56 +01:00
Jeroen van Rijn
b74345f105 core:text/table -> core:os/os2 2025-11-02 15:53:56 +01:00
Jeroen van Rijn
56b9e7f046 core:text/regex -> core:os/os2 2025-11-02 15:53:56 +01:00
Jeroen van Rijn
91491b0538 core:text/i18n -> core:os/os2 2025-11-02 15:53:56 +01:00
Jeroen van Rijn
cf8a3b9b04 BSDs 2025-11-02 15:53:56 +01:00
Jeroen van Rijn
48e2a0f0e8 core:testing Darwin 2025-11-02 15:53:56 +01:00
Jeroen van Rijn
4c3b147d60 In the middle of porting core:testing 2025-11-02 15:53:54 +01:00
Jeroen van Rijn
1fb9320835 core:os -> core:os/os2 in core:terminal 2025-11-02 15:43:31 +01:00
Jeroen van Rijn
843520ce40 eprintf 2025-11-02 15:43:31 +01:00
Jeroen van Rijn
22ebe06ebf Add loc := #caller_location to read_entire_file 2025-11-02 15:43:31 +01:00
Jeroen van Rijn
6088acd510 Add updated PNG example 2025-11-02 15:43:31 +01:00
Jeroen van Rijn
578fb3224a Address wasi errors 2025-11-02 15:43:31 +01:00
Jeroen van Rijn
8186d63ef3 core:os -> core:os/os for core:math/big 2025-11-02 15:43:31 +01:00
Jeroen van Rijn
4796b00897 core:os -> core:os/os for core:image 2025-11-02 15:43:31 +01:00
Jeroen van Rijn
f3b7123c0e Convert core:encoding/hxa 2025-11-02 15:43:31 +01:00
Jeroen van Rijn
a9ad665bc9 core:os -> core:os/os for CSV, INI, and XML
Also had to vendor `core:encoding/ini` into `core:os/os2` for the user directories on *nix,
as it used that package to read `~/.config/user-dirs.dirs`, causing an import cycle.
2025-11-02 15:43:31 +01:00
Jeroen van Rijn
b504d1673a Stub out core:os/os2 for js_wasm 2025-11-02 15:43:31 +01:00
Jeroen van Rijn
58d13759e7 Replace core:crypto usage of core:os with core:os/os2 2025-11-02 15:43:31 +01:00
gingerBill
5d609d402f Merge pull request #5867 from BradLewis/empty-selector-fields
Parse empty idents after selector as a selector expr with an empty field
2025-11-02 12:45:37 +00:00
thetarnav
c63ad8b1cf Cleanup ease_inverse 2025-11-01 21:22:06 +01:00
thetarnav
78f9f8bbce Add ease inverse procedures 2025-11-01 21:11:32 +01:00
Jeroen van Rijn
6ea7bdbbe5 Add ODIN_TEST_GO_TO_ERROR to print test fail locations in a manner friendly to go-to error in editors 2025-11-01 16:11:43 +01:00
Brad Lewis
e2b276f3ea Parse empty idents after selector as a selector expr with an empty field 2025-11-01 01:32:46 -04:00
Jeroen van Rijn
f005136592 Also disable OSC codes to update title when ODIN_TEST_FANCY=false 2025-10-31 17:39:29 +01:00
gingerBill
fc5ef57a97 Document the rest of os2. 2025-10-31 16:00:44 +00:00
gingerBill
d2e274f0fe Update documentation for os2 once more! 2025-10-31 15:51:36 +00:00
gingerBill
1329630bbc Improve documentation for the file based operations in os2 2025-10-31 15:17:54 +00:00
gingerBill
b9df67f8c5 Change to Permissions bit_set from relying on octal numbering for os2 2025-10-31 14:45:53 +00:00
gingerBill
686ddbb548 use runtime.exit for os2.exit 2025-10-31 10:24:21 +00:00
Daniel Troszczyński
5df053f765 Typo in description of mem.ptr_sub. 2025-10-30 21:04:28 +01:00
Jeroen van Rijn
5b6889ccf5 Enable misnamed doc example test for small_array 2025-10-30 11:29:51 +01:00
Nick Driscoll
5fa41f9f03 Add half support to all proc groups and add ashalf proc group 2025-10-28 21:42:08 -04:00