SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for crystal1.13-fish-completion-1.13.3-4.1.noarch.rpm :

* Sat Sep 21 2024 Soc Virnyl Estela - 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 2024 Soc Virnyl Estela - Update to version 1.12.1: See CHANGELOG.md. Changelog too big
* Sun May 12 2024 Soc Virnyl Estela - libevent-devel is a required dep.
* Tue Jan 30 2024 Soc Virnyl Estela - 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 2024 Soc Virnyl Estela - Remove line that removes gitignore file in specfile
* Wed Jan 17 2024 Soc Virnyl Estela - Update to version 1.11.1 See CHANGELOG.md. Changelog too big
* Sun Nov 05 2023 Soc Virnyl Estela - Update spec to build for opensuse.- Update spec to allow build for other distro images
* Fri Oct 13 2023 Soc Virnyl Estela - Bump to patch release 1.10.1
* IO: gets should have same result regardless of #peek availability
* Wed Oct 11 2023 Soc Virnyl Estela - 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 2023 Soc Virnyl Estela - 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 2023 Soc Virnyl Estela - 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 2023 Soc Virnyl Estela - 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 2023 Soc Virnyl Estela - Also install the correct required dependencies.
* Tue May 09 2023 Soc Virnyl Estela - 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 AATTbuffer
* Backport bugfixes to release/1.8 for release 1.8.2
* Sat Apr 15 2023 Soc Virnyl Estela - Initial spec for crystal 1.8.0. TOO LARGE CHANGELOG! See link below. - https://github.com/crystal-lang/crystal/releases/tag/1.8.0
 
ICM