./lang/hs-hslua-list, Opinionated, but extensible Lua list type

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.4nb1, Package name: hs-hslua-list-1.1.4nb1, Maintainer: pkgsrc-users

Opinionated, fast, and extensible implementation of a Lua List type. The
type re-uses some parts of Lua's base library, so the base library must be
loaded before this one.


Master sites:

Filesize: 9.35 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173)
Log message:
Bump all Haskell packages after switching the default compiler.
   2025-01-29 16:31:33 by Masatake Daimon | Files touched by this commit (3) | Package updated
Log message:
lang/hs-hslua-list: update to hslua-list-1.1.4

## hslua-list-1.1.4

Released 2024-10-01.

-   Added function `List.iter`; it returns an iterator function
    that returns the next list item each time it is called.

-   `List.extend` now returns the extended list instead of the
    list that was appended.

## hslua-list-1.1.3

Released 2024-09-26.

-   Fixed a bug that prevented `List.filter` to be used on tables
    that don't have a metatable.

-   Added a stub function to ensure that the module can be
    compiled against Lua 5.3.

-   Lowered the lower bound for hslua-core, allowing hslua-core
    2.1.

## hslua-list-1.1.2

Released 2024-09-20.

-   Lists can now be constructed from iterators.

-   Added method `:at` to access list elements by index; negative
    indices are counted from the end. A second value can be
    passed, which will be returned if there is no item at the
    given index.
   2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137)
Log message:
Recursive revbump after changing the default Haskell compiler
   2024-04-30 04:57:50 by Masatake Daimon | Files touched by this commit (1)
Log message:
lang/hs-hslua-list: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-28 22:12:37 by Masatake Daimon | Files touched by this commit (4)
Log message:
lang/hs-hslua-list: Update to 1.1.1

hslua-list-1.1.1 - Released 2023-03-17.
* Conversion to strings: added a __tostring that lists all elements
  separated by commas and a space, surrounded by braces and prefixed with
  the metatable's name.
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-27 16:59:28 by Masatake Daimon | Files touched by this commit (5)
Log message:
lang/hs-hslua-list: import hs-hslua-list-1.1.0.1

Opinionated, fast, and extensible implementation of a Lua List type. The
type re-uses some parts of Lua's base library, so the base library must be
loaded before this one.