<basshelal[m]>
headius: thanks for reviewing my PR, sorry about the git problems, still figuring it out, let me know how to solve it, I don't mind you squashing into 1 commit
<basshelal[m]>
And thanks also fzakaria
<headius>
Ok
ur5us has joined #jruby
rubem has quit [Remote host closed the connection]
ur5us has quit [Ping timeout: 240 seconds]
ur5us has joined #jruby
ur5us has quit [Ping timeout: 240 seconds]
kai[m] has quit [Quit: Bridge terminating on SIGTERM]
headius has quit [Quit: Bridge terminating on SIGTERM]
liamwhiteGitter[ has quit [Quit: Bridge terminating on SIGTERM]
MattPattersonGit has quit [Quit: Bridge terminating on SIGTERM]
CharlesOliverNut has quit [Quit: Bridge terminating on SIGTERM]
KarolBucekGitter has quit [Quit: Bridge terminating on SIGTERM]
JulesIvanicGitte has quit [Quit: Bridge terminating on SIGTERM]
TestAccount[m] has quit [Quit: Bridge terminating on SIGTERM]
BlaneDabneyGitte has quit [Quit: Bridge terminating on SIGTERM]
TimGitter[m] has quit [Quit: Bridge terminating on SIGTERM]
OlleJonssonGitte has quit [Quit: Bridge terminating on SIGTERM]
mattpatt[m] has quit [Quit: Bridge terminating on SIGTERM]
kalenp[m] has quit [Quit: Bridge terminating on SIGTERM]
RobertNicholas[m has quit [Quit: Bridge terminating on SIGTERM]
AdamGordonBell[m has quit [Quit: Bridge terminating on SIGTERM]
rtyler[m] has quit [Quit: Bridge terminating on SIGTERM]
basshelal[m] has quit [Quit: Bridge terminating on SIGTERM]
byteit101[m] has quit [Quit: Bridge terminating on SIGTERM]
ahorek[m] has quit [Quit: Bridge terminating on SIGTERM]
ChrisSeatonGitte has quit [Quit: Bridge terminating on SIGTERM]
fzakaria[m] has quit [Quit: Bridge terminating on SIGTERM]
edipofederle[m] has quit [Quit: Bridge terminating on SIGTERM]
JesseChavezGitte has quit [Quit: Bridge terminating on SIGTERM]
XavierNoriaGitte has quit [Quit: Bridge terminating on SIGTERM]
TimGitter[m]1 has quit [Quit: Bridge terminating on SIGTERM]
RomainManni-Buca has quit [Quit: Bridge terminating on SIGTERM]
mrtommy[m] has quit [Quit: Bridge terminating on SIGTERM]
lopex[m] has quit [Quit: Bridge terminating on SIGTERM]
UweKuboschGitter has quit [Quit: Bridge terminating on SIGTERM]
olleolleolle[m] has quit [Quit: Bridge terminating on SIGTERM]
enebo[m] has quit [Quit: Bridge terminating on SIGTERM]
MarcinMielyskiGi has quit [Quit: Bridge terminating on SIGTERM]
kares[m] has quit [Quit: Bridge terminating on SIGTERM]
FlorianDoubletGi has quit [Quit: Bridge terminating on SIGTERM]
<edipofederle[m]>
Yes, but I just tried to read the C code for now, I don’t debug it yet to see it in action
<headius>
I think it would be getMethodLocation but I am not sure now
<edipofederle[m]>
One question, do you guys use gdb for explore C code?
<headius>
I believe this is confirming we are aliasing a method on the current class before changing the visibility, and otherwise adds a "zsuper" type of method that uses super logic
<headius>
I do sometimes yes
<headius>
if you can gdb through that with a simple example you could compare origin class to the hierarchy in JRuby
<edipofederle[m]>
Yep
<headius>
I keep meaning to document origin so let's figure that out today
<edipofederle[m]>
I will debug it and let’s see
<edipofederle[m]>
Thanks for now
_whitelogger has joined #jruby
<fzakaria[m]>
basshelal:
<fzakaria[m]>
Hopefully the feedback was constructive. I'll go over your response today. My familiarity with the repo is minimal, so I was giving it a review from a fresh perspective ;)
<headius>
thank you for having a look at it
<basshelal[m]>
fzakaria: yeah no worries, thanks for it, the more eyes the better, plus its nice to see what more experienced people think of my work, I'm still new at all this (if you couldn't already tell)
<fzakaria[m]>
There's sometimes a little bit of "if you touch code, you are responsible for improving it" lol
<fzakaria[m]>
(For when meta-questions pop-up on why things are done previously the way they are)
<basshelal[m]>
Yeah I saw that, but then there's always the fear of breaking existing functionality by improving it, so it's a difficult balancing game
<basshelal[m]>
Breaking as in changing it from what it currently is, because someone may probably depend on it behaving that way
<edipofederle[m]>
btw, what do you guys are using ? IntelliJ or some IDE or some editor (emacs, vim , VCCode etc). I'm a Emacs user, but for Java I know is hard (and maybe does not makes sense too). So what are the statistics about it her?
<headius>
most of us use IntelliJ
<edipofederle[m]>
* btw, what do you guys are using ? IntelliJ or some IDE or some editor (emacs, vim , VCCode etc). I'm a Emacs user, but for Java I know is hard (and maybe does not makes sense too). So what are the statistics about it here.
<headius>
for editing other than Java, I use vim and enebo uses emacs
<edipofederle[m]>
looks the same so :)
<ahorek[m]>
headius: the sassc author has an experimental wrapper https://github.com/bolandrm/dart-sass-ruby with proto buffers. There's still work to be done to make it cross-plaform, but with a little effort I think it should work on JRuby as well.
<edipofederle[m]>
Guys, is possible to use Ruby C `rb_sprintf` function inside a LLDB session ?
<headius>
I think I have heard this question before but I do not know the answer
<edipofederle[m]>
I think it works, justin callind `include ruby.h`
<headius>
Nice
<edipofederle[m]>
* I think it works, justin calling `include ruby.h`