<FromGitter>
<asterite> manveru a compiler bug, please report it with code that reproduces the error
onionhammer has quit [Read error: No route to host]
akwiatkowski has quit [Ping timeout: 240 seconds]
vikaton has quit [Quit: Connection closed for inactivity]
elia has joined #crystal-lang
ome has joined #crystal-lang
nomethoderror has joined #crystal-lang
nomethoderror has quit [Client Quit]
onionhammer has joined #crystal-lang
Kug3lis has joined #crystal-lang
snsei has joined #crystal-lang
elia has quit [Quit: Computer has gone to sleep.]
Kug3lis is now known as Kug3lis_off
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
DeathByJavaScrip has joined #crystal-lang
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
snsei has quit [Read error: Connection reset by peer]
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
vikaton has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 240 seconds]
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
vikaton has quit [Quit: Connection closed for inactivity]
snsei has quit [Remote host closed the connection]
snsei has joined #crystal-lang
<crystal-gh>
[crystal] bmmcginty opened pull request #3902: allow setting and deleting of attributes on supported XML::Node types (master...xml_set_delete_attribute) https://git.io/vMrR7
Kug3lis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Kug3lis has joined #crystal-lang
Ven has quit [Ping timeout: 256 seconds]
Ven has joined #crystal-lang
Ven has quit [Ping timeout: 240 seconds]
Ven has joined #crystal-lang
soveran has joined #crystal-lang
Ven has quit [Ping timeout: 252 seconds]
soveran has quit [Ping timeout: 258 seconds]
Ven has joined #crystal-lang
Kug3lis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Kug3lis has joined #crystal-lang
akwiatkowski has quit [Ping timeout: 252 seconds]
Kug3lis has quit [Ping timeout: 240 seconds]
Raimondi has joined #crystal-lang
Ven has quit [Ping timeout: 240 seconds]
<FromGitter>
<crisward> in the api docs, I've noted there is a view source link on many of the methods. How are these generated? Is this possible with `crystal docs`
Ven has joined #crystal-lang
<Papierkorb>
crisward, they're auto-generated for your projects too, they link to the Github project you host it, using the current commit
<FromGitter>
<crisward> Do they only work with github? It's a private repo on self hosted gitlab.
<Papierkorb>
Not sure, it may be one of those things practically hard-wired to github at this point.
<FromGitter>
<crisward> Just spotted that, seems to have gitlab.com, just no option for anything else. Could be good to be able to add it to `shard.yml` perhaps
<Yxhuvud>
well, or parse the .git/config file and look for origin/<current branch> or whatever
<Yxhuvud>
though I suppose shard make sense too.
gloscombe has quit [Remote host closed the connection]
<Papierkorb>
The shard.yml would be the place for it
Kug3lis has joined #crystal-lang
<FromGitter>
<mverzilli> but what would you put in the shard.yml?
Kug3lis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<FromGitter>
<mverzilli> right now it knows how to leverage the data in your working copy in such a way that "just works" (for GitHub). maybe a similar approach could work for GitLab?
<Papierkorb>
mverzilli, that's what I meant, you basically point it to an URL and tell it that it's a gitlab instance, or whatever it has. Maybe it'd be possible to allow a template URL string later on.
<Papierkorb>
Though that alone would be already decent enough for now I think
DeBot has quit [Remote host closed the connection]
DeBot has joined #crystal-lang
<FromGitter>
<mverzilli> btw, I just gave it a try importing a personal project from github to gitlab. the exact same uri works, just substituting `github.com` with `gitlab.com`
<FromGitter>
<drosehn> what's the advantage of gitlab? (I'm just curious...)
<FromGitter>
<crisward> You can self host, so free private repos. Also has it's own ci system which is cool.
<FromGitter>
<crisward> Perhaps it would be possible to swap out the domain part of the regex to return any domain. The only other tool that may need support is gogs, but that probably follows the same domain format too.
Ven has quit [Ping timeout: 240 seconds]
bjz has joined #crystal-lang
<FromGitter>
<mverzilli> in many corporate environments hosting your code in the cloud is considered heresy, so GitLab becomes a nice alternative if you want to have a XXI Century workflow