Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:uncomfyhalomacro
crystal1.13
crystal1.13.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File crystal1.13.changes of Package crystal1.13
------------------------------------------------------------------- Sat Sep 21 12:37:15 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl> - Update to version 1.13.3: * **[regression]** Fix use global paths in macro bodies * *(system)* **[regression]** Fix `Process.exec` stream redirection on Windows * *(text)* **[regression]** Fix `String#index` and `#rindex` for `Char::REPLACEMENT` * *(collection)* Fix explicitly clear deleted `Hash::Entry` * *(codegen)* Fix `ReferenceStorage(T)` atomic if `T` has no inner pointers * *(codegen)* Fix misaligned store in `Bool` to union upcasts * *(interpreter)* Fix misaligned stack access in the interpreter * *(serialization)* **[regression]** Revert "Optimize JSON parsing a bit" * Allow rescuing exceptions that include a module * *(macros)* Allow assignment to `_` inside macro expressions * *(collection)* Add `Array#insert_all` * *(collection)* Improve compile time error for `#sort(&block : T, T -> U)` * *(concurrency)* Add `WaitGroup` synchronization primitive * *(concurrency)* Allow `Atomic`s of pointer types * *(concurrency)* Add `Thread.new` yields itself * *(concurrency)* Add support for `Atomic(Bool)` * *(concurrency)* Add `Thread.sleep(Time::Span)` * *(files)* Implement `IO#tty?` in Win32 * *(files)* Implement `File.readable?` and `.writable?` in Win32 * *(files)* Make `File.readable?` and `.writable?` follow symlinks on Windows * *(llvm)* Add some missing `LLVM::Context` bindings * *(llvm)* Do not strip the macOS target triple * *(log)* Support `UInt32` and `UInt64` in Log Context * *(macros)* Add AST node methods for macro-related nodes * *(macros)* Support short blocks in `#[]` operator call's macro interpolation * *(macros)* Add macro methods for `Select` * *(macros)* Add `TypeNode#private?`, `#public?` and `#visibility` * *(macros)* Add `StringLiteral#to_utf16` * *(networking)* Relax type restriction of handlers in `HTTP::Server.new` to `Indexable(HTTP::Handler)` * *(networking)* **[security]** OpenSSL: don't change default cipher suites * *(networking)* Allow parsing cookies with space in the value * *(runtime)* Add `EventLoop::Socket` module * *(runtime)* Add `EventLoop::FileDescriptor` module * *(runtime)* Add `Crystal::Tracing` for runtime tracing * *(system)* **[security]** **[breaking]** Disable implicit execution of batch files on Windows * *(system)* Add `EventLoop#run(blocking)` and `EventLoop#interrupt` * *(system)* Add `Crystal::System::Time.ticks` * *(system)* Add `Crystal::System::Thread.current_thread?`, `#scheduler?` * *(system)* Protect fork/exec on targets that don't support atomic CLOEXEC * *(system)* Add `Crystal::System.panic` * *(text)* Add `Regex::MatchOptions` overload for `String#index!` * *(text)* Add `StringPool#get?` * *(text)* Add `pkg_config` names for `pcre2` and `pcre` * *(text)* Add UUID v7 * *(time)* Add `Time::Error` ------------------------------------------------------------------- Sun May 12 16:37:53 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Update to version 1.12.1: See CHANGELOG.md. Changelog too big ------------------------------------------------------------------- Sun May 12 16:31:15 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - libevent-devel is a required dep. ------------------------------------------------------------------- Tue Jan 30 05:32:41 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Update to version 1.11.2: * fix missing `cause` parameter from `IO::Error#initialize` * fixup for always use `%p` for pointers in `Crystal::System.print_error` * always use `%p` for pointers in `Crystal::System.print_error` ------------------------------------------------------------------- Wed Jan 17 13:17:20 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Remove line that removes gitignore file in specfile ------------------------------------------------------------------- Wed Jan 17 12:36:37 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Update to version 1.11.1 See CHANGELOG.md. Changelog too big ------------------------------------------------------------------- Sun Nov 5 08:26:15 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Update spec to build for opensuse. - Update spec to allow build for other distro images ------------------------------------------------------------------- Fri Oct 13 07:53:53 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Bump to patch release 1.10.1 * IO: gets should have same result regardless of #peek availability ------------------------------------------------------------------- Wed Oct 11 08:11:09 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> - Update to version 1.10.0 lang Add unlimited block unpacking stdlib Add more Colorize::Mode flags (collection) Add Hash#put_if_absent (collection) Add Set#rehash (collection) Add yield key in Hash#transform_values and value in #transform_keys (crypto) Upgrade SSL defaults to Mozilla guidelines version 5.7 (crypto) [security] Allow OpenSSL clients to choose cipher (files) Add File#rename (llvm) Support LLVM 17 (networking) Add overloads for URI::Params.encode with IO parameter (numeric) Add Complex#to_i128, Complex#to_u128 (runtime) Add additional fields to GC:ProfStats (serialization) Support YAML deserialization of 128-bit integers (serialization) Support 128-bit integers in JSON::PullParser#read? (specs) [breaking] Change spec runner to exit with failure for focus: true (text) Add String#byte_index(Char) (time) Support Android's system timezone database compiler Experimental: Add Slice.literal for numeric slice constants tools Add tool unreachable (dependencies) Add crystal tool dependencies (docs-generator) Add CSS for tables (hierarchy) Support generic types in crystal tool hierarchy (playground) Update octicons to v19.5.0 A list of changes are further described at https://github.com/crystal-lang/crystal/blob/1.10.0/CHANGELOG.md#1100-2023-10-09 ------------------------------------------------------------------- Wed Jul 26 06:54:02 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com> - Update to version 1.9.2: ** BUG FIXES ** This release reverts the addition of default interrupt handlers because it lead to unintended complications. ------------------------------------------------------------------- Tue Jul 18 08:39:44 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com> - Update to version 1.9.1: ** BUG FIXES ** - (serialization) Fix Serializable with converter parsing null value - (codegen) Fix generated cc command for cross compile ------------------------------------------------------------------- Wed Jul 12 14:19:32 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com> - Update to version 1.9.0: * BREAKING CHANGES * * CHANGELOG TOO HUGE! See https://github.com/crystal-lang/crystal/blob/1.9.0/CHANGELOG.md#190-2023-07-11 * ------------------------------------------------------------------- Mon May 29 14:22:28 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com> - Also install the correct required dependencies. ------------------------------------------------------------------- Tue May 9 09:16:46 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com> - Update to version 1.8.2 (patch release): * Fix codegen bug with Iterator::ChainIterator * Fixup for JSON::Serializable on certain recursively defined types * Fix String#scan with empty Regex match at multibyte char * (performance) Check subject UTF-8 validity just once for String#gsub, #scan, #split * Always use 0 for offset of StaticArray's @buffer * Backport bugfixes to release/1.8 for release 1.8.2 ------------------------------------------------------------------- Sat Apr 15 14:50:03 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com> - Initial spec for crystal 1.8.0. TOO LARGE CHANGELOG! See link below. - https://github.com/crystal-lang/crystal/releases/tag/1.8.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor