dozn
|
b99aee65bf
|
Pass in allocator and loc to core:flags.parse()
|
2025-02-15 08:47:08 -08:00 |
|
Karl Zylinski
|
19f0127e55
|
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
2024-09-14 18:27:49 +02:00 |
|
Karl Zylinski
|
8c636ac37b
|
Fix build tags that use ! multiple times on one line. Those don't actually do anything since build tags use OR within the line. So something like //+build !windows, !linux would actually build on both linux and windows. What was intended in all these cases was probably AND, which you get by splitting them into separate lines.
|
2024-09-07 22:02:17 +02:00 |
|
gingerBill
|
a4fd0c133e
|
Merge pull request #4191 from laytan/improve-package-doc-comments
core: improve package doc comments for the documentation generator
|
2024-09-04 21:37:48 +01:00 |
|
Feoramund
|
c3bd94a27e
|
Change Bit_Array.max_index to length
This will allow correct iteration of empty `bit_array`s.
|
2024-09-03 16:56:02 -04:00 |
|
Laytan Laats
|
288312a812
|
core: improve package doc comments for the documentation generator
|
2024-09-03 19:59:04 +02:00 |
|
Jeroen van Rijn
|
cc24d2de3e
|
Merge pull request #3810 from Feoramund/freebsd-core-net
Port `core:net` to FreeBSD
|
2024-08-09 09:50:05 +02:00 |
|
Feoramund
|
ba0581ae79
|
Give FreeBSD access to core:net in core:flags
|
2024-08-05 03:05:50 -04:00 |
|
gingerBill
|
97c499dbb4
|
Begin mapping os.Error in the rest of the codebase
|
2024-08-04 11:58:04 +01:00 |
|
gingerBill
|
1d75a612d5
|
os.Errno -> os.Error
|
2024-08-04 11:47:23 +01:00 |
|
Laytan Laats
|
2d8d0dd851
|
fix @(optimization_mode) usage in builtin collections
|
2024-07-08 21:07:53 +02:00 |
|
gingerBill
|
930c929294
|
Indentation fixes
|
2024-06-29 18:49:57 +01:00 |
|
Feoramund
|
b3caae6db4
|
Keep -vet happy
|
2024-06-28 23:14:03 -04:00 |
|
Feoramund
|
51a013fcf1
|
Work around BSD lack of core:net support
|
2024-06-15 01:32:48 -04:00 |
|
Feoramund
|
f28c6c3bba
|
Keep -vet happy
|
2024-06-15 00:50:12 -04:00 |
|
Feoramund
|
76575e834b
|
Raise error on spaced UNIX-style flag with no value
|
2024-06-15 00:24:59 -04:00 |
|
Feoramund
|
42a5a2cf17
|
Fix memory leak in core:flags validation
|
2024-06-15 00:01:33 -04:00 |
|
Feoramund
|
c3acdeb310
|
Add -- parsing to UNIX-style core:flags
This will allow a user to indicate all arguments after `--` are parsed
into the variadic array.
|
2024-06-14 23:59:01 -04:00 |
|
Feoramund
|
edb685f04b
|
Add package core:flags
|
2024-06-07 13:16:13 -04:00 |
|