New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fail strange #1692
Comments
|
Considering some of the referenced pages haven't been updated in awhile, this is likely due to recent changes in Rakudo's POD handling. @tbrowder would know more |
|
Now I simply fix those tables. However, those tables should work. So @tbrowder 's commit might forget something. The typical pattern is: above works improperly. It forces to use or some other ways |
|
On Wed, Nov 29, 2017 at 08:48 Alex Chen ***@***.***> wrote:
Now I simply fix those tables. However, those tables should work. So
@tbrowder <https://github.com/tbrowder> 's commit might forget something.
The typical pattern is:
title1 title2
=== ====
item1 item2
item3 item4
Without more investigation I think the above table is interpreted as a
single column table because you don’t have aligned double-space column
separators. I’ll check further. Also read the docs on table pod to see
more details.
|
|
On Wed, Nov 29, 2017 at 9:27 AM, Tom Browder <tom.browder@gmail.com> wrote:
...
Without more investigation I think the above table is interpreted as a
single column table because you don’t have aligned double-space column
separators. I’ll check further. Also read the docs on table pod to see more
details.
I'm correct. See the docs.
|
|
@tbrowder yes, you're right. Sorry for my boldness. |
|
On Wed, Nov 29, 2017 at 11:22 Alex Chen ***@***.***> wrote:
@tbrowder <https://github.com/tbrowder> yes, you're right. Sorry for my
boldness.
No apology necessary—I didn’t mean to be so curt.
Have you found many bad tables? I would like to see them in their original
location if possible.
|
|
On Wed, Nov 29, 2017 at 14:34 Will Coleda ***@***.***> wrote:
@tbrowder <https://github.com/tbrowder> this was fixed in f4426c4
<f4426c4>
Hm, those tables look ok at first glance—I’ll investigate.
|
|
On Wed, Nov 29, 2017 at 14:51 Tom Browder ***@***.***> wrote:
On Wed, Nov 29, 2017 at 14:34 Will Coleda ***@***.***>
wrote:
> @tbrowder <https://github.com/tbrowder> this was fixed in f4426c4
> <f4426c4>
>
Hm, those tables look ok at first glance—I’ll investigate.
After looking more closely, the changes do make more correct tables,
especially given some of the content. There are some tables that still
need some tweaking for multi-line content in some cells, and I’ll put that
on my TODO list.
… |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recent commit build fail on travis-CI with message:
However,
make testwith the latest version runs well locally.I think this error message starts form 0a93d3f , but it seems have nothing to do with the commit.
Before it, build fails with (023ac49 ):
It should be mentioned that 8d7aaa5 passes the test, but, still don't know the point :-(
This prevents commits from applying, we should fix it as soon as possible.
@coke
The text was updated successfully, but these errors were encountered: