Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
hishamhm
/
Penlight
Public
forked from
lunarmodules/Penlight
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
Penlight
tests
on
master
User selector
All users
All time
Commit history
Commits on Jul 18, 2017
Merge pull request #253 from greatwolf/fix_seq_last
Show description for e644b72
stevedonovan
authored
e644b72
View commit details
Copy full SHA for e644b72
View code at this point
Browse repository at this point
Commits on Jul 17, 2017
Merge pull request #254 from greatwolf/list_coverage
Show description for 6d108e6
stevedonovan
authored
6d108e6
View commit details
Copy full SHA for 6d108e6
View code at this point
Browse repository at this point
Merge pull request #244 from bungle/master
Show description for 425875a
stevedonovan
authored
425875a
View commit details
Copy full SHA for 425875a
View code at this point
Browse repository at this point
Commits on Jul 14, 2017
feat(template): handle special case of a constant string
Show description for 14f1c9c
Tieske
committed
14f1c9c
View commit details
Copy full SHA for 14f1c9c
View code at this point
Browse repository at this point
Commits on May 21, 2017
Added missing tests for List.range, reduce and foreach.
greatwolf
committed
c978982
View commit details
Copy full SHA for c978982
View code at this point
Browse repository at this point
Added tests for List.partition.
greatwolf
committed
5cdb426
View commit details
Copy full SHA for 5cdb426
View code at this point
Browse repository at this point
Added tests for List.split.
greatwolf
committed
08edcde
View commit details
Copy full SHA for 08edcde
View code at this point
Browse repository at this point
Added tests for List.put, remove, len, clear and contains.
greatwolf
committed
07534c5
View commit details
Copy full SHA for 07534c5
View code at this point
Browse repository at this point
Added more tests for seq.last
greatwolf
committed
0d44596
View commit details
Copy full SHA for 0d44596
View code at this point
Browse repository at this point
Commits on May 13, 2017
updated template module
Show description for fc60a47
Tieske
committed
fc60a47
View commit details
Copy full SHA for fc60a47
View code at this point
Browse repository at this point
Commits on May 11, 2017
split the templating engine in a compile and render step
Show description for af00638
Tieske
committed
af00638
View commit details
Copy full SHA for af00638
View code at this point
Browse repository at this point
Commits on Apr 21, 2017
change compat.execute to behave similarly on Lua 5.1 and Lua > 5.1.
bungle
committed
d909564
View commit details
Copy full SHA for d909564
View code at this point
Browse repository at this point
Commits on Dec 8, 2016
Fix a test to pass under LuaJIT with Lua 5.2 compat
mpeterv
committed
2f8ffae
View commit details
Copy full SHA for 2f8ffae
View code at this point
Browse repository at this point
Commits on Nov 26, 2016
Added test for seq.printall.
Show description for 74eff48
greatwolf
committed
74eff48
View commit details
Copy full SHA for 74eff48
View code at this point
Browse repository at this point
Added missing test case for equal_to and random.
greatwolf
committed
a023f1b
View commit details
Copy full SHA for a023f1b
View code at this point
Browse repository at this point
Added tests for seq.random, minmax, enum and copy_tuples.
greatwolf
committed
758af9a
View commit details
Copy full SHA for 758af9a
View code at this point
Browse repository at this point
Commits on Nov 24, 2016
seq coverage
greatwolf
committed
21a161c
View commit details
Copy full SHA for 21a161c
View code at this point
Browse repository at this point
Commits on Nov 23, 2016
Added more tests for seq.reduce.
Show description for 72df0f4
greatwolf
committed
72df0f4
View commit details
Copy full SHA for 72df0f4
View code at this point
Browse repository at this point
Commits on Nov 22, 2016
Added tests for seq.take.
Show description for 009303f
greatwolf
committed
009303f
View commit details
Copy full SHA for 009303f
View code at this point
Browse repository at this point
Added tests for seq.skip.
Show description for 5bdce32
greatwolf
committed
5bdce32
View commit details
Copy full SHA for 5bdce32
View code at this point
Browse repository at this point
Commits on Oct 6, 2016
tablex.reduce can take an optional initial memo
gpleiss
committed
7c1ab58
View commit details
Copy full SHA for 7c1ab58
View code at this point
Browse repository at this point
Commits on Oct 4, 2016
Merge pull request #221 from mpeterv/fix-stringx-splitlines
Show description for eb8025f
mpeterv
authored
eb8025f
View commit details
Copy full SHA for eb8025f
View code at this point
Browse repository at this point
Fix coverage reporting on travis
Show description for a18e5db
mpeterv
committed
a18e5db
View commit details
Copy full SHA for a18e5db
View code at this point
Browse repository at this point
Commits on Sep 13, 2016
pl.seq() constructor can take an iterator which returns a function _and_ an object
Steve Donovan
committed
f9b2db5
View commit details
Copy full SHA for f9b2db5
View code at this point
Browse repository at this point
issue #226 lapp respects ':' as well as '='
Steve Donovan
committed
2d6e813
View commit details
Copy full SHA for 2d6e813
View code at this point
Browse repository at this point
Commits on Sep 5, 2016
Add a test for tablex.count_map
mpeterv
committed
84fb397
View commit details
Copy full SHA for 84fb397
View code at this point
Browse repository at this point
Commits on Aug 26, 2016
Merge pull request #214 from urzds/feat/customisable-inline-escape
Show description for 6b6d941
stevedonovan
authored
6b6d941
View commit details
Copy full SHA for 6b6d941
View code at this point
Browse repository at this point
Commits on Aug 22, 2016
Don't use globals in 'pl.data' tests
mpeterv
committed
ec45315
View commit details
Copy full SHA for ec45315
View code at this point
Browse repository at this point
Fix stringx.splitlines
Show description for 2bafbe9
mpeterv
committed
2bafbe9
View commit details
Copy full SHA for 2bafbe9
View code at this point
Browse repository at this point
Commits on Aug 16, 2016
Add a test for dir.getallfiles with default pattern
mpeterv
committed
799ac48
View commit details
Copy full SHA for 799ac48
View code at this point
Browse repository at this point
Commits on Aug 15, 2016
Run tests from root dir using local sources
Show description for 603f778
mpeterv
committed
603f778
View commit details
Copy full SHA for 603f778
View code at this point
Browse repository at this point
Commits on Aug 9, 2016
Add some checks to new import-into tests
mpeterv
committed
44a2bd1
View commit details
Copy full SHA for 44a2bd1
View code at this point
Browse repository at this point
Merge pull request #216 from urzds/test/compat-load
Show description for aa078e3
mpeterv
authored
aa078e3
View commit details
Copy full SHA for aa078e3
View code at this point
Browse repository at this point
Merge pull request #217 from urzds/test/import_into_twice
Show description for 6b85c02
mpeterv
authored
6b85c02
View commit details
Copy full SHA for 6b85c02
View code at this point
Browse repository at this point
Test pl.import_into(_G)
Dennis Schridde
committed
855abd0
View commit details
Copy full SHA for 855abd0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.