Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Missing 'about_context.pl' #8

Open
miroatme opened this issue Nov 18, 2013 · 3 comments
Open

Missing 'about_context.pl' #8

miroatme opened this issue Nov 18, 2013 · 3 comments

Comments

@miroatme
Copy link

It is mentions in about_truth.pl on line 49:
ok ('', 'an array in scalar context is true'); # see about_context.pl for more information

Yet if you look there is no about_context.pl:

[22:46:12][miro@~/g/PerlKoans] ls -lathr ~+/about_*
-rw-r--r-- 1 miro staff 7.3K Nov 17 21:28 /Users/miro/git/PerlKoans/about_variables.pl
-rw-r--r-- 1 miro staff 4.2K Nov 17 21:28 /Users/miro/git/PerlKoans/about_time.pl
-rw-r--r-- 1 miro staff 4.7K Nov 17 21:28 /Users/miro/git/PerlKoans/about_sort.pl
-rw-r--r-- 1 miro staff 3.4K Nov 17 21:28 /Users/miro/git/PerlKoans/about_scope.pl
-rw-r--r-- 1 miro staff 7.5K Nov 17 21:28 /Users/miro/git/PerlKoans/about_re.pl
-rw-r--r-- 1 miro staff 5.5K Nov 17 21:28 /Users/miro/git/PerlKoans/about_perlvars.pl
-rw-r--r-- 1 miro staff 3.4K Nov 17 21:28 /Users/miro/git/PerlKoans/about_math.pl
-rw-r--r-- 1 miro staff 5.5K Nov 17 21:28 /Users/miro/git/PerlKoans/about_loops.pl
-rw-r--r-- 1 miro staff 9.8K Nov 17 21:28 /Users/miro/git/PerlKoans/about_io.pl
-rw-r--r-- 1 miro staff 11K Nov 17 21:28 /Users/miro/git/PerlKoans/about_functions.pl
-rw-r--r-- 1 miro staff 4.3K Nov 17 21:28 /Users/miro/git/PerlKoans/about_files.pl
-rw-r--r-- 1 miro staff 4.7K Nov 17 21:28 /Users/miro/git/PerlKoans/about_exceptions.pl
-rw-r--r-- 1 miro staff 2.7K Nov 17 21:28 /Users/miro/git/PerlKoans/about_dice_project.pl
-rw-r--r-- 1 miro staff 3.8K Nov 17 21:28 /Users/miro/git/PerlKoans/about_defined.pl
-rw-r--r-- 1 miro staff 5.4K Nov 17 21:28 /Users/miro/git/PerlKoans/about_control.pl
-rw-r--r-- 1 miro staff 2.6K Nov 17 22:41 /Users/miro/git/PerlKoans/about_koans.pl
-rw-r--r-- 1 miro staff 2.7K Nov 17 22:42 /Users/miro/git/PerlKoans/about_truth.pl

@chorankates
Copy link

about_context.pl is one of the Koans that is planned and has just never been completed (from road_to_illumination.pl):

require 'about_exceptions.pl';
#require 'about_context.pl'; # wantarray and it's implications

let's use this issue to track the completion of that Koan?

@miroatme
Copy link
Author

What would be in the about_context.pl? Could this be something could be worked outside the project team and made as a pull request?

@chorankates-sfdc
Copy link
Contributor

@miroatme i was mostly thinking of tests that involved wantarray() and interpreting arrays in scalar context.. it is absolutely something that could be written by someone else (you?) and PR'd in.

right now, the time i have for this project is being directed at the 'fixing' branch

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants